6 Nov
2002
6 Nov
'02
5:31 a.m.
Thanks Dieter, Apparently when it went down, it ripped FastCgi out of the path. The directory is still there but Apache is looking in /tmp/dynamic instead of /tmp/fastcgi/dynamic. We changed the permissions on tmp/dynamic and it appears to work fine. Thanks again. michael On Tuesday 05 November 2002 12:36 pm, Dieter Maurer wrote:
Michael writes:
... Syntax error on line 260 of /usr/local/apache/conf/httpd.conf: FastCgiIpcDir /tmp: can't create dynamic directory "/tmp/dynamic": access for server (uid -1, gid -1) failed: read not allowed
Please check the permissions of "/tmp/dynamic".
Apparently, the Apache process cannot read this directory.
Dieter