Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <VirtualHost *:80>
  2. # Enable forward proxy
  3. ProxyRequests On
  4. # Add "Via" header
  5. ProxyVia On
  6.  
  7. <Proxy *>
  8. Order allow,deny
  9. allow from all
  10. </Proxy>
  11.  
  12. ErrorLog "/var/log/apache2/proxy-error.log"
  13. CustomLog "/var/log/apache2/proxy-access.log" common
  14. </VirtualHost>
  15.  
  16. /etc/apache2/sites-enabled/000-default.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement