dgaudet 97/07/20 11:28:08
Modified: htdocs/manual/misc Tag: APACHE_1_2_X compat_notes.html Log: Bring in doc changes from 1.3. Revision Changes Path No revision No revision 1.7.2.3 +34 -11 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.7.2.2 retrieving revision 1.7.2.3 diff -C3 -r1.7.2.2 -r1.7.2.3 *** compat_notes.html 1997/06/27 03:02:05 1.7.2.2 --- compat_notes.html 1997/07/20 18:28:07 1.7.2.3 *************** *** 30,36 **** <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> <p> --- 30,36 ---- <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> <p> *************** *** 51,57 **** <LI><CODE>AuthUserFile</CODE> requires a full pathname. In earlier versions of NCSA httpd and Apache, you could use a filename relative to the .htaccess file. This could be a major security hole, ! as it made it trivially easy to make a ".htpass" file in the a directory easily accessible by the world. We recommend you store your passwords outside your document tree. --- 51,57 ---- <LI><CODE>AuthUserFile</CODE> requires a full pathname. In earlier versions of NCSA httpd and Apache, you could use a filename relative to the .htaccess file. This could be a major security hole, ! as it made it trivially easy to make a ".htpass" file in the a directory easily accessible by the world. We recommend you store your passwords outside your document tree. *************** *** 78,95 **** <P> ! <LI>Icons for FancyIndexing broken - well, no, they're not broken, we've just upgraded the ! icons from flat .xbm files to pretty and much smaller .gif files, courtesy of <a href="mailto:[EMAIL PROTECTED]">Kevin Hughes</a> at ! <a href="http://www.eit.com">EIT</a>. ! If you are using the same srm.conf from an old distribution, make sure you add the new ! AddIcon, AddIconByType, and DefaultIcon commands. <P> ! <LI>Under IRIX, the "Group" directive in httpd.conf needs to be a valid group name ! (i.e. "nogroup") not the numeric group ID. The distribution httpd.conf, and earlier ! ones, had the default Group be "#-1", which was causing silent exits at startup.<p> <li><code>.asis</code> files: Apache 0.6.5 did not require a Status header; it added one automatically if the .asis file contained a Location header. --- 78,109 ---- <P> ! <LI>Icons for FancyIndexing broken - well, no, they're not broken, ! we've just upgraded the ! icons from flat .xbm files to pretty and much smaller .gif files, courtesy of <a href="mailto:[EMAIL PROTECTED]">Kevin Hughes</a> at ! <a href="http://www.eit.com/">EIT</a>. ! If you are using the same srm.conf from an old distribution, make sure ! you add the new ! <A ! HREF="../mod/mod_autoindex.html#addicon" ! >AddIcon</A>, ! <A ! HREF="../mod/mod_autoindex.html#addiconbytype" ! >AddIconByType</A>, ! and ! <A ! HREF="../mod/mod_autoindex.html#defaulticon" ! >DefaultIcon</A> ! directives. <P> ! <LI>Under IRIX, the "Group" directive in httpd.conf needs to be a ! valid group name ! (<EM>i.e.</EM>, "nogroup") not the numeric group ID. The distribution ! httpd.conf, and earlier ones, had the default Group be "#-1", which ! was causing silent exits at startup.<p> <li><code>.asis</code> files: Apache 0.6.5 did not require a Status header; it added one automatically if the .asis file contained a Location header. *************** *** 103,109 **** </LI> <LI>Apache does not permit commas delimiting the methods in <Limit>. ! </OL> More to come when we notice them.... --- 117,132 ---- </LI> <LI>Apache does not permit commas delimiting the methods in <Limit>. ! ! <LI>Apache's <CODE><VirtualHost></CODE> treats all addresses as ! "optional" (i.e. the server should continue booting if it can't resolve ! the address). Whereas in NCSA the default is to fail booting unless ! an added <code>optional</code> keyword is included. ! ! <LI>Apache does not implement <CODE>OnDeny</CODE> use ! <a href="../mod/core.html#errordocument"><code>ErrorDocument</code></a> ! instead. ! </OL> More to come when we notice them....