[Locomotive-users] Virtual Hosts problem

Grant Neufeld grant at grantneufeld.ca
Mon Jan 22 16:28:48 GMT 2007


At 6:31 PM -0800 1/20/07, Rich Morin wrote:
><VirtualHost *:80>
>  ServerName        xyz.cfcl.com
>  ServerAdmin       rdm at cfcl.com
>  ErrorLog          /dev/null
>  CustomLog         /dev/null common
>  ProxyRequests     Off
>  ProxyPass         /  http://fido.cfcl.com:3002
>  ProxyPassReverse  /  http://fido.cfcl.com:3002
> </VirtualHost>

Does it work if you add:
  ProxyPreserveHost On
to that VirtualHost?

Also, in my VirtualHost configs I append a trailing slash:
  ProxyPass / http://fido.cfcl.com:3002/
  ProxyPassReverse / http://fido.cfcl.com:3002/


More information about the Locomotive-users mailing list