Skip to content

Commit

Permalink
Merge branch 'script-alias' into devel
Browse files Browse the repository at this point in the history
Fixes #968
  • Loading branch information
yanick committed Dec 1, 2013
2 parents 7be6f49 + 1497666 commit 8a08fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -8,6 +8,8 @@ Revision history for Dancer
* GH #972: Correction of a truckload of typos. (David Steinbrunner)
* GH #971: Stress that the request's 'env()' method is prefered over
accessing '%ENV' directly. (isync)
* GH #968: Fix 'ScriptAlias' example in Deployment docs. (reported
by tednolan)

1.3119 26.10.2013

Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer/Deployment.pod
Expand Up @@ -34,7 +34,7 @@ sites-available/*site*):
AddHandler cgi-script .cgi
</Directory>

ScriptAlias / /srv/www.example.com/public/dispatch.cgi
ScriptAlias / /srv/www.example.com/public/dispatch.cgi/

ErrorLog /var/log/apache2/www.example.com-error.log
CustomLog /var/log/apache2/www.example.com-access_log common
Expand Down

0 comments on commit 8a08fc7

Please sign in to comment.