Added apache modules

This commit is contained in:
Ossi Salmi 2010-11-09 14:41:06 +02:00 committed by Timo Mkinen
parent b280208ee9
commit ff6b42fc09
3 changed files with 239 additions and 17 deletions

View file

@ -0,0 +1,12 @@
<% if has_variable?("apache_proxy_allow") -%>
ProxyRequests On
ProxyVia On
<Proxy *>
Order deny,allow
Deny from all
Allow from <%= apache_proxy_allow %>
</Proxy>
<% else -%>
ProxyRequests Off
<% end -%>