Mike Looijmans
mike.looijmans at asml.com
Tue Mar 18 08:07:14 EST 2003
Hmm. Had some troubles running this baby after the ./configure - smake - smake install dance. Turned out to be a file permission problem. The following occured in the apache error log: [Tue Mar 18 07:56:33 2003] [notice] Apache/2.0.44 (Unix) mod_python/3.0.3 Python/2.2.2 configured -- resuming normal operations [Tue Mar 18 07:56:35 2003] [error] make_obcallback: could not import mod_python.apache. ImportError: No module named apache [Tue Mar 18 07:57:01 2003] [error] make_obcallback: could not import mod_python.apache. The problem was that in /usr/local/lib/python2.2/site-package/mod_pyton, all files were root-only (pun intented) after installation (mode 600). Would be nice if the install script forced to 644 mode instead. The apache server runs as user "nobody" so didn't get access. -- Mike Looijmans ASML: http://www5nl.asml.nl/~mlooijma Private: http://www.milosoftware.com -----Original Message----- From: Gregory (Grisha) Trubetskoy <grisha at apache.org> > >The Apache Software Foundation and The Apache HTTP Server Project are >pleased to announce the release of mod_python 3.0.3.
|