[users@httpd] How to allow from SERVER_ADDR ?

2013-07-15 Thread BUGHUNTER
Hi, I did not find a solution for this: I want to restrict access to certain files to requests coming from the same public ip address the server is running on, like so: order deny,allow deny from all allow from xx.xx.xx.xx To make it more maintainable I would like to use the %{SERVER_ADDR}

[users@httpd] Question about mod_proxy_balancer

2013-07-15 Thread Ali Majdzadeh
H ello List, The Barracuda load balancer has feature which enables it to recover a broken web connection. Let me explain the scenario; suppose that there exist two web servers behind the Barracuda load balancer and the user is downloading a file from one of the back-end web servers. Now, suppose th

[users@httpd] Re: error: 'ap_document_root_check' undeclared

2013-07-15 Thread drf
This solution worked, thank you -- View this message in context: http://apache-http-server.18135.x6.nabble.com/error-ap-document-root-check-undeclared-tp5007152p5007209.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. ---