You are on page 1of 1

a2enmod proxy

a2enmod proxy_http
<VirtualHost *:80>
ServerAdmin webamin@apocalypsix.com
ServerName apocalypsix.com
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://10.1.1.120/
ProxyPassReverse / http://10.1.1.120/
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
\"%{Referer}i\" \"%{User-Age$
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

You might also like