Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName scstuff.servegame.com
- ServerAlias scstuff.servegame.com
- ProxyPreserveHost On
- ProxyRequests Off
- <Proxy *:80>
- Order deny,allow
- Allow from all
- </Proxy>
- ProxyPass / http://scstuff.servegame.com
- ProxyPassReverse / http://scstuff.servegame.com
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment