Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id XAA25252; Wed, 30 Apr 1997 23:00:06 -0700 (PDT) Received: (from marc@localhost) by hyperreal.com (8.8.5/8.8.5) id WAA25105 for apache-cvs; Wed, 30 Apr 1997 22:59:58 -0700 (PDT) Date: Wed, 30 Apr 1997 22:59:58 -0700 (PDT) From: Marc Slemko Message-Id: <199705010559.WAA25105@hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/htdocs/manual/mod mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_mime.html Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org marc 97/04/30 22:59:58 Modified: htdocs/manual new_features_1_2.html htdocs/manual/misc API.html FAQ.html known_bugs.html htdocs/manual/mod mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_mime.html Log: Still more cleanups. Thanks to linklint for this round. Revision Changes Path 1.27 +11 -11 apache/htdocs/manual/new_features_1_2.html Index: new_features_1_2.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v retrieving revision 1.26 retrieving revision 1.27 diff -C3 -r1.26 -r1.27 *** new_features_1_2.html 1997/04/18 21:45:57 1.26 --- new_features_1_2.html 1997/05/01 05:59:50 1.27 *************** *** 156,164 ****
  • Authorization Directives Now Use NCSA-style Syntax
    ! The AuthUserFile, AuthGroupFile and AuthDigestFile commands now have a syntax compatible with the NCSA server.
  • NCSA Satisfy authentication --- 156,164 ----
  • Authorization Directives Now Use NCSA-style Syntax
    ! The AuthUserFile, AuthGroupFile and AuthDigestFile commands now have a syntax compatible with the NCSA server.
  • NCSA Satisfy authentication *************** *** 170,185 **** Apache directives are now more compatible with NCSA 1.5 to make moving between servers easier. In particular, Apache now implements the Satisfy, ! MaxKeepAliveRequests, ! RedirectPermanent and ! RedirectTemp, directives, and the following directives are now syntax-compatible with NCSA: ! AuthUserFile, ! AuthGroupFile, ! AuthDigestFile, ! KeepAlive and ! KeepAliveTimeout.
  • Optional proxy module
    An improved FTP, HTTP, and CONNECT mode SSL proxy is included with --- 170,185 ---- Apache directives are now more compatible with NCSA 1.5 to make moving between servers easier. In particular, Apache now implements the Satisfy, ! MaxKeepAliveRequests, ! RedirectPermanent and ! RedirectTemp, directives, and the following directives are now syntax-compatible with NCSA: ! AuthUserFile, ! AuthGroupFile, ! AuthDigestFile, ! KeepAlive and ! KeepAliveTimeout.
  • Optional proxy module
    An improved FTP, HTTP, and CONNECT mode SSL proxy is included with 1.7 +1 -1 apache/htdocs/manual/misc/API.html Index: API.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/API.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C3 -r1.6 -r1.7 *** API.html 1997/05/01 05:26:42 1.6 --- API.html 1997/05/01 05:59:51 1.7 *************** *** 596,602 **** returns a pointer to 8 bytes worth of memory, initialized to "foo/bar". !

    Tracking open files, etc.

    As indicated above, resource pools are also used to track other sorts of resources besides memory. The most common are open files. The --- 596,602 ---- returns a pointer to 8 bytes worth of memory, initialized to "foo/bar". !

    Tracking open files, etc.

    As indicated above, resource pools are also used to track other sorts of resources besides memory. The most common are open files. The 1.49 +3 -3 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v retrieving revision 1.48 retrieving revision 1.49 diff -C3 -r1.48 -r1.49 *** FAQ.html 1997/05/01 04:56:47 1.48 --- FAQ.html 1997/05/01 05:59:51 1.49 *************** *** 8,14 ****

    Apache Server Frequently Asked Questions

    ! $Revision: 1.48 $ ($Date: 1997/05/01 04:56:47 $)

    The latest version of this FAQ is always available from the main --- 8,14 ----

    Apache Server Frequently Asked Questions

    ! $Revision: 1.49 $ ($Date: 1997/05/01 05:59:51 $)

    The latest version of this FAQ is always available from the main *************** *** 986,992 ****


  • !
  • Why am I getting "httpd: could not set socket option TCP_NODELAY" in my error log? --- 986,992 ----


  • !
  • Why am I getting "httpd: could not set socket option TCP_NODELAY" in my error log? *************** *** 1101,1107 ****

    The canonical location for Apache's core-dump files is the ServerRoot directory.

    --- 1101,1107 ----

    The canonical location for Apache's core-dump files is the ServerRoot directory.

    1.13 +2 -2 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C3 -r1.12 -r1.13 *** known_bugs.html 1997/05/01 05:26:43 1.12 --- known_bugs.html 1997/05/01 05:59:52 1.13 *************** *** 20,28 ****

    Version 1.2 (all)

    !
    1. On some architectures if your configuration uses multiple ! Listen directives then it is possible that the server will starve one of the sockets while serving hits on another. The work-around is to add -DUSE_FLOCK_SERIALIZED_ACCEPT to the --- 20,28 ----

      Version 1.2 (all)

      !
      1. On some architectures if your configuration uses multiple ! Listen directives then it is possible that the server will starve one of the sockets while serving hits on another. The work-around is to add -DUSE_FLOCK_SERIALIZED_ACCEPT to the 1.6 +2 -2 apache/htdocs/manual/mod/mod_auth_anon.html Index: mod_auth_anon.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_anon.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C3 -r1.5 -r1.6 *** mod_auth_anon.html 1997/04/16 09:13:05 1.5 --- mod_auth_anon.html 1997/05/01 05:59:54 1.6 *************** *** 36,42 ****

        Directives

        • Anonymous !
        • Anonymous_LogEmail
        • Anonymous_VerifyEmail
        • Anonymous_NoUser
        • Anonymous_Authoritative --- 36,42 ----

          Directives

          • Anonymous !
          • Anonymous_LogEmail
          • Anonymous_VerifyEmail
          • Anonymous_NoUser
          • Anonymous_Authoritative *************** *** 72,78 **** 'I Don't Know'.
            !

            Anonymous_LogEmail

            Syntax: Anonymous_LogEmail on | off
            Default: off
            Context: directory, .htaccess
            --- 72,78 ---- 'I Don't Know'.
            !

            Anonymous_LogEmail

            Syntax: Anonymous_LogEmail on | off
            Default: off
            Context: directory, .htaccess
            1.8 +1 -1 apache/htdocs/manual/mod/mod_auth_db.html Index: mod_auth_db.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_db.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C3 -r1.7 -r1.8 *** mod_auth_db.html 1997/05/01 05:26:51 1.7 --- mod_auth_db.html 1997/05/01 05:59:55 1.8 *************** *** 145,151 ****

            See also AuthName, AuthType and ! AuthGroupFile.

            --- 145,151 ----

            See also AuthName, AuthType and ! AuthDBGroupFile.

            1.9 +1 -1 apache/htdocs/manual/mod/mod_auth_dbm.html Index: mod_auth_dbm.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_dbm.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C3 -r1.8 -r1.9 *** mod_auth_dbm.html 1997/05/01 05:26:51 1.8 --- mod_auth_dbm.html 1997/05/01 05:59:55 1.9 *************** *** 147,153 ****

            See also AuthName, AuthType and ! AuthGroupFile.

            --- 147,153 ----

            See also AuthName, AuthType and ! AuthDBMGroupFile.

            1.8 +1 -1 apache/htdocs/manual/mod/mod_mime.html Index: mod_mime.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_mime.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C3 -r1.7 -r1.8 *** mod_mime.html 1997/05/01 05:27:00 1.7 --- mod_mime.html 1997/05/01 05:59:56 1.8 *************** *** 191,197 **** The TypesConfig directive sets the location of the mime types configuration file. Filename is relative to the ! ServerRoot. This file sets the default list of mappings from filename extensions to content types; changing this file is not recommended. Use the AddType directive instead. The file contains lines in the format of the arguments to an AddType command: --- 191,197 ---- The TypesConfig directive sets the location of the mime types configuration file. Filename is relative to the ! ServerRoot. This file sets the default list of mappings from filename extensions to content types; changing this file is not recommended. Use the AddType directive instead. The file contains lines in the format of the arguments to an AddType command: