Return-Path: Mailing-List: contact apache-docs-help@apache.org; run by ezmlm Delivered-To: mailing list apache-docs@apache.org Received: (qmail 80420 invoked by uid 500); 17 Nov 2000 18:23:15 -0000 Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Received: (qmail 80409 invoked by uid 1173); 17 Nov 2000 18:23:14 -0000 Date: 17 Nov 2000 18:23:14 -0000 Message-ID: <20001117182314.80408.qmail@locus.apache.org> From: slive@locus.apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual new_features_1_3.html slive 00/11/17 10:23:14 Modified: htdocs/manual new_features_1_3.html Log: apache -> Apache cpu -> CPU and a real bug fix -> <Limit> Submitted by: Yoshiki Hayashi Revision Changes Path 1.82 +6 -6 httpd-docs-1.3/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/new_features_1_3.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -b -u -r1.81 -r1.82 --- new_features_1_3.html 2000/01/18 19:32:42 1.81 +++ new_features_1_3.html 2000/11/17 18:23:14 1.82 @@ -98,7 +98,7 @@ spawning children at faster rates.
  • The code which dispatches modules was optimized to avoid repeatedly skipping over modules that don't implement certain - phases of the API. (This skipping showed up as 5% of the cpu + phases of the API. (This skipping showed up as 5% of the CPU time on profiles of a server with the default module mix.)
  • Revamp of the Unix scoreboard management code so that less time is spent counting children in various states. Previously @@ -172,7 +172,7 @@
    Default Apache directory path changed to /usr/local/apache/
    -
    The default directory for the apache ServerRoot changed from the +
    The default directory for the Apache ServerRoot changed from the NCSA-compatible /usr/local/etc/httpd/ to /usr/local/apache/. This change covers only the default setting (and the documentation); it is of course possible @@ -207,7 +207,7 @@
    <LimitExcept> and </LimitExcept> are used to enclose a group of access control directives which will then apply to any HTTP access method not listed in - the arguments; i.e., it is the opposite of a section and can be + the arguments; i.e., it is the opposite of a <Limit> section and can be used to control both standard and nonstandard/unrecognized methods. @@ -258,7 +258,7 @@
    • Easier and safer authentification for ftp proxy logins: When no ftp user name and/or password is specified in the - URL, but the destination ftp server requires one, apache now + URL, but the destination ftp server requires one, Apache now returns a "[401] Authorization Required" status. This status code usually makes the client browser pop up an "Enter user name and password" dialog, and the request is retried with the given user @@ -450,7 +450,7 @@ as segfaults and kill -9). The child_init and child_exit functions are passed a pool whose lifetime is the same as the lifetime of the child (modulo completely fatal - events in which apache has no hope of recovering). In contrast, + events in which Apache has no hope of recovering). In contrast, the module init function is passed a pool whose lifetime ends when the parent exits or restarts. @@ -681,7 +681,7 @@
      Support for Netscape style SHA1 encrypted passwords
      To facilitate migration or integration of BasicAuth password schemes where the password is encrypted using SHA1 (as opposed - to apache's build in MD5 and/or the OS specific crypt(3) function + to Apache's built in MD5 and/or the OS specific crypt(3) function ) passwords prefixed with with {SHA1} are taken as Base64 encoded SHA1 passwords. More information and some utilities to convert Netscape ldap/ldif entries can be