random1 Posted January 12, 2009 Share Posted January 12, 2009 Hey All, I'm trying to get this working: http://www.cyberciti.biz/tips/speed-up-apache-20-web-access-or-downloads-with-mod_deflate.html I have everything from the tutorial working except for: <Location /> AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/atom_xml AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/x-httpd-php AddOutputFilterByType DEFLATE application/x-httpd-fastphp AddOutputFilterByType DEFLATE application/x-httpd-eruby AddOutputFilterByType DEFLATE text/html <Location> in the httpd.conf file. When I place this at the end of httpd.conf and restart the server, the server does not start and has no errors in the error log. Any ideas on what is missing? Quote Link to comment Share on other sites More sharing options...
random1 Posted January 12, 2009 Author Share Posted January 12, 2009 I'm using Apache 2.2.9 by the way. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.