summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-09-10 11:55:10 +0000
committerbjorn <bjorn@bringert.net>2008-09-10 11:55:10 +0000
commitd6e20ca0bc8067ff9e758e8fe2f53ff920eb2df2 (patch)
treec5053d001df85720009591e4441d144b6186f662
parent7208ead22346e0c8aae16a5f1119bae4fe38c85c (diff)
Note about deleting /tmp/fcgi_ipc
-rw-r--r--src/server/README5
1 files changed, 5 insertions, 0 deletions
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: