Sha256: a33e1dbcd609e42e1a0edf38350a38ff6f2f6b6f942c7c62a5c22aa0c0d07ddf

Contents?: true

Size: 589 Bytes

Versions: 27

Compression:

Stored size: 589 Bytes

Contents

<IfModule mod_proxy.c>
        #turning ProxyRequests on and allowing proxying from all may allow
        #spammers to use your proxy to send email.

        ProxyRequests Off

        <Proxy *>
                AddDefaultCharset off
                Order deny,allow
                Deny from all
                #Allow from .example.com
        </Proxy>

        # Enable/disable the handling of HTTP/1.1 "Via:" headers.
        # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
        # Set to one of: Off | On | Full | Block

        ProxyVia On
</IfModule>

Version data entries

27 entries across 26 versions & 5 rubygems

Version Path
fast_food-0.1.2 chef/cookbooks/apache2/templates/default/mods/proxy.conf.erb
fast_food-0.1.1 chef/cookbooks/apache2/templates/default/mods/proxy.conf.erb
fast_food-0.1.0 chef/cookbooks/apache2/templates/default/mods/proxy.conf.erb
agile_solo-0.1.0 spec/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
vagrant-managed-servers-0.1.0 cookbooks/apache2/templates/default/mods/proxy.conf.erb
vagrant-openstack-0.0.4 tmp/librarian/cache/source/chef/site/877777683730772c36b1e6a3fc3aa2c3/apache2/version-uri/a7ab7e6a4c7e38e585540241cf05880e/package/templates/default/mods/proxy.conf.erb
vagrant-openstack-0.0.4 cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.9 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.8 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.7 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.6 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.5 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.4 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.3 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.2 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.1 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.6.0 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.5.0 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.4.8 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb
poolparty-1.4.7 examples/chef_cloud/chef_repo/cookbooks/apache2/templates/default/mods/proxy.conf.erb