I have updated Apache to 1.3.37 only since this update DA isn't eager to start Apache after I stopped in the admin user control panel under Service Monitor.
If I login as root under SSH and do apachectl restart it works all fine. Because of this I have readded the bootscript for the directadmin directory this works fine too:
srv001# /usr/local/etc/rc.d/httpd restart
Stopping httpd: [ OK ]
Remaining processes: 1
Stopping httpd: [ FAILED ]
Starting httpd: [ OK ]
[Mon Jul 31 01:47:36 2006] [warn] Loaded DSO modules/libphp5.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
srv001# apachectl start
[Mon Jul 31 01:48:40 2006] [warn] Loaded DSO modules/libphp5.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
/usr/sbin/apachectl start: httpd started
How can make the stop/starting of Apache work again in DA under Service Monitor?
If I login as root under SSH and do apachectl restart it works all fine. Because of this I have readded the bootscript for the directadmin directory this works fine too:
srv001# /usr/local/etc/rc.d/httpd restart
Stopping httpd: [ OK ]
Remaining processes: 1
Stopping httpd: [ FAILED ]
Starting httpd: [ OK ]
[Mon Jul 31 01:47:36 2006] [warn] Loaded DSO modules/libphp5.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
srv001# apachectl start
[Mon Jul 31 01:48:40 2006] [warn] Loaded DSO modules/libphp5.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
/usr/sbin/apachectl start: httpd started
How can make the stop/starting of Apache work again in DA under Service Monitor?