I tried to install the mod_gzip from the instructions from
http://www.star-support.com/downloads/mitel/contrib/apache-mod-gzip/But ran into this problem
[root@pompano home]# rpm -Uvh e-smith-mod_gzip-1.3.19a-1es.i386.rpm
Preparing... ########################################### [100%]
1:e-smith-mod_gzip error: unpacking of archive failed on file /usr/lib/apache/mod_gzip.so;3efa3a1d: cpio: MD5 sum mismatch
Now I get this error in my httpderror_log and http is no longer serving!
here is an exmple.
e /etc/httpd/logs/ssl_scache' for reading (fetch) (System error follows)
[Wed Jun 25 19:20:15 2003] [error] System: Permission denied (errno: 13)
[Wed Jun 25 19:20:15 2003] [error] mod_ssl: Cannot open SSLSessionCache DBM fil
e /etc/httpd/logs/ssl_scache' for writing (store) (System error follows)
[Wed Jun 25 19:20:15 2003] [error] System: Permission denied (errno: 13)
[Wed Jun 25 19:20:43 2003] [notice] SIGUSR1 received. Doing graceful restart
Syntax error on line 151 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/mod_gzip.so into server: /usr/lib/apache/mod_gzip.s
o: cannot open shared object file: No such file or directory
for some reason it it loaded half way and now its stuck.
Help!!