Changes between Version 47 and Version 48 of ServerArrangements
- Timestamp:
- Nov 9, 2012, 11:07:45 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerArrangements
v47 v48 1 1 = Server arrangements = 2 2 3 [[TOC]] 3 '''NOTE: Much of this wiki document may be incorrect or out of date - the best current and maintained source of docs provided by Django can be found [https://docs.djangoproject.com/en/dev/howto/deployment/ here]''' 4 4 5 5 Because Django uses [http://www.python.org/peps/pep-0333.html WSGI], it can run on any WSGI-compatible Web server. Here's how to run Django on various server arrangements. … … 9 9 === Apache with mod_python === 10 10 11 * See the [http://www.djangoproject.com/documentation/modpython/ official documentation]. 11 * NOTE: Django 1.4 was the last version to support mod_python - it is no longer supported by Django 12 * See the [https://docs.djangoproject.com/en/1.4/howto/deployment/modpython/ official documentation]. 12 13 * you can also look at the [wiki:django_apache_and_mod_rewrite] small tutorial. 13 14