Yawin

Untitled

Mar 4th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName scstuff.servegame.com
  3. ServerAlias scstuff.servegame.com
  4.  
  5. ProxyPreserveHost On
  6. ProxyRequests Off
  7.  
  8. <Proxy *:80>
  9. Order deny,allow
  10. Allow from all
  11. </Proxy>
  12.  
  13. ProxyPass / http://scstuff.servegame.com
  14. ProxyPassReverse / http://scstuff.servegame.com
  15. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment