chuck 97/04/20 20:12:07
Modified: htdocs/manual/mod mod_proxy.html
Log:
In view of lack of response to patching http_core.c to handle proxy: change
the access example to use <Files> block instead of <Directory>.
Revision Changes Path
1.17 +6 -6 apache/htdocs/manual/mod/mod_proxy.html
Index: mod_proxy.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_proxy.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C3 -r1.16 -r1.17
*** mod_proxy.html 1997/04/12 18:31:55 1.16
--- mod_proxy.html 1997/04/21 03:12:06 1.17
***************
*** 296,312 ****
<a name="access"><h2>Controlling access to your proxy</h2>
! You can control who can access your proxy via the normal <Directory>
control block using the following example:<p>
<pre>
! <Directory proxy:*>
<Limit GET>
! order allow,deny
! deny from [machines you'd like not to allow by IP address or name]
! allow from all
</Limit>
! </Directory>
</pre><p>
<a name="shortname"><h2>Using Netscape hostname shortcuts</h2>
--- 296,312 ----
<a name="access"><h2>Controlling access to your proxy</h2>
! You can control who can access your proxy via the normal <Files>
control block using the following example:<p>
<pre>
! <Files proxy:*>
<Limit GET>
! order deny,allow
! deny from [machines you'd like *not* to allow by IP address or name]
! allow from [machines you'd like to allow by IP address or name]
</Limit>
! </Files>
</pre><p>
<a name="shortname"><h2>Using Netscape hostname shortcuts</h2>