brian 96/12/01 18:02:17
Modified: htdocs/manual/misc compat_notes.html Log: Compatibility reported in group file syntax Revision Changes Path 1.3 +4 -0 apache/htdocs/manual/misc/compat_notes.html Index: compat_notes.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/compat_notes.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C3 -r1.2 -r1.3 *** compat_notes.html 1996/11/21 09:55:48 1.2 --- compat_notes.html 1996/12/02 02:02:15 1.3 *************** *** 22,27 **** --- 22,31 ---- <OL> + <LI>The basic mod_auth <CODE>AuthGroupFile</CODE>-specified group file + format allows commas between user names - Apache does not.<BR> + <I>- added 12/1/96</I> + <LI><CODE>AddType</CODE> only accepts one file extension per line, without any dots (<code>.</code>) in the extension, and does not take full filenames. If you need multiple extensions per type, use multiple lines, e.g.