Global Zone Proxy Server Configuration

Apache Configuration

This Apache configuration is used to provide proxy services for the ISC demonstration environment. The forward proxy will enable the test bed to communicate with the external world in order to get updates, download RSS/ATOM feeds, and connect to Internet-based services. The reverse proxy will provide access to the test bed for external clients. A copy of the httpd.conf file is available.

Network Listeners

Listen 80
Listen isc-gateway:8080

Forward Proxy Configuration

<VirtualHost *:8080>
ProxyRequests   On
<Proxy *>
Order deny,allow
Deny from all
Allow from 192.168.2.0/255.255.255.0
</Proxy>
CacheRoot       "/var/apache2/2.2/proxy"
</VirtualHost>

Reverse Proxy Configuration

<VirtualHost *:80>
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost       On
ProxyPass               /       http://lb1/
ProxyPassReverse        /       http://lb2/
</VirtualHost>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

Sign up or Log in to add a comment or watch this page.


The individuals who post here are part of the extended Sun Microsystems community and they might not be employed or in any way formally affiliated with Sun Microsystems. The opinions expressed here are their own, are not necessarily reviewed in advance by anyone but the individual authors, and neither Sun nor any other party necessarily agrees with them.

Copyright 1994-2009 Sun Microsystems, Inc.
Powered by Atlassian Confluence
Sun Guidelines on Public Discourse Privacy Policy Terms of Use Trademarks Site Map Employment Investor Relations Contact