Skip to content

Commit

Permalink
change PerlHandler -> PerlResponseHandler in docs
Browse files Browse the repository at this point in the history
According to
http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_Request_Cycle_Phases
"the PerlHandler directive has been renamed to PerlResponseHandler to
better match the corresponding Apache phase name (response)."
  • Loading branch information
Xaerxess authored and yanick committed Feb 1, 2014
1 parent 6123ada commit a8bc37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Deployment.pod
Expand Up @@ -527,7 +527,7 @@ following:

<Location />
SetHandler perl-script
PerlHandler Plack::Handler::Apache2
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /websites/myapp.example.com/app.pl
</Location>

Expand Down

0 comments on commit a8bc37d

Please sign in to comment.