I am running Apache 2.2.11 in several platforms (RedHat, Solaris 10 x86
and Solaris 10 sparc)
 
I am specifying the PidFile directive but the PidFile always gets
created under (ServerRoot)/logs/
 
I get the same bahaviour in all platforms.
 
I tried putting the PidFile directive just after the ServerRoot (in case
it needed to be specified as soon as ServerRoot is defined) but same
problem. It just gets ignored.
I am specifying the full path to the file:
 
PidFile     /opt/myapp/logs/apache/httpd.pid
 
I tried surrounding it in quotes, but also gets ignored:
 
PidFile     "/opt/myapp/logs/apache/httpd.pid"
 
I also verified that all directories are owned by root.
 
Any hint?
 
-Jorge

Reply via email to