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
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...
* 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
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, "
* 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
> >
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
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.
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