Listen <%= @port %> > ProxyRequests On ProxyVia On <% if @cache == true -%> CacheEnable disk / CacheMaxFileSize 100000000 CacheRoot <%= @cachepath %> <% end -%> Order deny,allow Deny from all <% @allow.each do |addr| -%> Allow from <%= addr %> <% end -%>