please reproduce: rc.httpd force-restart stops, but does not restart, httpd
by metaed from LinuxQuestions.org on (#6DW7F)
The command
# /etc/rc.d/rc.httpd force-restart
does not work for me. It successfully stops all httpd processes, but does not restart them. The output is:
# /etc/rc.d/rc.httpd force-restart
does not work for me. It successfully stops all httpd processes, but does not restart them. The output is:
- (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
- (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
- no listening sockets available, shutting down
- AH00015: Unable to open logs
- running pgrep -a httpd (to verify httpd processes are running),
- running rc.httpd force-restart, and
- running pgrep -a httpd again (to verify the restart failed).