Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: how to enable compression in Apache forward Proxy |
|
Author |
|
swathi_k
Joined: 20 Mar 2007 Posts: 2
|
Posted: Tue 20 Mar '07 12:26 Post subject: how to enable compression in Apache forward Proxy |
|
|
Hi, I am trying to enable compression in Apache Forward proxy(windows) by
Referring this link http://httpd.apache.org/docs/2.0/mod...te.html#enable
for that i uncommented
LoadModule deflate_module modules/mod_deflate.so
this line and added "SetOutputFilter DEFLATE" this directive in "httpd.conf" file
But data is not getting compressed
So is there any other method for enabling gzip compression in Forward proxy? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 20 Mar '07 13:12 Post subject: |
|
|
Did you enabled the deflate module?
from
#LoadModule deflate_module modules/mod_deflate.so
to
LoadModule deflate_module modules/mod_deflate.so
There is a part in the docs about compressing for proxies.
http://httpd.apache.org/docs/2.2/mod/mod_deflate.html#proxies |
|
Back to top |
|
swathi_k
Joined: 20 Mar 2007 Posts: 2
|
Posted: Wed 21 Mar '07 8:38 Post subject: |
|
|
Did you enabled the deflate module?
from
#LoadModule deflate_module modules/mod_deflate.so
to
There is a part in the docs about compressing for proxies.
http://httpd.apache.org/docs/2.2/mod/mod_deflate.html#proxies
yea i enabled deflate module
even i has got through docs about compressing for proxies
but still i am unable to compress in forward proxy Apache 2.2.4-win32 |
|
Back to top |
|
|
|
|
|
|