From 3f4d79eba138a402dc9425315f7ea009bf871004 Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 10 Sep 2008 11:55:10 +0000 Subject: [PATCH] Note about deleting /tmp/fcgi_ipc --- src/server/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/server/README b/src/server/README index c3e94d719..b9da09798 100644 --- a/src/server/README +++ b/src/server/README @@ -76,6 +76,11 @@ AddModule mod_fastcgi.c $ sudo apachectl restart +- If Apache complains about a syntax error on the FastCgiIpcDir line, try deleting + any existing /tmp/fcgi_ipc/ directory: + +$ sudo rm -rf /tmp/fcgi_ipc/ + - Copy or symlink this directory to your web directory. - First test from the command-line, since debugging is harder from the AJAX UI: