# Configure Apache2 as InteProxy # # This is a minimal configuration file that configures an Apache 2 as # InteProxy. # Include platform specific settings. This file should set User and # Group and load the following required modules: # rewrite # authz_host # proxy # proxy_http # ssl Include conf/platform-standalone-debian.conf # InteProxy typically listens only on localhost port 64609 Listen 127.0.0.1:64609 TransferLog logs/access_log RewriteEngine On # RewriteLogLevel 0 RewriteLog logs/rewrite.log # conf/inteproxy-rewrite.conf has to be generated if it doesn't exist # yet (see README.txt). It contains the RewriteRules for the actual # InteProxy functionality. Include conf/inteproxy-rewrite.conf # Deny all requests that have not been rewritten to refer to another # host. Order Deny,Allow Deny from All # SSL configuration. # SSLProxyEngine must be on so that Apache can make # https connections to other hosts. SSLProxyEngine on SSLMutex default SSLProtocol all -SSLv2 SSLCipherSuite HIGH:MEDIUM:!ADH SSLRandomSeed startup builtin SSLRandomSeed connect builtin