At 03:19 PM 4/8/2004, you wrote:
On 4/8/04 4:12 PM, "Greg Hewitt-Long" wrote: > I've recently added mod_gzip.so to a number of servers, however, I'm found > that any .htaccess protected folders simply come up with an Internet > Explorer "Page can not be displayed" error. > > I compiled the mod_gzip on the RAQ, and used the following included into > httpd.conf, I've also tried it in srm.conf, same error: Odd we run mod_gzip on .htaccess pages, you make want to make sure you didn't miss something in the httpd.conf or try this?? mod_gzip_item_exclude file \.htaccess$
I've not found EXACTLY what the problem is, but I found other instances of issues with it in Google - from one page I found THIS:
# GHL - mod_gzip - code begins LoadModule gzip_module modules/mod_gzip.so <IfModule mod_gzip.c> mod_gzip_on Yes mod_gzip_minimum_file_size 500 mod_gzip_maximum_file_size 500000 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 .jsp$ 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 reqheader "User-agent: Mozilla/4.0[678]" mod_gzip_item_exclude file .css$ mod_gzip_item_exclude file .js$ mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude file authorizationRequired.html mod_gzip_item_exclude file fileNotFound.html mod_gzip_item_exclude file internalServerError.html mod_gzip_item_exclude file forbidden.html mod_gzip_dechunk yes mod_gzip_temp_dir /tmp mod_gzip_keep_workfiles No mod_gzip_can_negotiate yes </IfModule> # GHL - mod_gzip - code endsand having altered it to include my logging, I've now got it working on all servers and .htaccess is behaving. Anyone with the patience to find the difference is welcome to!
regards Greg Hewitt-Long
Worth a shot. -- Thanks!! David Thurman List Only at Web Presence Group Net _____________________________________ cobalt-users mailing list cobalt-users@xxxxxxxxxxxxxxx To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to: http://list.cobalt.com/mailman/listinfo/cobalt-users