¿Todas las directivas ProxyPass necesitan una directiva ProxyPassReverse?
ProxyPass / http://foo.example.com:8080/
ProxyPassReverse / http://www.example.com/
Vi este fragmento y entiendo que todo el tráfico que llega foo.example.com
se aproxima a foo.example.com:8080. ¿Qué hace la segunda línea?