Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: apreq_module |
|
Author |
|
ityndall
Joined: 10 Oct 2007 Posts: 1
|
Posted: Wed 10 Oct '07 14:40 Post subject: apreq_module |
|
|
I just installed the 2.2.6 version from here, and I'm having problems with the module: mod_apreq2.so
When I test my configuration, I get this message:
Code: |
httpd.exe: Syntax error on line 183 of X:/Apache2.2/conf/httpd.conf: API module structure 'apreq_module' in file X:/Apache2.2/modules/mod_apreq2.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?
|
This is how it is loaded:
Code: |
LoadFile "X:/Apache2.2/bin/libapreq2.dll"
LoadModule apreq_module modules/mod_apreq2.so
|
Any thoughts or suggestions would be greatly appreciated!
Ian |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Wed 10 Oct '07 16:48 Post subject: |
|
|
The Signature 41503230 indicates you are trying to load an Apache 2.0 module into Apache 2.2.
Note that you cannot just copy Apache 2.0 modules into an Apache 2.2 \modules directory.
University of Winnipeg has an Apache 2.2 version for Perl 5.8: Code: | ppm install http://theoryx5.uwinnipeg.ca/ppms/libapreq2.ppd |
If you have an older libapreq2 package installed, be sure to uninstall it first.
-tom- |
|
Back to top |
|
|
|
|
|
|