Errors related to python version added to error log when I start apache2
Posted
by
Jean-Nicolas Boulay Desjardins
on Server Fault
See other posts from Server Fault
or by Jean-Nicolas Boulay Desjardins
Published on 2011-06-14T02:32:04Z
Indexed on
2012/04/06
11:33 UTC
Read the original article
Hit count: 430
When I start apache I am getting those errors:
[Tue Jun 14 02:28:58 2011] [error] python_init: Python version mismatch, expected '2.6.5', found '2.6.6'.
[Tue Jun 14 02:28:58 2011] [error] python_init: Python executable found '/usr/bin/python'.
[Tue Jun 14 02:28:58 2011] [error] python_init: Python path being used '/usr/lib/python2.6/:/usr/lib/python2.6/plat-linux2:/usr/lib/python2.6/lib-tk:/usr/lib/python2.6/lib-old:/usr/lib/python2.6/lib-dynload'.
[Tue Jun 14 02:28:58 2011] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue Jun 14 02:28:58 2011] [notice] mod_python: using mutex_directory /tmp
[Tue Jun 14 02:28:58 2011] [notice] Apache/2.2.16 (Ubuntu) PHP/5.3.3-1ubuntu9.5 with Suhosin-Patch mod_python/3.3.1 Python/2.6.6 configured -- resuming normal operations
I am using Ubuntu Server...
Thanks in advance for any help.
© Server Fault or respective owner