Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A250510D09 for ; Sat, 1 Feb 2014 14:36:06 +0000 (UTC) Received: (qmail 83852 invoked by uid 500); 1 Feb 2014 14:36:04 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 83641 invoked by uid 500); 1 Feb 2014 14:36:03 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 83634 invoked by uid 99); 1 Feb 2014 14:36:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Feb 2014 14:36:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Feb 2014 14:36:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5097E238889B; Sat, 1 Feb 2014 14:35:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1563423 - in /httpd/httpd/branches/2.2.x/docs/manual: ./ mod/ platform/ programs/ rewrite/ vhosts/ Date: Sat, 01 Feb 2014 14:35:39 -0000 To: cvs@httpd.apache.org From: nd@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140201143540.5097E238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nd Date: Sat Feb 1 14:35:39 2014 New Revision: 1563423 URL: http://svn.apache.org/r1563423 Log: resolve invalid references Modified: httpd/httpd/branches/2.2.x/docs/manual/install.xml httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml httpd/httpd/branches/2.2.x/docs/manual/mod/mod_info.xml httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml httpd/httpd/branches/2.2.x/docs/manual/platform/ebcdic.xml httpd/httpd/branches/2.2.x/docs/manual/platform/netware.xml httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml httpd/httpd/branches/2.2.x/docs/manual/rewrite/advanced.xml httpd/httpd/branches/2.2.x/docs/manual/sitemap.xml httpd/httpd/branches/2.2.x/docs/manual/vhosts/examples.xml httpd/httpd/branches/2.2.x/docs/manual/vhosts/fd-limits.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/install.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/install.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/install.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/install.xml Sat Feb 1 14:35:39 2014 @@ -347,8 +347,8 @@ $ vi PREFIX/conf/httpd.conf -

Have a look at the Apache HTTP Server manual under docs/manual/ or consult Have a look at the Apache manual under + PREFIX/docs/manual/ or consult http://httpd.apache.org/docs/&httpd.docs;/ for the most recent version of this manual and a complete reference of available mod_rewrite Mapping URLs to the filesystem +href="../urlmapping.html">Mapping URLs to the filesystem

Order of Processing Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_info.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_info.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_info.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_info.xml Sat Feb 1 14:35:39 2014 @@ -130,18 +130,18 @@ configuration LoadFile.
  • Directives which control the configuration file itself, such as Include, - <IfModule> and - <IfDefine> are not + IfModule and + IfDefine are not listed, but the included configuration directives are.
  • Comments are not listed. (This may be considered a feature.)
  • Configuration directives from .htaccess files are not listed (since they do not form part of the permanent server configuration).
  • -
  • Container directives such as - <Directory> - are listed normally, but mod_info cannot figure - out the line number for the closing - </Directory>.
  • +
  • Container directives such as Directory are listed normally, but + mod_info cannot figure out the line number for the + closing /Directory.
  • Directives generated by third party modules such as mod_perl might not be listed.
  • Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml Sat Feb 1 14:35:39 2014 @@ -154,7 +154,7 @@ browsers to request that content be compressed before delivery, saving network bandwidth. -
    mod_auth_ldap
    +
    mod_auth_ldap
    New module in Apache 2.0.41. This module allows an LDAP database to be used to store credentials for HTTP Basic @@ -223,11 +223,10 @@ using mod_include's variables $0 .. $9.
    -
    mod_auth_dbm
    +
    mod_auth_dbm
    Now supports multiple types of DBM-like databases using the - AuthDBMType - directive.
    + AuthDBMType directive.
    Modified: httpd/httpd/branches/2.2.x/docs/manual/platform/ebcdic.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/platform/ebcdic.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/platform/ebcdic.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/platform/ebcdic.xml Sat Feb 1 14:35:39 2014 @@ -1,4 +1,3 @@ - @@ -327,7 +326,7 @@ - mod_access + mod_access + @@ -351,19 +350,19 @@ - mod_auth + mod_auth + - mod_auth_anon + mod_auth_anon + - mod_auth_dbm + mod_auth_dbm ? with own libdb.a @@ -459,7 +458,7 @@ - mod_log_referer + mod_log_referer + Modified: httpd/httpd/branches/2.2.x/docs/manual/platform/netware.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/platform/netware.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/platform/netware.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/platform/netware.xml Sat Feb 1 14:35:39 2014 @@ -36,7 +36,7 @@

    The bug reporting page and dev-httpd mailing list are not provided to answer questions about configuration or running Apache. Before you submit a bug report or request, first consult this document, the - Frequently Asked Questions page and the other + Frequently Asked Questions page and the other relevant documentation topics. If you still have a question or problem, post it to the novell.devsup.webserver newsgroup, where many Apache users are more than @@ -324,7 +324,7 @@

    Apache is configured by reading configuration files usually stored in the conf directory. These are the same as files used to configure the Unix version, but there are a few different directives for - Apache on NetWare. See the Apache + Apache on NetWare. See the Apache module documentation for all the available directives.

    The main differences in Apache for NetWare are:

    Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml Sat Feb 1 14:35:39 2014 @@ -309,7 +309,7 @@
    --disable-auth-basic
    Disable user-based access control provided by - mod_auth. This module provides for HTTP Basic + mod_auth_basic. This module provides for HTTP Basic Authentication, where the usernames and passwords are stored in plain text files.
    @@ -317,10 +317,6 @@
    Disable the directory listing functionality provided by mod_autoindex.
    -
    --disable-access
    -
    Disable host-based access control provided by - mod_access.
    -
    --disable-cgi
    mod_cgi, which provides support for CGI scripts, is enabled by default when using a non-threaded MPM. Use this @@ -403,7 +399,7 @@
    --enable-authn-anon
    Enable anonymous user access provided by - mod_auth_anon.
    + mod_authn_anon.
    --enable-authn-dbm
    mod_authn_dbm provides for HTTP Basic Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/advanced.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/advanced.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/rewrite/advanced.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/advanced.xml Sat Feb 1 14:35:39 2014 @@ -20,7 +20,7 @@ limitations under the License. --> - + Rewrite Advanced Techniques with mod_rewrite Modified: httpd/httpd/branches/2.2.x/docs/manual/sitemap.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/sitemap.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/sitemap.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/sitemap.xml Sat Feb 1 14:35:39 2014 @@ -49,7 +49,6 @@ Documentation.

    Server-Wide Configuration Log Files Mapping URLs to Filesystem Locations -Security Tips Dynamic Shared Object (DSO) support Content Negotiation Custom error responses @@ -59,7 +58,7 @@ Documentation.

    Apache's Handler Use Filters suEXEC Support -Performance Hints +Issues Regarding DNS and Apache Frequently Asked Questions @@ -72,7 +71,6 @@ Documentation.

    VirtualHost Examples An In-Depth Discussion of Virtual Host Matching File descriptor limitations -Issues Regarding DNS and Apache @@ -80,16 +78,18 @@ Documentation.

    Overview mod_rewrite reference documentation -Introduction -Flags -Technical details -Using mod_rewrite for redirection and remapping of URLs +Introduction to regular expressions and +mod_rewrite +Using mod_rewrite for redirection and +remapping of URLs Using mod_rewrite to control access Dynamic virtual hosts with mod_rewrite Dynamic proxying with mod_rewrite Using RewriteMap -Advanced techniques and tricks +Advanced techniques When NOT to use mod_rewrite +RewriteRule Flags +Technical details
    @@ -104,7 +104,8 @@ documentation Guides, Tutorials, and HowTos Overview -Authentication +Authentication and Authorization +Access Control Dynamic Content with CGI Introduction to Server Side Includes .htaccess files @@ -137,6 +138,7 @@ Server on HPUX Manual Page: htdbm Manual Page: htdigest Manual Page: htpasswd +Manual Page: httxt2dbm Manual Page: logresolve Manual Page: rotatelogs Manual Page: suexec @@ -146,7 +148,10 @@ Server on HPUX Apache Miscellaneous Documentation Overview +Performance Notes - Apache Tuning +Security Tips Relevant Standards +Password Encryption Formats @@ -165,6 +170,7 @@ Server on HPUX Converting Modules from Apache 1.3 to Apache 2.0 Request Processing in Apache 2.0 How Filters Work in Apache 2.0 +Thread Safety Issues in 2.0 Modified: httpd/httpd/branches/2.2.x/docs/manual/vhosts/examples.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/vhosts/examples.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/vhosts/examples.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/vhosts/examples.xml Sat Feb 1 14:35:39 2014 @@ -408,13 +408,13 @@
    Using <code>Virtual_host</code> and mod_proxy together -

    The following example allows a front-end machine to proxy a - virtual host through to a server running on another machine. In the - example, a virtual host of the same name is configured on a machine - at 192.168.111.2. The ProxyPreserveHost On directive is - used so that the desired hostname is passed through, in case we are - proxying multiple hostnames to a single machine.

    +

    The following example allows a front-end machine to proxy a virtual host + through to a server running on another machine. In the example, a virtual + host of the same name is configured on a machine at + 192.168.111.2. The ProxyPreserveHost On directive is used + so that the desired hostname is passed through, in case we are proxying + multiple hostnames to a single machine.

    <VirtualHost *:*>
    Modified: httpd/httpd/branches/2.2.x/docs/manual/vhosts/fd-limits.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/vhosts/fd-limits.xml?rev=1563423&r1=1563422&r2=1563423&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/vhosts/fd-limits.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/vhosts/fd-limits.xml Sat Feb 1 14:35:39 2014 @@ -99,8 +99,7 @@ CustomLog logs/multiple_vhost_log vhost

    This will create a log file in the common log format, but with the canonical virtual host (whatever appears in the ServerName directive) prepended to -each line. (See Custom Log Formats for +each line. (See mod_log_config for more about customizing your log files.)

    When you wish to split your log file into its component parts (one