From 1b7ef35efdde704bd3ce6932191aa6506ef77eb1 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Thu, 3 Nov 2011 12:17:51 -0400 Subject: [PATCH] The trailing slash on the first part of ScriptAlias is wrong It was mistakenly added by my reworking of the docs in dd48513. The primary symptom of a trailing slash is Apache looking for /rt under the configured DocumentRoot. --- docs/web_deployment.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod index 999195a3ff5..65065c5cd82 100644 --- a/docs/web_deployment.pod +++ b/docs/web_deployment.pod @@ -216,7 +216,7 @@ For example: if you're using the sample FastCGI config above, you might change the relevant directives to: Alias /rt/NoAuth/images/ /opt/rt4/share/html/NoAuth/images/ - ScriptAlias /rt/ /opt/rt4/sbin/rt-server.fcgi/ + ScriptAlias /rt /opt/rt4/sbin/rt-server.fcgi/ # Set DocumentRoot as appropriate for the other content you want to serve DocumentRoot /var/www