When you're setup a proxy reverse on virtual host. sometimes you will counter with apache http proxy error.
<VirtualHost *:80>
ServerName domain.com
ServerAlias www.domain.com
ProxyPreserveHost On
ProxyPass / http://localhost:8001/
ProxyPassReverse / http://localhost:8001/