ScriptName -> ScriptAlias

This commit is contained in:
Armin Ronacher 2010-04-19 10:37:10 +02:00
parent 84899948be
commit a50a87c4ca

View file

@ -132,7 +132,7 @@ In Apache for example you can put a like like this into the config:
.. sourcecode:: apache
ScriptName /app /path/to/the/application.cgi
ScriptAlias /app /path/to/the/application.cgi
For more information consult the documentation of your webserver.