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] Unclear instructions when modifying proxy config #53

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

[Tutorial 9] Unclear instructions when modifying proxy config #53

studersi opened this issue Apr 3, 2018 · 0 comments

Comments

@studersi
Copy link
Contributor

studersi commented Apr 3, 2018

In Step 7 we add a proxy configuration to the VirtualHost context. But it's not crear whether the proxy configuration in the server context, that was added earlier, stays where it is or if it can be removed.

It appears that this is redundant with what is added to the VirtualHost config (listening on port 433):

[...]
ProxyPass          /service1    	http://localhost:8000/service1
ProxyPassReverse   /service1    	http://localhost:8000/service1

[...]

<Proxy http://localhost:8000/service1>

    Require all granted

    Options None

</Proxy>

But then again, this is missing in the VirtualHost config:

ProxyPass          /service1/admin	!

And leaving it in the server context does not seem to work either.

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