]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bring in doc changes from 1.3.
authordgaudet <dgaudet@unknown>
Sun, 20 Jul 1997 18:28:07 +0000 (18:28 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 20 Jul 1997 18:28:07 +0000 (18:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78695 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/htdocs/manual/misc/compat_notes.html

index 23adf537c6cd76e9d03b4dc00c5fb52064a31a9b..f0ad2615a4d5e4b44fe44aaad61ee9676021e934 100644 (file)
@@ -30,7 +30,7 @@ href="http://www.apache.org/bugdb.cgi">let us know.</a>
 
 <OL>
 
-<LI>The basic mod_auth <CODE>AuthGroupFile</CODE>-specified group file 
+<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,7 +51,7 @@ href="http://www.apache.org/bugdb.cgi">let us know.</a>
   <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 
+      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,18 +78,32 @@ href="http://www.apache.org/bugdb.cgi">let us know.</a>
 
   <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 
+  <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:kevinh@eit.com">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.
+<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 
-  (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>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,7 +117,16 @@ it added one automatically if the .asis file contained a Location header.
   </LI>
 
   <LI>Apache does not permit commas delimiting the methods in &lt;Limit&gt;.
+
+  <LI>Apache's <CODE>&lt;VirtualHost&gt;</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....