Healthcheck of proxy config

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

 



Hello good people,

This is a request for sanity check of a running config under Apache
2.0.52. I have this single vhost that was configured long ago. I recently
was handed over the ownership of the config, and it struct me that it was
a bit peculiarly, in the sense that i am not all sure if the Location tag
ACL will limit the use of the proxy?
Furthermore I am uncertain whether to run proxyrequests on or off - since
reading the docs dont make it clear to me.


####
<VirtualHost *:80>
    ServerName   www
    DocumentRoot /oathto/www
    <Directory "/pathto/www/tomcat/content" >
        AllowOverride None
        Order deny,allow
        deny from all
    </Directory>

    ProxyRequests On
    ProxyPass         /content http://content.site:10610/content
    ProxyPassReverse  /content http://content.site:10610/content
    <Location />
          Order Deny,Allow
          Deny from all
          Allow From 127.0.0.1
          Allow From ip
          Allow From another.ip
          Allow From yet.another.ip

    </Location>
</VirtualHost>
####


br
congo


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[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