logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_wsgi 3.4 - Apache 2.2.23 - Python 2.7.2
Author
jigarakatidus



Joined: 15 Oct 2012
Posts: 7
Location: jigarakatidus

PostPosted: Tue 16 Oct '12 13:13    Post subject: mod_wsgi 3.4 - Apache 2.2.23 - Python 2.7.2 Reply with quote

Hi,

I was able to compile both Apache 2.2.23 and mod_wsgi 3.4(with many warnings) but when I add mod_wsgi.so in modules folder of apache and the following line in httpd.conf

Code:
LoadModule wsgi_module modules/mod_wsgi.so


I get this error while starting apache

Code:
C:\apache>bin\httpd.exe
httpd.exe: Syntax error on line 130 of C:/apache/conf/httpd.conf: Cannot load C:/apache/modules/mod_wsgi.so into server: The specified module could not be found.


I know this error occurs when file isn't present in the modules folder of apache. But I am sure its present. Just to make sure that I am in right modules folder I renamed one of the module so it throws a similar error and it did.

So I am guessing my mod_wsgi compilation went wrong. I am providing the compile log through pastebin hope some one can help me. thanks in advance.

http://pastebin.com/NyApJkTK
Back to top


Reply to topic   Topic: mod_wsgi 3.4 - Apache 2.2.23 - Python 2.7.2 View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules