
Originally Posted by
rampid360
This same thing has happened to me a few times even though the build completes successfully.
Remove the file 'AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING' in /usr/local/apache
If considering this please first ensure that the compile processes are fully completed by checking the process list output from the "ps" command, and then verify that Apache can successfully restart and that it is able to show valid status information that confirms Apache/httpd is in a functional running state.
Here is an example command for using "ps" to view the process list:
Here is a command to attempt a restart of Apache/httpd:
Code:
# /scripts/restartsrv_httpd
Here are a collection of commands to check the Apache running status:
Code:
# /usr/local/apache/bin/apachectl status
# /usr/local/apache/bin/apachectl fullstatus
# /scripts/restartsrv_httpd --status
# lsof -nPi4:80,443
# ps afuxww | grep -i httpd