- <VirtualHost *:80>
- DocumentRoot <doc root>
- ServerName <hostname>
- ErrorLog <errlog path>
- CustomLog <customlog path> common
-
- ProxyRequests Off
- ProxyPreserveHost On
-
- ProxyPass http://localhost:<port>
- ProxyPassReverse http://localhost:<port>
- </VirtualHost>
|