Advertisement
Guest User

Untitled

a guest
Feb 16th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. DocumentRoot /var/www/html
  4.  
  5. ProxyPass "/website1" "http://192.168.0.1/website1"
  6. ProxyPassReverse "/website1" "http://192.168.0.1/website1"
  7.  
  8. ErrorLog ${APACHE_LOG_DIR}/error.log
  9. CustomLog ${APACHE_LOG_DIR}/access.log combined
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement