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

MODULES-4247 - Adds support of ProxyPassReverse directive without matching ProxyPass or ProxyPassMatch to apache::vhost #1584

Closed

Conversation

dzmitryv
Copy link

@dzmitryv dzmitryv commented Dec 27, 2016

The current version of Apache module (1.11.0) supports ProxyPassReverse directive only as part of ProxyPass or ProxyPassMatch configuration.

ProxyPassReverse directive can also be used in conjunction with the proxy feature (RewriteRule ... [P]) from mod_rewrite, without matching ProxyPass or ProxyPassMatch. This change allows managing ProxyPassReverse on its own by using proxy_pass_reverse parameter of apache::vhost.

https://tickets.puppetlabs.com/browse/MODULES-4247

@dzmitryv dzmitryv changed the title Adds support of ProxyPassReverse directive without matching ProxyPass or ProxyPassMatch to apache::vhost MODULES-4247 - Adds support of ProxyPassReverse directive without matching ProxyPass or ProxyPassMatch to apache::vhost Dec 29, 2016
Copy link
Contributor

@eputnam eputnam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dzmitryv , thanks for the PR! My one question is, does line 1 of the _proxy template also need to be updated? https://github.com/dzmitryv/puppetlabs-apache/blob/acc640875765dd088d0d7eef8b61c3bfc9dfe7f1/templates/vhost/_proxy.erb#L1
Also, please add a test or two for this.

@david22swan
Copy link
Member

@dzmitryv Is there any movement on this pr?

@dzmitryv
Copy link
Author

@david22swan, no. Unfortunately, I'm not sure if I'd be able to finish this PR.

@david22swan
Copy link
Member

@dzmitryv I'm sorry to hear that. I'll be closing the PR but I hope that, if you ever have the time to continue working on it, you can resubmit it once again.

@david22swan david22swan closed this Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants