Hi folks!
I have some troubles accessing a file by a browser, even if I've made it
readable for all. The log message is the following:
/some/path/.htaccess pcfg_openfile: unable to check htaccess file, ensure it
is readable, referer: [...]
The .htaccess file does not exist and accessing files l
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.
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, "
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
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