Skip to content

Commit

Permalink
The trailing slash on the first part of ScriptAlias is wrong
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tsibley authored and jibsheet committed Nov 3, 2011
1 parent c9e546b commit 1b7ef35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_deployment.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b7ef35

Please sign in to comment.