Do all ProxyPass Directives need a ProxyPassReverse Directive?
ProxyPass / http://foo.example.com:8080/
ProxyPassReverse / http://www.example.com/
I saw this snippet, and understand that all traffic coming to foo.example.com
is proxied to foo.example.com:8080. What does the second line do?