On Feb 21, 8:57 am, JaceTheAce <[email protected]> wrote:
> JaceTheAce wrote:
>
> > Here is the output from Apache's error.log:
>
> > [Fri Feb 20 09:38:07 2009] [notice] Parent: child process exited with
> > status 3221225477 -- Restarting.
> > [Fri Feb 20 09:38:07 2009] [notice] Apache/2.2.8 (Win32) DAV/2
> > mod_auth_sspi/1.0.4 mod_ssl/2.2.8 OpenSSL/0.9.8g SVN/1.5.5 configured --
> > resuming normal operations
> > [Fri Feb 20 09:38:07 2009] [notice] Server built: Jul 28 2008 20:01:54
> > [Fri Feb 20 09:38:07 2009] [notice] Parent: Created child process 4856
> > [Fri Feb 20 09:38:08 2009] [warn] Init: Session Cache is not configured
> > [hint: SSLSessionCache]
> > [Fri Feb 20 09:38:08 2009] [error] python_init: Python version mismatch,
> > expected '2.5', found '2.5.4'.
> > [Fri Feb 20 09:38:08 2009] [error] python_init: Python executable found
> > 'C:\\Program Files\\Subversion\\httpd\\bin\\httpd.exe'.
> > [Fri Feb 20 09:38:08 2009] [error] python_init: Python path being used
> > 'C:\\WINDOWS\\system32\\python25.zip;C:\\Program
> > Files\\Python\\Lib;C:\\Program Files\\Python\\DLLs;C:\\Program
> > Files\\Python\\Lib\\lib-tk;;C:\\Program Files\\Subversion\\httpd\\bin'.
> > [Fri Feb 20 09:38:08 2009] [notice] mod_python: Creating 8 session mutexes
> > based on 0 max processes and 250 max threads.
> > [Fri Feb 20 09:38:09 2009] [notice] Child 4856: Child process is running
> > [Fri Feb 20 09:38:09 2009] [notice] Child 4856: Acquired the start mutex.
> > [Fri Feb 20 09:38:09 2009] [notice] Child 4856: Starting 250 worker
> > threads.
> > [Fri Feb 20 09:38:09 2009] [notice] Child 4856: Starting thread to listen
> > on port 443.
> > [Fri Feb 20 09:38:09 2009] [notice] Child 4856: Starting thread to listen
> > on port 81.
> > [Fri Feb 20 09:38:09 2009] [notice] Child 4856: Starting thread to listen
> > on port 80.
> > [Fri Feb 20 09:38:09 2009] [error] [client XX.X.X.XXX] (OS 87)The
> > parameter is incorrect.  : authentication failure for "/": user unknown,
> > reason: cannot generate context
>
> I solved the issue. I was using mod_python compiled against Apache 2.0, but
> needed the mod_python compiled against Apache 2.2. The filename for each of
> these is identical so it's a subtle oversight. Once I installed the correct
> mod_python it fixed my issue.
>
> I hope this helps others who might have this problem.

The mod_python installers for different Apache versions do not use
identical paths. Presuming you got them from the correct place. See:

http://apache.mirror.aussiehq.net.au/httpd/modpython/win/3.3.1/

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to