Jim Gallacher
jpg at jgassociates.ca
Mon Nov 6 16:05:08 EST 2006
mod_python 3.2.8 doesn't support Apache 2.2. You need mod_python 3.2.10: http://www.apache.org/dist/httpd/modpython/win/3.2.10/ Jim Gutfreund, Yechezkal wrote: > I am a long-time (25+ years) distributed system (and OS) programmer, but > a newbie at mod_python and apache. > > I believed I followed the install procedures. I added: > > 1. put the following line in httpd.conf > LoadModule python_module modules/mod_python.so > > 2. created the /tmp director for the mutex's > > 3. added the <directory> section and put the mptest.py file in the test > directory > > <Directory /some/directory/htdocs/test> > AddHandler mod_python .py > PythonHandler mptest > PythonDebug On > </Directory> > > 4. Installed ActiveState Python Version 2.4 python24.dll and mod_python > 3.2.8 (and told it where Apache 2.2.3 (win) is located > > 5. All of this is on an XP Pro SP 2 machine > > 6. I still get the following ERROR: > > The Apache service named reported the following error: > >>>> httpd.exe: Syntax error on line 98 of C:/Program Files/Apache > Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program > Files/Apache Software Foundation/Apache2.2/modules/mod_python.so into > server: The specified procedure could not be found. . > > > > I verified that the mod_python.so is indeed in this directory, and I > also tried moving python24.dll to the /bin directory of apache. But that > was the only relevant fixes I could see in the blogs, newsgroups, etc. > > > > So I am posting here, to see if anyone has had similar problems. > > > > > > > Dr. Yechezkal Gutfreund > Draper Laboratory > 555 Technology Square > Cambridge, MA 02139 > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|