Allow & Deny Access to Directories

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have a Server (server1) with the next directories:
And I want redirect an external URL across a Proxy (proxy1) to 'dir1'

I tried this meaning in the "httpd.conf" at proxy1:

<VirtualHost *>
  ServerName external_url
  ProxyPass /  http://server1/
  ProxyPassReverse /  http://server1/
  ProxyRequests Off
  ProxyPreserveHost On
    <Location /dir2>
      order deny,allow
      deny from all
    </Location>
    <Location /dir3>
      order deny,allow
      deny from all
    </Location>
    <Location /dir4>
      order deny,allow
      deny from all
    </Location>
    <Location /dir1>
      order deny,allow
      allow from all
    </Location>
</VirtualHost>

It works, but I would like some brief and efficient meaning . Thanks

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux