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
 [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: Tue Apr 23 17:01:31 2024 UTC