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

[Tutorial 9] Should the ProxyPassReverse line be identical to previous configuration or not? #54

Open
studersi opened this issue Apr 3, 2018 · 0 comments

Comments

@studersi
Copy link
Contributor

studersi commented Apr 3, 2018

The instruction follows a pattern similar to the variation using ProxyPass. Here however, the last part of the path has to be explicitly intercepted by using a bracket and again indicated by "$1" as we saw above. Instead of the suggested redirect flag a proxy is used here. ProxyPassReverse and the proxy stanza remain identical to the setup using ProxyPass.

In the ProxyPass setup we have:

ProxyPassReverse   /service1           http://localhost:8000/service1

In the VirtualHost context we have:

ProxyPassReverse    /                      http://localhost:8000/

Which one is correct, or are they not supposed to be identical as indicated in the description?

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

No branches or pull requests

1 participant