On 08/25/2010 02:10 AM, Tony Stevenson wrote: > On Wed, Aug 25, 2010 at 01:04:01AM +0100, Tony Stevenson wrote: > >> Had to comment out an output filter line in the main httpd.conf (line 117) > > More specifically had to disable deflate - "AddOutputFilterByType DEFLATE > text/html text/plain text/xml application/xml application/xml+rss text/css > application/x-javascript" > The deflate module is loaded, and seemingly not causing any outwardly obvious > issues > > Thoughts?
AddOutputFilterByType moved from core to mod_filter (see http://svn.apache.org/viewvc?rev=966869&view=rev) So I guess mod_filter is not loaded. If it is the line should work again. Regards Rüdiger
