Re: LoadModule python_module libexec/mod_python.so causes apache failure to launch
Graham Dumpleton <[email protected]> Fri, 28 Aug 2009 09:00:17 +1000
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
2009/8/28 Philippe Antoniotti <[email protected]>: > Hi there, > > I am installing mod_python on my Macbook OS X. > ./configure and make install went well, but when I add "LoadModule > python_module libexec/mod_python.so" in the Apache conf file, Apache refuses > to start. > I can't see any info in the log > Also, it seems when reading the install log that mod_python.so was installed > in usr/libexec/apache2/mod_python.so. > I tried putting that line instead of the previous one but it still refuses > to start. > > I tried the troubleshooting section but theĀ line "PythonHandler > mod_python.testhandler" also makes apache fail to start > > Am I missing something ? You don't say where you got mod_python source code from. The official 3.3.1 tar balls will not work on Leopard. You don't say what the actual error messages you get in Apache error log or on startup are. Also use the -t option to apachectl to see if of configuration test it generates any error message. Graham