[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-26 Thread [jokerman64]
http://qa.mandrakesoft.com/show_bug.cgi?id=5629





--- Additional Comments From [EMAIL PROTECTED]  2003-26-09 22:51 ---
is this going to fixed for 9.2? 

-- 
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-23 Thread [jokerman64]
http://qa.mandrakesoft.com/show_bug.cgi?id=5629





--- Additional Comments From [EMAIL PROTECTED]  2003-23-09 17:13 ---
my sysctl output is but i don't have mod_python or mod_proxy installed anymore
(cause apache2 won't boot with them)

[EMAIL PROTECTED] fubar]# sysctl -n kernel.sem
250 32000   32  128


-- 
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-23 Thread [oden.eriksson]
http://qa.mandrakesoft.com/show_bug.cgi?id=5629


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2003-23-09 22:12 ---
Hmmm. Annoying... 
 
I found some changes in CVS that I tried, but default values doesn't seem to 
be enough anyhow despite the CVS log entry here: 
 
http://cvs.apache.org/viewcvs.cgi/httpd-python/lib/python/mod_python/apache.py 
 
I have these installed and 256MB RAM. 
 
apache2-2.0.47-6mdk 
apache2-common-2.0.47-6mdk 
apache2-mod_cache-2.0.47-6mdk 
apache2-mod_clamav-2.0.47_0.8-2mdk 
apache2-mod_disk_cache-2.0.47-6mdk 
apache2-mod_perl-2.0.47_1.99_09-3mdk 
apache2-mod_php-2.0.47_4.3.2-2mdk 
apache2-mod_proxy-2.0.47-6mdk 
apache2-mod_python-2.0.47_3.1.0a-2mdk 
apache2-mod_spam_die-2.0.47_0.1.2-1mdk 
apache2-mod_ssl-2.0.47-6mdk 
apache2-mod_suexec-2.0.47-2mdk 
apache2-modules-2.0.47-6mdk 
 
 
This is default in cooker: 
kernel.sem = 25032000   32  128 
 
I raised it to: 
# sysctl -w kernel.sem=512 32000 32 512 
 
 
Now apache2 starts up fine. 
 
I have new packages here if you want to try: 
 
http://www.deserve-it.com/Cooker/ 
 
(It didn't seem to help though...) 
 

-- 
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-22 Thread [damon]
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-21 Thread [oden.eriksson]
http://qa.mandrakesoft.com/show_bug.cgi?id=5629


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-21-09 12:51 ---
Thank you. 

-- 
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: RESOLVED
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-20 Thread [jokerman64]
http://qa.mandrakesoft.com/show_bug.cgi?id=5629





--- Additional Comments From [EMAIL PROTECTED]  2003-21-09 03:33 ---
this has been fixed with the latest apache2 packages

-- 
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-16 Thread [jokerman64]
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-13 Thread [oden.eriksson]
http://qa.mandrakesoft.com/show_bug.cgi?id=5629


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-13-09 16:34 ---
Please provide output of: 
 
sysctl -n kernel.sem 

-- 
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: NEEDINFO
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-13 Thread [damon]
http://qa.mandrakesoft.com/show_bug.cgi?id=5629





--- Additional Comments From [EMAIL PROTECTED]  2003-13-09 17:28 ---
[EMAIL PROTECTED] damon]# sysctl -n kernel.sem
250 32000   32  128



-- 
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: NEEDINFO
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.



[Cooker] [Bug 5629] [apache2-mod_python] Cannot connect to apache2 when apache2-mod_python installed

2003-09-13 Thread [oden.eriksson]
http://qa.mandrakesoft.com/show_bug.cgi?id=5629


[EMAIL PROTECTED] changed:

   What|Removed |Added

  BugsThisDependsOn||5631
 Status|NEEDINFO|ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2003-13-09 17:35 ---
Please refer to: 
 
http://qa.mandrakesoft.com/show_bug.cgi?id=5631 
 
 

-- 
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.