From 6e6efb14f7d23f5c70dd48fbfd2d55a036963509 Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 10 Sep 2008 08:19:50 +0000 Subject: [PATCH] Note that Apache must be restarted after config changes. --- src/server/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/server/README b/src/server/README index fba252e5a..d470feaee 100644 --- a/src/server/README +++ b/src/server/README @@ -62,6 +62,11 @@ AddModule mod_fastcgi.c Allow from all +- If you have changed the web server config, you need to restart the web server + (this is also useful to get a clean slate if you end up with dead or resource-hogging + FastCGI processes): + +$ sudo apachectl restart - Copy or symlink this directory to your web directory.