1 Jun 2002 03:42
cvs commit: httpd-2.0/docs/manual/mod mod_proxy.xml
<slive <at> apache.org>
2002-06-01 01:42:45 GMT
2002-06-01 01:42:45 GMT
slive 2002/05/31 18:42:45 Modified: docs/manual/mod mod_proxy.xml Log: Close the <proxy> container properly. Revision Changes Path 1.5 +3 -3 httpd-2.0/docs/manual/mod/mod_proxy.xml Index: mod_proxy.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -b -u -r1.4 -r1.5 --- mod_proxy.xml 28 May 2002 01:36:44 -0000 1.4 +++ mod_proxy.xml 1 Jun 2002 01:42:45 -0000 1.5 <at> <at> -280,7 +280,7 <at> <at> Order Deny,Allow<br /> Deny from all<br /> Allow from yournetwork.example.com<br /> -<Proxy> +</Proxy> </example> <p>The following example will process all files in the <at> <at> -290,7 +290,7 <at> <at> <example> <Proxy http://example.com/foo/*><br /> SetOutputFilter INCLUDES<br />(Continue reading)
RSS Feed