Peter Kleiweg

Results 62 comments of Peter Kleiweg

My site is working now, but the docs say you should do this: ``` ProxyPassReverse / http://example.com/ ``` And that is not working.

I checked. It works without full url on the first argument of ProxyPassReverse. Now I have something like this: ``` ProxyPass /inception http://internal.example.org:8080/inception ProxyPassReverse /inception http://internal.example.org:8080/inception ProxyPassReverse /inception http://example.org/inception ```...