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

[cobalt-users] RE: Raq3 Apache patch from sun has deleted all module files.



I too noticed that one of my modules wouldn't work, Mod_gzip. I tried to reinstall the module but kept ggetting this error:

Setting up Web Service: Syntax error on line 34 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/mod_gzip.so into server: /usr/lib/apache/mod_gzip.so: undefined symbol: ap_regexec
/usr/sbin/httpd

I followed instructions of this page http://i4net.tv/marticle/get.php?action=getarticle&articleid=21 

My apache httpd.conf file has in it:

LoadModule gzip_module        /usr/lib/apache/mod_gzip.so

# Extra Modules

AddModule mod_gzip.c

<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 .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 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
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>

We need to get mod_gzip back on board. Can you help?

Thanks

Ja