From a50a87c4ca7f44821e9561ae6b69300b8809c46c Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 19 Apr 2010 10:37:10 +0200 Subject: [PATCH] ScriptName -> ScriptAlias --- docs/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying.rst b/docs/deploying.rst index 0d0ed19e..30e43888 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -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.