View Single Post
  #2   (View Single Post)  
Old 31st March 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Question #1: What is the value of httpd_flags on this system?

Hint: to obtain the answer, issue the following command. Note that this command will check the results in both rc.conf and rc.conf.local, if you use the latter.
$ grep httpd_flags /etc/rc.conf*
Question #2: Is Apache already running?

Hint: to obtain the answer, issue the following command. No response means that Apache is not running. Processes listed means that Apache is already running.
$ pgrep -lf httpd
Reply With Quote