LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > General > AddOutputFilterByType INCLUDES support

Reply
 
Thread Tools Display Modes
  #1  
Old 12-13-2012, 11:20 AM
mrxUx mrxUx is offline
Member
 
Join Date: Jul 2012
Posts: 23
Default AddOutputFilterByType INCLUDES support

I was wondering if AddOutputFilterByType INCLUDES is supported by LiteSpeed, as I'm seeing it is not affecting a customer's site.

Is there a complete list of what doesn't work 100% with LiteSpeed?

Thanks
Reply With Quote
  #2  
Old 12-13-2012, 11:44 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
No, that directive is not supported yet, please use
AddOutputFilter
AddType
AddHandler
SetHandler

instead.
Reply With Quote
  #3  
Old 12-13-2012, 12:31 PM
mrxUx mrxUx is offline
Member
 
Join Date: Jul 2012
Posts: 23
@mistwang: thanks a bunch
Reply With Quote
  #4  
Old 12-13-2012, 06:08 PM
mrxUx mrxUx is offline
Member
 
Join Date: Jul 2012
Posts: 23
I've got another question regarding this issue, this is what he was trying to do:

Code:
<FilesMatch "\.combined\.css$">
Options +Includes
AddOutputFilterByType INCLUDES text/css
SetOutputFilter INCLUDES
</FilesMatch>
So since you said it wasn't supported he used AddOutputFilter instead

Code:
<FilesMatch "\.combined\.css$">
Options +Includes
AddOutputFilter INCLUDES css
SetOutputFilter INCLUDES
</FilesMatch>
Which didn't work, however using only "AddOutputFilter INCLUDES css" outside the <FilesMatch> tags it works. Any ideas?
Reply With Quote
  #5  
Old 12-19-2012, 09:51 AM
mrxUx mrxUx is offline
Member
 
Join Date: Jul 2012
Posts: 23
just and update, I've made some tests with Apache and both worked :S I'm wondering this is still under dev or not tested enough for LSWS?
Reply With Quote
  #6  
Old 12-20-2012, 01:18 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
We will have it addressed in our next release 4.2.2 .
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 02:02 PM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.