Web Hosting Talk







View Full Version : How to check whethere mod_gzip is installed on a server?


ebird
08-20-2001, 02:30 AM
Hi all,

After my site was moved to a new server, the daily transfer was doubled!!!

One of the reason might be the new server doesn't have the mod_gzip installed. How can I check whether it's installed or not by myself, instead of asking the hosting company?

Thanks.

Jedito
08-20-2001, 03:22 AM
try with this http://leknor.com/code/gziped.php

ebird
08-20-2001, 03:27 AM
Thanks, but the link is not working now. I will try it later.

Jedito
08-20-2001, 03:35 AM
Yep.. doesn't work now.. try later or try with php file that say

<?php
phpinfo();
?>

name it with .php extension an upload it to your server
you can see which modules are running.