Fabiano Sidler wrote:
Hi folks! root@host $ httpd -k start(20014)Error string not specified yet: Error retrieving pid file /var/run/httpd.pid root@host $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May 20 02:44 /var/run/httpd.pidSame problem with httpd:httpd permissions. 'strace' says: [...] open("/var/run/httpd.pid", O_RDONLY) = 3 read(3, "", 13) = 0 write(2, "(20014)Error string not specifie"..., 84) = 84 [...] Where is the problem? Greetings, fips
Do you have a PidFile directive in httpd.conf? Does it match up to where Apache would expect it?
What about PIDFILE= in apachectl? Does that point to the same place? Thanks -dant --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx