proxy.conf 720 B

12345678910111213141516171819202122
  1. # If you want to use apache2 as a forward proxy, uncomment the
  2. # 'ProxyRequests On' line and the <Proxy *> block below.
  3. # WARNING: Be careful to restrict access inside the <Proxy *> block.
  4. # Open proxy servers are dangerous both to your network and to the
  5. # Internet at large.
  6. #
  7. # If you only want to use apache2 as a reverse proxy/gateway in
  8. # front of some web application server, you DON'T need
  9. # 'ProxyRequests On'.
  10. #ProxyRequests On
  11. #<Proxy *>
  12. # AddDefaultCharset off
  13. # Require all denied
  14. # #Require local
  15. #</Proxy>
  16. # Enable/disable the handling of HTTP/1.1 "Via:" headers.
  17. # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
  18. # Set to one of: Off | On | Full | Block
  19. #ProxyVia Off