logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: how to enable compression in Apache forward Proxy
Author
swathi_k



Joined: 20 Mar 2007
Posts: 2

PostPosted: Tue 20 Mar '07 12:26    Post subject: how to enable compression in Apache forward Proxy Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Tue 20 Mar '07 13:12    Post subject: Reply with quote

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

PostPosted: Wed 21 Mar '07 8:38    Post subject: Reply with quote

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


Reply to topic   Topic: how to enable compression in Apache forward Proxy View previous topic :: View next topic
Post new topic   Forum Index -> Apache