[NTLUG:Discuss] Apache, Proxy, and Deflate
Jack Snodgrass
jack at jacksnodgrass.com
Sat Aug 28 21:33:32 CDT 2004
On Sat, 2004-08-28 at 21:21 -0500, Jack Snodgrass wrote:
> Has anyone gotten the following to work together ( more or less )
> Apache 2.0.x ( 2.0.50 )
> proxy
> deflate
>
> I hope to have a proxy server that I can connect to and have my page
> content compressed. So... I go to www.yahoo.com and I go to my
> proxy server instead, it gets the data, compresses it and sends to
> me.
>
> I've got Apache2 and the proxy stuff working or Apache2 and the Deflate
> stuff working... but if I go through the proxy and get a page, it
> doesn't look like it gets compressed/deflated.
>
> Has anyone set this up and got it to work?
>
> jack
nevermind... Guess it does work. I had my input/output/ratio things
screwed up in my proxy log... It shows ( now )
"GET http://httpd.apache.org/docs-2.0/mod/directive-dict.html
HTTP/1.1" 200 4440
"http://httpd.apache.org/docs-2.0/mod/mod_deflate.html"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7)
Gecko/20040803 Firefox/0.9.3"
(28) (15498) (4422)
.... so I took a 15K page and deflated it to 4K on the browser
side... not too shaby... need to see if I run into any problems.
jack
More information about the Discuss
mailing list