SOURCES: apache-branch.patch (NEW) - new from 2.2 branch

arekm arekm at pld-linux.org
Thu Dec 22 00:29:15 CET 2005


Author: arekm                        Date: Wed Dec 21 23:29:15 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new from 2.2 branch

---- Files affected:
SOURCES:
   apache-branch.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/apache-branch.patch
diff -u /dev/null SOURCES/apache-branch.patch:1.1
--- /dev/null	Thu Dec 22 00:29:15 2005
+++ SOURCES/apache-branch.patch	Thu Dec 22 00:29:10 2005
@@ -0,0 +1,10042 @@
+Index: os/win32/BaseAddr.ref
+===================================================================
+--- os/win32/BaseAddr.ref	(.../tags/2.2.0)	(wersja 358411)
++++ os/win32/BaseAddr.ref	(.../branches/2.2.x)	(wersja 358411)
+@@ -71,3 +71,5 @@
+ mod_bucketeer.so        0x6FA60000    0x00010000
+ mod_dumpio.so           0x6FA50000    0x00010000
+ mod_echo.so             0x6FA40000    0x00010000
++mod_authn_dbd.so        0x6FA30000    0x00010000
++mod_dbd.so              0x6FA20000    0x00010000
+Index: InstallBin.dsp
+===================================================================
+--- InstallBin.dsp	(.../tags/2.2.0)	(wersja 358411)
++++ InstallBin.dsp	(.../branches/2.2.x)	(wersja 358411)
+@@ -33,15 +33,15 @@
+ # PROP BASE Intermediate_Dir "Release"
+ # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
+ # PROP BASE Rebuild_Opt "/a"
+-# PROP BASE Target_File "\Apache21\bin\httpd.exe"
++# PROP BASE Target_File "\Apache2\bin\httpd.exe"
+ # PROP BASE Bsc_Name "InstallBin.bsc"
+ # PROP BASE Target_Dir ""
+ # PROP Use_Debug_Libraries 0
+ # PROP Output_Dir "Release"
+ # PROP Intermediate_Dir "Release"
+-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=R LONG=Release _install"
++# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install"
+ # PROP Rebuild_Opt ""
+-# PROP Target_File "\Apache21\bin\httpd.exe"
++# PROP Target_File "\Apache2\bin\httpd.exe"
+ # PROP Bsc_Name "Browse\httpd.bsc"
+ # PROP Target_Dir ""
+ 
+@@ -52,15 +52,15 @@
+ # PROP BASE Intermediate_Dir "Debug"
+ # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
+ # PROP BASE Rebuild_Opt "/a"
+-# PROP BASE Target_File "\Apache21\bin\httpd.exe"
++# PROP BASE Target_File "\Apache2\bin\httpd.exe"
+ # PROP BASE Bsc_Name "InstallBin.bsc"
+ # PROP BASE Target_Dir ""
+ # PROP Use_Debug_Libraries 1
+ # PROP Output_Dir "Debug"
+ # PROP Intermediate_Dir "Debug"
+-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=D LONG=Debug _install"
++# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _install"
+ # PROP Rebuild_Opt ""
+-# PROP Target_File "\Apache21\bin\httpd.exe"
++# PROP Target_File "\Apache2\bin\httpd.exe"
+ # PROP Bsc_Name ""
+ # PROP Target_Dir ""
+ 
+Index: docs/conf/httpd-win.conf
+===================================================================
+--- docs/conf/httpd-win.conf	(.../tags/2.2.0)	(wersja 358411)
++++ docs/conf/httpd-win.conf	(.../branches/2.2.x)	(wersja 358411)
+@@ -161,6 +161,7 @@
+     AllowOverride None
+     Order deny,allow
+     Deny from all
++    Satisfy all
+ </Directory>
+ 
+ #
+@@ -391,12 +392,6 @@
+     #
+     #AddHandler cgi-script .cgi
+ 
+-    # For files that include their own HTTP headers:
+-    #AddHandler send-as-is asis
+-
+-    # For server-parsed imagemap files:
+-    #AddHandler imap-file map
+-
+     # For type maps (negotiated resources):
+     #AddHandler type-map var
+ 
+Index: docs/conf/extra/httpd-mpm.conf.in
+===================================================================
+--- docs/conf/extra/httpd-mpm.conf.in	(.../tags/2.2.0)	(wersja 358411)
++++ docs/conf/extra/httpd-mpm.conf.in	(.../branches/2.2.x)	(wersja 358411)
+@@ -57,14 +57,6 @@
+     MaxRequestsPerChild   0
+ </IfModule>
+ 
+-# WinNT MPM
+-# ThreadsPerChild: constant number of worker threads in the server process
+-# MaxRequestsPerChild: maximum  number of requests a server process serves
+-<IfModule mpm_winnt_module>
+-    ThreadsPerChild     250
+-    MaxRequestsPerChild   0
+-</IfModule>
+-
+ # BeOS MPM
+ # StartThreads: how many threads do we initially spawn?
+ # MaxClients:   max number of threads we can have (1 thread == 1 client)
+Index: docs/conf/httpd.conf.in
+===================================================================
+--- docs/conf/httpd.conf.in	(.../tags/2.2.0)	(wersja 358411)
++++ docs/conf/httpd.conf.in	(.../branches/2.2.x)	(wersja 358411)
+@@ -53,7 +53,6 @@
+ #
+ @@LoadModule@@
+ 
+-<IfModule !mpm_winnt_module>
+ <IfModule !mpm_netware_module>
+ #
+ # If you wish httpd to run as a different user or group, you must run
+@@ -66,7 +65,6 @@
+ User daemon
+ Group daemon
+ </IfModule>
+-</IfModule>
+ 
+ # 'Main' server configuration
+ #
+@@ -173,6 +171,7 @@
+ <FilesMatch "^\.ht">
+     Order allow,deny
+     Deny from all
++    Satisfy All
+ </FilesMatch>
+ 
+ #
+@@ -316,12 +315,6 @@
+     #
+     #AddHandler cgi-script .cgi
+ 
+-    # For files that include their own HTTP headers:
+-    #AddHandler send-as-is asis
+-
+-    # For server-parsed imagemap files:
+-    #AddHandler imap-file map
+-
+     # For type maps (negotiated resources):
+     #AddHandler type-map var
+ 
+Index: docs/docroot/apache_pb2_ani.gif
+===================================================================
+Nie moşna wyświetlić: plik binarny.
+svn:mime-type = image/gif
+Index: docs/docroot/apache_pb2.png
+===================================================================
+Nie moşna wyświetlić: plik binarny.
+svn:mime-type = image/png
+Index: docs/docroot/apache_pb2.gif
+===================================================================
+Nie moşna wyświetlić: plik binarny.
+svn:mime-type = image/gif
+Index: docs/docroot/apache_pb22_ani.gif
+===================================================================
+Nie moşna wyświetlić: plik binarny.
+svn:mime-type = image/gif
+
+Zmiany atrybutĂłw dla: docs/docroot/apache_pb22_ani.gif
+___________________________________________________________________
+Nazwa: svn:mime-type
+   + image/gif
+
+Index: docs/docroot/apache_pb22.png
+===================================================================
+Nie moşna wyświetlić: plik binarny.
+svn:mime-type = image/png
+
+Zmiany atrybutĂłw dla: docs/docroot/apache_pb22.png
+___________________________________________________________________
+Nazwa: svn:mime-type
+   + image/png
+
+Index: docs/docroot/apache_pb22.gif
+===================================================================
+Nie moşna wyświetlić: plik binarny.
+svn:mime-type = image/gif
+
+Zmiany atrybutĂłw dla: docs/docroot/apache_pb22.gif
+___________________________________________________________________
+Nazwa: svn:mime-type
+   + image/gif
+
+Index: docs/manual/stopping.html.ja.euc-jp
+===================================================================
+--- docs/manual/stopping.html.ja.euc-jp	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/stopping.html.ja.euc-jp	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ĽľĄźĽĐ</a> &gt; <a href="http://httpd.apache.org/docs-project/">ĽÉĽ­ĽĺĽáĽóĽĆĄźĽˇĽçĽó</a> &gt; <a href="./">ĽĐĄźĽ¸ĽçĽó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Ääťß¤ČşĆľŻĆ°</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ĽľĄźĽĐ</a> &gt; <a href="http://httpd.apache.org/docs/">ĽÉĽ­ĽĺĽáĽóĽĆĄźĽˇĽçĽó</a> &gt; <a href="./">ĽĐĄźĽ¸ĽçĽó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Ääťß¤ČşĆľŻĆ°</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/invoking.html.ko.euc-kr
+===================================================================
+--- docs/manual/invoking.html.ko.euc-kr	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/invoking.html.ko.euc-kr	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>žĆĆÄÄĄ ˝ĂŔŰ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>žĆĆÄÄĄ ˝ĂŔŰ</h1>
+ <div class="toplang">
+ <p><span>°Ą´ÉÇŃ žđžî: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/developer/documenting.html.en
+===================================================================
+--- docs/manual/developer/documenting.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/documenting.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Documenting Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Documenting Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/documenting.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/modules.html.ja.euc-jp
+===================================================================
+--- docs/manual/developer/modules.html.ja.euc-jp	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/modules.html.ja.euc-jp	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ĽľĄźĽĐ</a> &gt; <a href="http://httpd.apache.org/docs-project/">ĽÉĽ­ĽĺĽáĽóĽĆĄźĽˇĽçĽó</a> &gt; <a href="../">ĽĐĄźĽ¸ĽçĽó 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>ĽâĽ¸ĽĺĄźĽë¤Î Apache 1.3 ¤Ť¤é Apache 2.0 ¤Ř¤Î°Üż˘</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ĽľĄźĽĐ</a> &gt; <a href="http://httpd.apache.org/docs/">ĽÉĽ­ĽĺĽáĽóĽĆĄźĽˇĽçĽó</a> &gt; <a href="../">ĽĐĄźĽ¸ĽçĽó 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>ĽâĽ¸ĽĺĄźĽë¤Î Apache 1.3 ¤Ť¤é Apache 2.0 ¤Ř¤Î°Üż˘</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/modules.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/developer/modules.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
+Index: docs/manual/developer/debugging.html.en
+===================================================================
+--- docs/manual/developer/debugging.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/debugging.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Debugging Memory Allocation in APR</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Debugging Memory Allocation in APR</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/debugging.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/modules.html.en
+===================================================================
+--- docs/manual/developer/modules.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/modules.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Converting Modules from Apache 1.3 to Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Converting Modules from Apache 1.3 to Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/modules.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/developer/modules.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
+Index: docs/manual/developer/filters.html.en
+===================================================================
+--- docs/manual/developer/filters.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/filters.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>How filters work in Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>How filters work in Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/filters.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/API.html.en
+===================================================================
+--- docs/manual/developer/API.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/API.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 1.3 API notes</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 1.3 API notes</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/API.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/thread_safety.html.en
+===================================================================
+--- docs/manual/developer/thread_safety.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/thread_safety.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Thread Safety Issues</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Thread Safety Issues</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/thread_safety.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/hooks.html.en
+===================================================================
+--- docs/manual/developer/hooks.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/hooks.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Hook Functions</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Hook Functions</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/hooks.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/request.html.en
+===================================================================
+--- docs/manual/developer/request.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/request.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Request Processing in Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Request Processing in Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/request.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/index.html.en
+===================================================================
+--- docs/manual/developer/index.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/developer/index.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Developer Documentation for Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Developer Documentation for Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/upgrading.xml.ko
+===================================================================
+--- docs/manual/upgrading.xml.ko	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/upgrading.xml.ko	(.../branches/2.2.x)	(wersja 358411)
+@@ -1,7 +1,7 @@
+ <?xml version='1.0' encoding='EUC-KR' ?>
+ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
+ <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
+-<!-- English Revision: 151408:349164 (outdated) -->
++<!-- English Revision: 151408:349745 (outdated) -->
+ 
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/env.html.en
+===================================================================
+--- docs/manual/env.html.en	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/env.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Environment Variables in Apache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Environment Variables in Apache</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/env.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/new_features_2_0.html.fr
+===================================================================
+--- docs/manual/new_features_2_0.html.fr	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/new_features_2_0.html.fr	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Vue d'ensemble des nouvelles fonctionnalités d'Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Vue d'ensemble des nouvelles fonctionnalités d'Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/howto/cgi.html.ja.euc-jp
+===================================================================
+--- docs/manual/howto/cgi.html.ja.euc-jp	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/howto/cgi.html.ja.euc-jp	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ĽľĄźĽĐ</a> &gt; <a href="http://httpd.apache.org/docs-project/">ĽÉĽ­ĽĺĽáĽóĽĆĄźĽˇĽçĽó</a> &gt; <a href="../">ĽĐĄźĽ¸ĽçĽó 2.2</a> &gt; <a href="./">How-To / ĽÁĽĺĄźĽČĽęĽ˘Ľë</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: CGI ¤Ë¤č¤ëĆ°ĹŞĽłĽóĽĆĽóĽÄ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ĽľĄźĽĐ</a> &gt; <a href="http://httpd.apache.org/docs/">ĽÉĽ­ĽĺĽáĽóĽĆĄźĽˇĽçĽó</a> &gt; <a href="../">ĽĐĄźĽ¸ĽçĽó 2.2</a> &gt; <a href="./">How-To / ĽÁĽĺĄźĽČĽęĽ˘Ľë</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: CGI ¤Ë¤č¤ëĆ°ĹŞĽłĽóĽĆĽóĽÄ</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/cgi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/cgi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/htaccess.html.pt-br
+===================================================================
+--- docs/manual/howto/htaccess.html.pt-br	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/howto/htaccess.html.pt-br	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentaçăo</a> &gt; <a href="../">Versăo 2.2</a> &gt; <a href="./">How-To / Tutoriais</a></div><div id="page-content"><div id="preamble"><h1>Tutorial do Apache: arquivos .htaccess</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentaçăo</a> &gt; <a href="../">Versăo 2.2</a> &gt; <a href="./">How-To / Tutoriais</a></div><div id="page-content"><div id="preamble"><h1>Tutorial do Apache: arquivos .htaccess</h1>
+ <div class="toplang">
+ <p><span>Línguas Disponíveis: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/access.xml.meta
+===================================================================
+--- docs/manual/howto/access.xml.meta	(.../tags/2.2.0)	(wersja 0)
++++ docs/manual/howto/access.xml.meta	(.../branches/2.2.x)	(wersja 358411)
+@@ -0,0 +1,11 @@
++<?xml version="1.0" encoding="UTF-8" ?>
++
++<metafile>
++  <basename>access</basename>
++  <path>/howto/</path>
++  <relpath>..</relpath>
++
++  <variants>
++    <variant>en</variant>
++  </variants>
++</metafile>
+
+Zmiany atrybutĂłw dla: docs/manual/howto/access.xml.meta
+___________________________________________________________________
+Nazwa: svn:eol-style
+   + native
+
+Index: docs/manual/howto/index.html.ja.euc-jp
+===================================================================
+--- docs/manual/howto/index.html.ja.euc-jp	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/howto/index.html.ja.euc-jp	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,12 +16,14 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ĽľĄźĽĐ</a> &gt; <a href="http://httpd.apache.org/docs-project/">ĽÉĽ­ĽĺĽáĽóĽĆĄźĽˇĽçĽó</a> &gt; <a href="../">ĽĐĄźĽ¸ĽçĽó 2.2</a></div><div id="page-content"><div id="preamble"><h1>How-To / ĽÁĽĺĄźĽČĽęĽ˘Ľë</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ĽľĄźĽĐ</a> &gt; <a href="http://httpd.apache.org/docs/">ĽÉĽ­ĽĺĽáĽóĽĆĄźĽˇĽçĽó</a> &gt; <a href="../">ĽĐĄźĽ¸ĽçĽó 2.2</a></div><div id="page-content"><div id="preamble"><h1>How-To / ĽÁĽĺĄźĽČĽęĽ˘Ľë</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="../ko/howto/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+ </div>
++<div class="outofdate">This translation may be out of date. Check the
++            English version for recent changes.</div>
+ </div>
+ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+ <div class="section">
+Index: docs/manual/howto/auth.xml.ja
+===================================================================
+--- docs/manual/howto/auth.xml.ja	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/howto/auth.xml.ja	(.../branches/2.2.x)	(wersja 358411)
+@@ -1,7 +1,7 @@
+ <?xml version='1.0' encoding='iso-2022-jp' ?>
+ <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
+ <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
+-<!-- English Revision: 219484:345066 (outdated) -->
++<!-- English Revision: 219484:356011 (outdated) -->
+ 
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/howto/ssi.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/ssi.html.ko.euc-kr	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/howto/ssi.html.ko.euc-kr	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>žĆĆÄÄĄ ĹőĹ与žó: Server Side Includes źŇ°ł</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>žĆĆÄÄĄ ĹőĹ与žó: Server Side Includes źŇ°ł</h1>
+ <div class="toplang">
+ <p><span>°Ą´ÉÇŃ žđžî: </span><a href="../en/howto/ssi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/auth.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/auth.html.ko.euc-kr	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/howto/auth.html.ko.euc-kr	(.../branches/2.2.x)	(wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>ŔÎÁő(Authentication), ąÇÇѺοŠ(Authorization),
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>ŔÎÁő(Authentication), ąÇÇѺοŠ(Authorization),
+ Á˘ąŮÁŚžî(Access Control)</h1>
+ <div class="toplang">
+ <p><span>°Ą´ÉÇŃ žđžî: </span><a href="../en/howto/auth.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/howto/public_html.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/public_html.html.ko.euc-kr	(.../tags/2.2.0)	(wersja 358411)
++++ docs/manual/howto/public_html.html.ko.euc-kr	(.../branches/2.2.x)	(wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>ťçżëŔÚş° ŔĽľđˇşĹ与</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>ťçżëŔÚş° ŔĽľđˇşĹ与</h1>
+ <div class="toplang">
+ <p><span>°Ą´ÉÇŃ žđžî: </span><a href="../en/howto/public_html.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/access.html
+===================================================================
+--- docs/manual/howto/access.html	(.../tags/2.2.0)	(wersja 0)
++++ docs/manual/howto/access.html	(.../branches/2.2.x)	(wersja 358411)
+@@ -0,0 +1,3 @@
++URI: access.html.en
++Content-Language: en
++Content-type: text/html; charset=ISO-8859-1
+
+Zmiany atrybutĂłw dla: docs/manual/howto/access.html
+___________________________________________________________________
+Nazwa: svn:eol-style
+   + native
+
+Index: docs/manual/howto/access.html.en
+===================================================================
+--- docs/manual/howto/access.html.en	(.../tags/2.2.0)	(wersja 0)
++++ docs/manual/howto/access.html.en	(.../branches/2.2.x)	(wersja 358411)
+@@ -0,0 +1,189 @@
++<?xml version="1.0" encoding="ISO-8859-1"?>
++<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
++        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
++              This file is generated from xml source: DO NOT EDIT
++        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
++      -->
++<title>Access Control - Apache HTTP Server</title>
++<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
++<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
++<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
++<link href="../images/favicon.ico" rel="shortcut icon" /></head>
++<body id="manual-page"><div id="page-header">
++<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
++<p class="apache">Apache HTTP Server Version 2.2</p>
++<img alt="" src="../images/feather.gif" /></div>
++<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
++<div id="path">
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Access Control</h1>
++<div class="toplang">
++<p><span>Available Languages: </span><a href="../en/howto/access.html" title="English">&nbsp;en&nbsp;</a></p>
++</div>
++
++    <p>Access control refers to any means of controlling access to any
++    resource. This is separate from <a href="auth.html">authentication and authorization</a>.</p>
++</div>
++<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#related">Related Modules and Directives</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#host">Access control by host</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#env">Access control by environment variable</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#rewrite">Access control with mod_rewrite</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#moreinformation">More information</a></li>
++</ul></div>
++<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="related" id="related">Related Modules and Directives</a></h2>
++
++<p>Access control can be done by several different modules. The most
++important of these is <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>. Other modules
++discussed in this document include <code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code> and
++<code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
++
++</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="host" id="host">Access control by host</a></h2>
++    <p>
++    If you wish to restrict access to portions of your site based on the
++    host address of your visitors, this is most easily done using
++    <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>.
++    </p>
++
++    <p>The <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> and
++    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives let
++    you allow and deny access based on the host name, or host
++    address, of the machine requesting a document. The
++    <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> directive goes
++    hand-in-hand with these two, and tells Apache in which order to
++    apply the filters.</p>
++
++    <p>The usage of these directives is:</p>
++
++    <div class="example"><p><code>
++      Allow from <var>address</var>
++    </code></p></div>
++
++    <p>where <var>address</var> is an IP address (or a partial IP
++    address) or a fully qualified domain name (or a partial domain
++    name); you may provide multiple addresses or domain names, if
++    desired.</p>
++
++    <p>For example, if you have someone spamming your message
++    board, and you want to keep them out, you could do the
++    following:</p>
++
++    <div class="example"><p><code>
++      Deny from 205.252.46.165
++    </code></p></div>
++
++    <p>Visitors coming from that address will not be able to see
<<Diff was trimmed, longer than 597 lines>>


More information about the pld-cvs-commit mailing list