--------------------------------------------------
From: "J. Bakshi" <joyd...@infoservices.in>
Sent: 04 February, 2010 11:03
To: <users@httpd.apache.org>
Subject: Re: [us...@httpd] How to check that mod_deflate is enable ?

On 02/04/2010 04:19 PM, Martin Barry wrote:
$quoted_author = "J. Bakshi" ;

Any clue please ?


Check it's been included:

rpm -ql apache2 | grep deflate


Enable it:

a2enmod deflate


cheers
Marty



Hello Marty,

many many thanks for your kind attention and solution. It helped me.
Is there any way to check the deflate is operational ?

thanks once again.

--
জয়দীপ বক্সী


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


Check in your main httpd.conf file for mod_deflate, and see if load is next to it.

Thanks,

Daniel

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to