RE: Boolean expression syntax help from 2.2.24->2.4.6 for mod_filter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Looks like the following might work:

 

FilterDeclare comp-resp

# Compress everything except for images, audio and video

<IfVersion < 2.4>

  FilterProvider comp-resp DEFLATE resp=Content-Type !/^(image|audio|video)//

</IfVersion>

<IfVersion >= 2.4>

  FilterProvider comp-resp DEFLATE "%{CONTENT_TYPE} !~ m#^(image|audio|video)#i"

</IfVersion>

FilterProtocol comp-resp change=yes

FilterChain comp-resp

 

From: William Hargrove
Sent: 11 February 2014 14:20
To: 'users@xxxxxxxxxxxxxxxx'
Subject: Boolean _expression_ syntax help from 2.2.24->2.4.6 for mod_filter

 

Hello,

 

I am upgrading from apache 2.2.24 to 2.4.6 and am in the process of trying to convert the various config files where the config syntax has changed between versions.

 

I’m trying to implement the following compression filter in 2.4 syntax (http://httpd.apache.org/docs/2.4/upgrading.html) but am having some difficulty. This is the original that works under 2.2:

 

FilterDeclare comp-resp

# Compress everything except for images, audio and video

FilterProvider comp-resp DEFLATE resp=Content-Type !/^(image|audio|video)//

FilterProtocol comp-resp change=yes

FilterChain comp-resp

 

I’m having difficulty trying to rewrite the resp=Content-Type !/^(image|audio|video)// into a Boolean _expression_. I’d be grateful for any help – thanks in advance.

 



The information contained in this email is strictly confidential and for the use of the addressee only, unless otherwise indicated. If you are not the intended recipient, please do not read, copy, use or disclose to others this message or any attachment. Please also notify the sender by replying to this email or by telephone (+44(020 7896 0011) and then delete the email and any copies of it. Opinions, conclusion (etc) that do not relate to the official business of this company shall be understood as neither given nor endorsed by it. IG is a trading name of IG Markets Limited (a company registered in England and Wales, company number 04008957) and IG Index Limited (a company registered in England and Wales, company number 01190902). Registered address at Cannon Bridge House, 25 Dowgate Hill, London EC4R 2YA. Both IG Markets Limited (register number 195355) and IG Index Limited (register number 114059) are authorised and regulated by the Financial Conduct Authority.

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux