DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41828>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41828 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-13 22:48 ------- Thank you for your very quick action! I tested the tar ball and found a problem. [Wed Mar 14 13:01:44 2007] [27149:50880] [error] jk_child_init::mod_jk.c (2593): Attaching shm:/etc/httpd/logs/jk-runtime-status errno=13 [Wed Mar 14 13:01:44 2007] [27151:50880] [error] jk_child_init::mod_jk.c (2593): Attaching shm:/etc/httpd/logs/jk-runtime-status errno=13 In RedHat or CentOS, /etc/httpd/logs is symbolic linked to /var/log/httpd which mode is, drwx------ 2 root root 4096 3月 14 13:01 /var/log/httpd The parent process is running as root, but child processes are running as apache who cannot open file under /var/log/httpd directory. This is why errno=13(EACCES) occurs. I modified the owner of /var/log/httpd to apache and the problem was resolved. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]