PHP gevorderde |
|
Hoi,
heb reeds veel op google gezocht en zag dat er veel mensen met hetzelfde probleem zitten. Ik heb mod_python en active python geinstalleerd op een apache server. Nu eerst werkte het helemaal niet, echter na enkel veranederingen laad hij toch mod_python correct maar blijf volgende errors / notices krijgen in de apache server error log.
[Wed Aug 01 09:51:40 2007] [error] python_init: Python version mismatch, expected '2.5', found '2.5.1'.
[Wed Aug 01 09:51:41 2007] [error] python_init: Python executable found 'C:\\server\\apache\\bin\\apache.exe'.
[Wed Aug 01 09:51:41 2007] [error] python_init: Python path being used 'C:\\WINDOWS\\System32\\python25.zip;C:\\server\\Python25\\Lib;C:\\server\\Python25\\DLLs;C:\\server\\Python25\\Lib\\lib-tk;;C:\\server\\apache\\bin'.
[Wed Aug 01 09:51:41 2007] [notice] mod_python: Creating 8 session mutexes based on 0 max processes and 250 max threads.
[Wed Aug 01 09:51:45 2007] [notice] Child 4372: Child process is running
[Wed Aug 01 09:51:45 2007] [notice] Child 4372: Acquired the start mutex.
[Wed Aug 01 09:51:45 2007] [notice] Child 4372: Starting 250 worker threads.
[Wed Aug 01 09:51:45 2007] [notice] Child 4372: Starting thread to listen on port 443.
[Wed Aug 01 09:51:45 2007] [notice] Child 4372: Starting thread to listen on port 80.
Weet iemand heir een oplossing voor??
Heb volgende toegevoegd in httpd.conf:
LoadModule python_module modules/mod_python.so
<Directory C:/server/htdocs>
AddHandler mod_python .py
PythonHandler mptest
PythonDebug On
</Directory>
Alvast bedankt. NIEMAND DIE ME HELPEN KAN???
|