I'm using apache 2.0.58-r2 and when I restart it more than one time I cannot restart anymore
Code: Select all
vito ~ # /etc/init.d/apache2 restart
* Stopping apache2 ... [ ok ]
* Starting apache2 ... [ ok ]
vito ~ # /etc/init.d/apache2 restart
* Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed. [ !! ]
vito ~ # /etc/init.d/apache2 restart
* Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed. [ !! ]
...
Code: Select all
vito ~ # ps aux | grep apache
root 13847 0.0 0.1 51140 2164 ? Ss 02:22 0:00 /usr/sbin/apache2 -D DEFAULT_VHOST -d /usr/lib64/apache2 -f /etc/apache2/httpd.conf -d /usr/lib64/apache2 -f /etc/apache2/httpd.conf -k start
root 13997 0.0 0.0 2608 512 pts/2 R+ 02:24 0:00 grep apache
vito ~ # killall apache
apache: no process killed
vito ~ # killall apache2
vito ~ # /etc/init.d/apache2 start
* WARNING: "apache2" has already been started.
vito ~ # /etc/init.d/apache2 restart
* Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed. [ !! ]
vito ~ # killall apache2
apache2: no process killed
vito ~ # killall apache2
apache2: no process killed
vito ~ # /etc/init.d/apache2 zap
* Manually resetting apache2 to stopped state.
vito ~ # /etc/init.d/apache2 restart
* Starting apache2 ... [ ok ]
vito ~ # /etc/init.d/apache2 restart
* Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed. [ !! ]
...
