| The Red Hat Linux Apache Centralized Knowledgebase | ||
|---|---|---|
| Prev | Chapter 13. Problems configuring the proxy functionality of Apache. | Next |
You can control who can access your proxy via the normal control block using the following example:
<Directory proxy:*>
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]
</Directory>
|
A <files> block will also work.