[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] mod_gzip problems - what have I missed? [SCANNED] [SCANNED]



On 4/8/04 4:36 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:

Greg

Here is a snip of our httpd.conf on a Raq4


# Extra Modules
#AddModule mod_php.c
#AddModule mod_php3.c
#AddModule mod_perl.c
AddModule mod_gzip.c

# Apache Mod_Gzip

<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 .shtm$
mod_gzip_item_include file .shtml$
mod_gzip_item_include file .php$
mod_gzip_item_include file .jsp$
mod_gzip_item_include file .pl$
mod_gzip_item_include file .cgi$
mod_gzip_item_include mime text/.*
mod_gzip_item_include mime ^applications/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_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
</IfModule>

I know this works on our servers here. I think I used the same when we ran
Raq3's
-- 
Thanks!!
David Thurman
List Only at Web Presence Group Net