mod_gzip on HostPro
I just installed mod_gzip onto my HostPro Freedom 500x and everything has sped up significantly. However, for some reason, the Vadmin stopped working and their Tech Support has no idea why its doing that. When I switch mod_gzip off, the Vadmin works again.Here's what my httpd.conf looks like:
LoadModule gzip_module libexec/mod_gzip.so
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_minimum_file_size 300
mod_gzip_maximum_file_size 0
mod_gzip_maximum_inmem_size 100000
mod_gzip_item_include file .htm$
mod_gzip_item_include file .html$
mod_gzip_item_include file .shtml$
mod_gzip_item_include file .shtm$
mod_gzip_item_include file .php$
mod_gzip_item_include file .pl$
mod_gzip_item_include file .cgi$
mod_gzip_item_include mime text/.*
mod_gzip_item_include mime ^application/x-httpd-php
mod_gzip_item_include mime httpd/unix-directory
mod_gzip_item_include handler ^perl-script$
mod_gzip_item_include handler ^server-status$
mod_gzip_item_include handler ^server-info$
mod_gzip_item_exclude file .css$
mod_gzip_item_exclude file .js$
mod_gzip_item_exclude mime ^image/.*
mod_gzip_dechunk yes
mod_gzip_temp_dir /tmp
mod_gzip_keep_workfiles No
mod_gzip_can_negotiate Yes
</IfModule>
.
.
AddModule mod_gzip.c
The addmodule is at the bottom of the module list.
If anyone has any ideas on what the problem might be, please let me know as mod_gzip has made everything a lot faster but I need the Vadmin to work too.
Thanks.