[Rt-commit] rt branch, 4.0.3-releng, updated. rt-4.0.3rc1-4-g1b7ef35
Kevin Falcone
falcone at bestpractical.com
Thu Nov 3 12:35:11 EDT 2011
The branch, 4.0.3-releng has been updated
via 1b7ef35efdde704bd3ce6932191aa6506ef77eb1 (commit)
from c9e546bedbffa4c1fe7361197f5c217b2c211940 (commit)
Summary of changes:
docs/web_deployment.pod | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1b7ef35efdde704bd3ce6932191aa6506ef77eb1
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Nov 3 12:17:51 2011 -0400
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.
diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod
index 999195a..65065c5 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
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list