From: dgaudet Date: Sun, 20 Jul 1997 18:28:07 +0000 (+0000) Subject: Bring in doc changes from 1.3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3d1898a6ef6fb82317aeb3d151ab4dbb00a7c9;p=thirdparty%2Fapache%2Fhttpd.git Bring in doc changes from 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78695 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/htdocs/manual/misc/compat_notes.html b/APACHE_1_2_X/htdocs/manual/misc/compat_notes.html index 23adf537c6c..f0ad2615a4d 100644 --- a/APACHE_1_2_X/htdocs/manual/misc/compat_notes.html +++ b/APACHE_1_2_X/htdocs/manual/misc/compat_notes.html @@ -30,7 +30,7 @@ href="http://www.apache.org/bugdb.cgi">let us know.
    -
  1. The basic mod_auth AuthGroupFile-specified group file +
  2. The basic mod_auth AuthGroupFile-specified group file format allows commas between user names - Apache does not.
    - added 12/1/96

    @@ -51,7 +51,7 @@ href="http://www.apache.org/bugdb.cgi">let us know.

  3. AuthUserFile 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.

    -

  4. 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 +
  5. 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 Kevin Hughes at -EIT. - If you are using the same srm.conf from an old distribution, make sure you add the new - AddIcon, AddIconByType, and DefaultIcon commands. +EIT. + If you are using the same srm.conf from an old distribution, make sure + you add the new + AddIcon, + AddIconByType, + and + DefaultIcon + directives.

    -

  6. 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.

    +

  7. 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.

  8. .asis 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.
  9. Apache does not permit commas delimiting the methods in <Limit>. - + +
  10. Apache's <VirtualHost> 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 optional keyword is included. + +
  11. Apache does not implement OnDeny use + ErrorDocument + instead. +
More to come when we notice them....