Changeset 75
- Timestamp:
- 10/28/05 16:45:39 (3 years ago)
- Files:
-
- cherokee/ChangeLog (modified) (1 diff)
- cherokee/mods-admin.sample (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/ChangeLog
r74 r75 1 1 2005-10-28 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * mods-admin.sample: It wasn't using the Name entry. Reported by 4 John Hampton <cherokee@pacopablo.com> 2 5 3 6 * qa/103-ScriptName.py, qa/Makefile.am (EXTRA_DIST): Added new cherokee/mods-admin.sample
r31 r75 16 16 Auth basic { 17 17 Method pam 18 Name "Administration" 18 19 User root 19 20 } 20 21 21 22 Allow from localhost 22 OnlySecure23 23 } 24 24