Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Testing Apache for gzip modules
- Date: Mon, 27 Sep 2010 16:09:52 +0900
- From: Edmund Edgar <lists@example.com>
- Subject: Re: [tlug] Testing Apache for gzip modules
- References: <4C9DD9C2.8090903@example.com> <AANLkTikTDs+40YDer2fq2dOpfnRixgx1cOgzpdsY+KvD@example.com> <4CA0371F.9090301@example.com>
Hi Dave. Looking at one of my Centos 4 boxes (which should be the same as your RHEL 4) mod_deflate (which replaces mod_gzip, if I've got this right, so you can forget about mod_gzip) is already installed, and the LoadModule line is already in httpd.conf. I think that means that if your .htaccess works as intended, your server should already be merrily gzipping away. Like Pier says, you can confirm this with: curl -D /dev/stderr -s --compressed http://127.0.0.1/ > /dev/null If this doesn't give you a line with "Content-Encoding: gzip", I'd suggest removing your .htaccess for a second and going back to the simpler stuff Pier suggested like: AddOutputFilterByType DEFLATE text/html ...in your httpd.conf, followed by /etc/init.d/httpd reload ...and making sure that works, then troubleshooting your .htaccess from there. HTH, Edmund Edgar Founder, KK Social Minds Educational Technology for the Web and Virtual Worlds ed@example.com +81 090 3912 3380 Skype: edmundedgar Second Life: Edmund Earp Linked In: edmundedgar Twitter: @edmundedgar http://www.socialminds.jp
- Follow-Ups:
- Re: [tlug] Testing Apache for gzip modules
- From: Dave M G
- References:
- [tlug] Testing Apache for gzip modules
- From: Dave M G
- Re: [tlug] Testing Apache for gzip modules
- From: Pier Fumagalli
- Re: [tlug] Testing Apache for gzip modules
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Testing Apache for gzip modules
- Next by Date: Re: [tlug] Testing Apache for gzip modules
- Previous by thread: Re: [tlug] Testing Apache for gzip modules
- Next by thread: Re: [tlug] Testing Apache for gzip modules
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links