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: Apache wont recognize module |
|
Author |
|
alexerwin
Joined: 24 Mar 2009 Posts: 14
|
Posted: Wed 25 Mar '09 16:01 Post subject: Apache wont recognize module |
|
|
Hi,
I built a helloworld module using the code from http://www.cb1inc.com/2007/12/24/creating-a-hello-world-apache-module-with-kdevelop-on-ubuntu because all the rest of the examples were overly complex. I built it on a windows 2003 server with Visual Studio.
I got a successful build with no errors and I tried to include it with LoadModule Statement, and apache is saying:
The Apache service named reported the following error:
>>> httpd.exe: Syntax error on line 37 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_helloworld.so into server: The specified module could not be found.
I made sure List, Read, R/E is on the folder and even gave full privs to that file, and nothing!
Thanks Alex |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 07 Apr '09 9:53 Post subject: |
|
|
Are the include or the source files version matching to your running apache version? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|
|
|
|
|
|