|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
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.