php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5791 httpd dead but subsys locked
Submitted: 2000-07-26 07:20 UTC Modified: 2000-09-21 09:50 UTC
From: zhangzhiqiang at 21cn dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.1pl2 OS: RedHat 6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: zhangzhiqiang at 21cn dot com
New email:
PHP Version: OS:

 

 [2000-07-26 07:20 UTC] zhangzhiqiang at 21cn dot com
sorry for my pure english.

My configuration as follow:
./configure     --with-apxs=/usr/sbin/apxs \
                --with-config-file-path=/etc/httpd \
                --with-mysql=/usr \
                --enable-versioning \
                --enable-track-vars

/etc/rc.d/init.d/httpd restart
Shutting down http: [  OK  ]
Starting httpd: [  OK  ]

/etc/rc.d/init.d/httpd status 
httpd dead but subsys locked

Reboot system,it works.
But restart httpd again.httpd dead but subsys locked

My system works with php4.0.4.

If I remove the follow lines in httpd.conf
LoadModule perl_module         modules/libperl.so
AddModule mod_perl.c
it works fine.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 15:04 UTC] zhangzhiqiang at 21cn dot com
sorry for my pure english.

My configuration as follow:
./configure     --with-apxs=/usr/sbin/apxs \
                --with-config-file-path=/etc/httpd \
                --with-mysql=/usr \
                --enable-versioning \
                --enable-track-vars

/etc/rc.d/init.d/httpd restart
Shutting down http: [  OK  ]
Starting httpd: [  OK  ]

/etc/rc.d/init.d/httpd status 
httpd dead but subsys locked

Reboot system,it works.
But restart httpd again.httpd dead but subsys locked

My system works with php4.0.0.

If I remove the follow lines in httpd.conf
LoadModule perl_module         modules/libperl.so
AddModule mod_perl.c
it works fine.

 [2000-08-31 14:08 UTC] sniper@php.net
Are you sure it isn't mod_perl which hangs??
Have you tried removing those php4 loadmodule/addmodule
lines instead??

--Jani
 [2000-09-21 09:50 UTC] sniper@php.net
No feedback.

--Jani
 [2003-08-14 01:34 UTC] esrefatak at yahoo dot com
maybe, you need to delete this file

/var/lock/subsys/httpd

maybe can start the server then
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC