Re: [users@httpd] httpd can't start because it's not yet running

2005-05-22 Thread Fabiano Sidler
PEBKAC deluxe! I forgot to use the Port directive! :-( Please forgive me for bothering... Greets, fips - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Fabiano Sidler
Dick Davies wrote: * Fabiano Sidler <[EMAIL PROTECTED]> [0542 11:42]: open("/var/run/httpd.pid", O_RDONLY)= -1 ENOENT (No such file or directory) That's screwed. It should create it when it starts. Are you using some Redhat monstrosity with SE extensions or something. No, nothing like this...

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Dick Davies
* Fabiano Sidler <[EMAIL PROTECTED]> [0542 11:42]: > Dick Davies schrieb: > >Looks to me like Apache is reading the pidfile, but it's empty. > >Try deleting it and trying again. > > No, this never did work by now: > > open("/var/run/httpd.pid", O_RDONLY)= -1 ENOENT (No such file or > directo

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Fabiano Sidler
Dick Davies schrieb: Looks to me like Apache is reading the pidfile, but it's empty. Try deleting it and trying again. No, this never did work by now: open("/var/run/httpd.pid", O_RDONLY)= -1 ENOENT (No such file or directory) write(2, "no listening sockets available, "..., 46) = 46 write(2, "

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Dick Davies
* dan <[EMAIL PROTECTED]> [0559 01:59]: > Fabiano Sidler wrote: > >Hi folks! > > > >[EMAIL PROTECTED] $ httpd -k start > >(20014)Error string not specified yet: Error retrieving pid file > >/var/run/httpd.pid > >[EMAIL PROTECTED] $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May > >20 > >

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-19 Thread Fabiano Sidler
Whoa, thank you for answer that quickly! dan wrote: Do you have a PidFile directive in httpd.conf? $ cat /etc/httpd/httpd.conf | grep PidFile PidFile "/var/run/httpd.pid" What about PIDFILE= in apachectl? Does that point to the same place? There is no "PIDFILE" in my apachectl. Thank you anyway! G

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-19 Thread dan
Fabiano Sidler wrote: Hi folks! [EMAIL PROTECTED] $ httpd -k start (20014)Error string not specified yet: Error retrieving pid file /var/run/httpd.pid [EMAIL PROTECTED] $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May 20 02:44 /var/run/httpd.pid Same problem with httpd:httpd permissions.

[users@httpd] httpd can't start because it's not yet running

2005-05-19 Thread Fabiano Sidler
Hi folks! [EMAIL PROTECTED] $ httpd -k start (20014)Error string not specified yet: Error retrieving pid file /var/run/httpd.pid [EMAIL PROTECTED] $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May 20 02:44 /var/run/httpd.pid Same problem with httpd:httpd permissions. 'strace' says: [...] o