Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no_proxy_uris param to apache::vhost::proxy #46

Merged
merged 1 commit into from
Aug 7, 2012

Conversation

sorenisanerd
Copy link

Add a mechanism to prevent certain URI's from being proxied.

This is particularly useful if you want to specify a proxy vhost pointed
at a webapp that installs itself under /SOME_URI in Apache's global
configuration. This is common on Debian and derivatives. Adding a vhost
for these is now as simple as:

apache::vhost::proxy { 'manage.example.com':
port => 80,
dest => 'http://localhost/openstack-dashboard',
no_proxy_uris => '/openstack-dashboard'
}

Without this, you can easily get caught in an infinite, internal
redirect loop.

Add a mechanism to prevent certain URI's from being proxied.

This is particularly useful if you want to specify a proxy vhost pointed
at a webapp that installs itself under /SOME_URI in Apache's global
configuration. This is common on Debian and derivatives. Adding a vhost
for these is now as simple as:

   apache::vhost::proxy { 'manage.example.com':
     port          => 80,
     dest          => 'http://localhost/openstack-dashboard',
     no_proxy_uris => '/openstack-dashboard'
   }

Without this, you can easily get caught in an infinite, internal
redirect loop.
hunner added a commit that referenced this pull request Aug 7, 2012
Add no_proxy_uris param to apache::vhost::proxy
@hunner hunner merged commit 16b12e7 into puppetlabs:master Aug 7, 2012
traylenator pushed a commit to traylenator/puppetlabs-apache that referenced this pull request Jun 7, 2022
* adding in tasks for swarm token

* adding in tasks and plans for swarm token

* adding in tasks for docker swarm

* updates for tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants