Mod_deflate wont let wamp start?
Posted by: phil18 (46.19.81.---)
Date: December 24, 2012 12:14AM

Hello again,

I'm running the latest version of wampserver with apache 2.4.2 and php 5.4.3. on Windows 2008.

I enabled mod_deflate, and then tried adding the following to httpd.conf:

<Ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/x-javascript application/javascript
</Ifmodule>

This is the exact code I had in httpd.conf in my previous wamp installation which worked great. But now after adding it, wamp wont restart? Is there something that needs to be coded differently for apache 2.4.x?

Options: ReplyQuote
Re: Mod_deflate wont let wamp start?
Posted by: phil18 (46.19.81.---)
Date: December 24, 2012 08:34AM

Answer:

Please note that since apache 2.4, mod_deflate required mod_filter as well. Once enabled, everything works fine.

Options: ReplyQuote


Sorry, only registered users may post in this forum.