Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Testing Apache for gzip modules
- Date: Mon, 27 Sep 2010 23:58:46 +0900
- From: Romeo Theriault <romeo.theriault@example.com>
- Subject: Re: [tlug] Testing Apache for gzip modules
- References: <4C9DD9C2.8090903@example.com> <AANLkTikTDs+40YDer2fq2dOpfnRixgx1cOgzpdsY+KvD@example.com> <4CA0371F.9090301@example.com> <AANLkTim1zvdHPt6JOGiRvZkMmLmZjAczg0wKWzG3G7F4@example.com> <4CA082E3.9060605@example.com> <AANLkTimjDRWuXs6441DRu=2bbiixywX8pfLJ2E+_73Bb@example.com> <4CA0AB8B.4060300@example.com>
>
> Here's what I added (I put it right after another LoadModule line):
> LoadModule deflate_module /usr/lib/httpd/modules/mod_deflate.so
>
> ... and here's what it said back to me when I tried to restart Apache:
>
> # /etc/init.d/httpd start
> httpd: Syntax error on line 34 of /usr/local/apache/conf/httpd.conf: API
> module structure 'deflate_module' in file
> /usr/lib/httpd/modules/mod_deflate.so is garbled - expected signature
> 41503232 but saw 41503230 - perhaps this is not an Apache module DSO, or
> was compiled for a different Apache version?
Hmm, I've not seen this before. According to Apache 2.0 Changes file:
> *) mod_so: Solve dev's confusion by reporting expected/seen module
> magic signatures when failing with a 'garbled' message, and solve
> user's confusion by pointing out 'perhaps compiled for a different
> version of apache?'. [William Rowe]
But I wouldn't think that your problem was because you have a version of mod_deflate compiled for a different version of apache because from your rpm -q --filesbypkg query showed that it was installed with the httpd package.
Someone will probably have a better answer than me but some things I would do to troubleshoot would be to run the 'rpm -V httpd' command which will verify the integrity of the files associated with a certain package, in this case httpd. The output of this command will only show you files that have some attribute that has changed with them since you installed the package. So if all you get are your conf files this wouldn't be the problem. Here is a legend of the different output headers and what they mean:
S = size changeM = permissions change5 = MD5 changedL = Symlink changedD = Device changeU = User changeG = Group changeT = Date/Time changemissing = file is goneIf the size or MD5 of your mod_deflate module changed then I'd reinstall httpd.rpm -e httpdup2date -i httpd
As a last ditch effort I would also just try applying any httpd updates that are available for the system.up2date -u httpdbut that's probably not really the issue....
- Follow-Ups:
- Re: [tlug] Testing Apache for gzip modules [SOLVED]
- From: Dave M G
- References:
- [tlug] Testing Apache for gzip modules
- From: Dave M G
- Re: [tlug] Testing Apache for gzip modules
- From: Pier Fumagalli
- Re: [tlug] Testing Apache for gzip modules
- From: Dave M G
- Re: [tlug] Testing Apache for gzip modules
- From: Edmund Edgar
- Re: [tlug] Testing Apache for gzip modules
- From: Dave M G
- Re: [tlug] Testing Apache for gzip modules
- From: Romeo Theriault
- Re: [tlug] Testing Apache for gzip modules
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Testing Apache for gzip modules
- Next by Date: Re: [tlug] Testing Apache for gzip modules [SOLVED]
- Previous by thread: Re: [tlug] Testing Apache for gzip modules
- Next by thread: Re: [tlug] Testing Apache for gzip modules [SOLVED]
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links