http://qa.mandrakesoft.com/show_bug.cgi?id=5629
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From [EMAIL PROTECTED] 2003-22-09 14:12 -------
The bug is not fixed. I am running the latest packages and the problem centers
around mod_python. When that is installed, apache will not start up. When it
is removed, it will. I don't know if the kernel stuff Oden mentioned has
anything to do with it as this is what I've got currently:
[EMAIL PROTECTED] kernel]# sysctl -n kernel.sem
512 32000 32 512
Thanks
Damon
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: REOPENED
creation_date:
description:
When mod_python is installed, apache2 appears to start, but no connections to it
can be made. For instance, service httpd extendedstatus will not work, as it
cannot connect to localhost:
Looking up localhost
Making HTTP connection to localhost
Alert!: Unable to connect to remote host.
It makes no difference if this line is manually added to httpd2.conf:
LoadModule python_module extramodules/mod_python.so
Removal of mod_python and restarting apache2 allows apache to accept connections.