Skip to content

Commit

Permalink
discourage CGI use
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 5, 2014
1 parent 9864e99 commit e6eca12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -210,7 +210,10 @@ C<mod_proxy>, the configuration looks quite similar to the Nginx one above.
=head2 Apache/CGI

C<CGI> is supported out of the box and your L<Mojolicious> application will
automatically detect that it is executed as a C<CGI> script.
automatically detect that it is executed as a C<CGI> script. It's use in
production environments is discouraged though, because as a result of how
C<CGI> works, it is very slow and many web servers are making it exceptionally
hard to configure properly.

ScriptAlias / /home/sri/myapp/script/myapp/

Expand Down

0 comments on commit e6eca12

Please sign in to comment.