Run this command to find out where the Apache is installed:
# find / -name apachectl -print
or
# find / -name httpd -print
You usually can start/stop/restart an Apache with a command like this one:
# /usr/local/apache-2.0.54/bin/apachectl [start] [stop] [restart]
# find / -name apachectl -print
or
# find / -name httpd -print
You usually can start/stop/restart an Apache with a command like this one:
# /usr/local/apache-2.0.54/bin/apachectl [start] [stop] [restart]