mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.8.x] Refs #25345 -- Updated links to code.google.com.
Backport of c92cd22d02 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							64410a09da
						
					
				
				
					commit
					7dabaa8ee3
				
			| @@ -6,7 +6,7 @@ Deploying Django with Apache_ and `mod_wsgi`_ is a tried and tested way to get | ||||
| Django into production. | ||||
|  | ||||
| .. _Apache: http://httpd.apache.org/ | ||||
| .. _mod_wsgi: http://code.google.com/p/modwsgi/ | ||||
| .. _mod_wsgi: http://www.modwsgi.org/ | ||||
|  | ||||
| mod_wsgi is an Apache module which can host any Python WSGI_ application, | ||||
| including Django. Django will work with any version of Apache which supports | ||||
| @@ -18,8 +18,8 @@ The `official mod_wsgi documentation`_ is fantastic; it's your source for all | ||||
| the details about how to use mod_wsgi. You'll probably want to start with the | ||||
| `installation and configuration documentation`_. | ||||
|  | ||||
| .. _official mod_wsgi documentation: http://code.google.com/p/modwsgi/ | ||||
| .. _installation and configuration documentation: http://code.google.com/p/modwsgi/wiki/InstallationInstructions | ||||
| .. _official mod_wsgi documentation: http://modwsgi.readthedocs.org/ | ||||
| .. _installation and configuration documentation: http://modwsgi.readthedocs.org/en/develop/installation.html | ||||
|  | ||||
| Basic configuration | ||||
| =================== | ||||
|   | ||||
		Reference in New Issue
	
	Block a user