summaryrefslogtreecommitdiff
path: root/docs/faq.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-06-18 17:29:59 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-06-18 17:29:59 +0000
commitb7d5bc6eccaf7d8839f3cd3fb4466b37d80dd0c6 (patch)
treed3a4410332a6b6d3251c7266a8acf6f3722d552e /docs/faq.txt
parent75a8a32f8629b47135890ac6ecda061a616d1cfc (diff)
Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. Thanks, paolo and asmodai
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
-rw-r--r--docs/faq.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index 5c522cbb06..7238a0aef7 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -314,13 +314,16 @@ as long as that server has WSGI_ hooks. See the `server arrangements wiki page`_
How do I install mod_python on Windows?
---------------------------------------
- * For Python 2.4, check out this `guide to mod_python & Python 2.3`_.
+ * For Python 2.4, grab mod_python from `win32 build of mod_python for
+ Python 2.4`_.
+ * For Python 2.4, check out this `Django on Windows howto`_.
* For Python 2.3, grab mod_python from http://www.modpython.org/ and read
`Running mod_python on Apache on Windows2000`_.
* Also, try this (not Windows-specific) `guide to getting mod_python
working`_.
-.. _`guide to mod_python & Python 2.3`: http://www.lehuen.com/nicolas/index.php/2005/02/21/39-win32-build-of-mod_python-314-for-python-24
+.. _`win32 build of mod_python for Python 2.4`: http://www.lehuen.com/nicolas/index.php/2005/02/21/39-win32-build-of-mod_python-314-for-python-24
+.. _`Django on Windows howto`: http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/
.. _`Running mod_python on Apache on Windows2000`: http://groups-beta.google.com/group/comp.lang.python/msg/139af8c83a5a9d4f
.. _`guide to getting mod_python working`: http://www.dscpl.com.au/articles/modpython-001.html