Index: docs/howto/deployment/modwsgi.txt
===================================================================
--- docs/howto/deployment/modwsgi.txt	(revision 16259)
+++ docs/howto/deployment/modwsgi.txt	(working copy)
@@ -55,6 +55,18 @@
 replace 'mysite.settings' with your correct settings file, and '/path/to/mysite'
 with your own project's location.
 
+
+.. _serving-static-files:
+
+Serving static files
+===================
+
+See http://docs.djangoproject.com/en/dev/howto/static-files/
+
+More details on configuring a mod_wsgi site to serve static files
+using Apache can be found in the mod_wsgi documentation on `hosting static files`_.
+
+
 .. _serving-media-files:
 
 Serving media files
@@ -105,8 +117,8 @@
 .. _Apache: http://httpd.apache.org/
 .. _Cherokee: http://www.cherokee-project.com/
 
-More details on configuring a mod_wsgi site to serve static files can be found
-in the mod_wsgi documentation on `hosting static files`_.
+.. More details on configuring a mod_wsgi site to serve static files can be found
+.. in the mod_wsgi documentation on `hosting static files`_.
 
 .. _hosting static files: http://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines#Hosting_Of_Static_Files
 
@@ -120,6 +132,8 @@
 responsible for setting up Apache, or whichever media server you're using, to
 serve the admin files.
 
+Also note that "admin media files" are actually static files.
+
 The admin files live in (:file:`django/contrib/admin/media`) of the Django
 distribution.
 
