Changeset 3842
- Timestamp:
- 09/25/06 14:56:00 (2 years ago)
- Files:
-
- django/trunk/docs/apache_auth.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/apache_auth.txt
r3012 r3842 7 7 `authentication system`_ directly. For example, you could: 8 8 9 * Serve media files directly from Apache only to authenticated users.9 * Serve static/media files directly from Apache only to authenticated users. 10 10 11 11 * Authenticate access to a Subversion_ repository against Django users with
