From b295fcd19c00706d7f60db73741c1311ee141409 Mon Sep 17 00:00:00 2001 From: "Afriza N. Arief" Date: Mon, 13 Apr 2015 18:16:21 +0800 Subject: [PATCH] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt --- docs/howto/deployment/wsgi/apache-auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 11da547044..eddf784483 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -32,7 +32,7 @@ Authentication with mod_wsgi The use of ``WSGIApplicationGroup %{GLOBAL}`` in the configurations below presumes that your Apache instance is running only one Django application. - If you are running more than Django application, please refer to the + If you are running more than one Django application, please refer to the `Defining Application Groups`_ section of the mod_wsgi docs for more information about this setting.