[EMAIL PROTECTED] Problems with non-existant .htaccess

2005-09-16 Thread Fabiano Sidler
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

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.

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-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

[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