http://qa.mandrakesoft.com/show_bug.cgi?id=5629
------- Additional Comments From [EMAIL PROTECTED] 2003-17-09 02:30 -------
i just installed rc 2 today by the update feature (worked well)
but i also have the problem w/ apache not starting. The module in question
which won't load for me is mod_proxy. Here is the error message:
service httpd start Starting httpd2: Syntax error on line 36 of
/etc/httpd/conf/httpd2.conf: Cannot load /etc/httpd/2.0/modules/mod_proxy.so
into server: /etc/httpd/2.0/modules/mod_proxy.so: cannot open shared object
file: No such file or directory
[FAILED]
--
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: ASSIGNED
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.