Forum Moderators: phranque

Message Too Old, No Replies

mod_proxy

quick question

         

ihtfp004

1:24 pm on Jul 9, 2004 (gmt 0)

10+ Year Member



anyone know why the mod_proxy statement I have below, not do what I want it to? I want to deny access for everyone making any proxy request and only allow proxy requests for files in the server itself.

<IfModule mod_proxy.c>
ProxyRequests On

<Directory proxy:172.21.5.186/imgs/>
Order deny,allow
allow from all
</Directory>

<Directory proxy:*>
Order deny,allow
deny from all
</Directory>

</IfModule>

please someone tell me what I did wrong!

gergoe

10:48 pm on Jul 10, 2004 (gmt 0)

10+ Year Member



Just wondering, what's the use of enabling the proxy for the resources on the same server? If you could explain what do you really want to implement then I'm sure that someone will be able help you.