ServerName 127.0.0.1 CreateBalancers 0 ManagerBalancerName mycluster KeepAliveTimeout 60 MaxKeepAliveRequests 0 Maxcontext 500 ErrorLog syslog:local7 # Possible values include: debug, info, notice, warn, error, crit, alert, emerg. LogLevel warn #Disable signature ServerSignature Off #Set product banner to Apache ServerTokens ProductOnly # Protect against embedding inside iframes (DCO-3215) Header always append X-Frame-Options SAMEORIGIN Alias /errorpages /var/www/errorpages Alias /clients /var/www/clients Alias /information-site /var/www/information-site Alias /configLib /var/www/configLib Options -Indexes Listen 6666 BrowserMatch "^ClusterListener*" force-proxy-request-1.0 downgrade-1.0 force-response-1.0 CustomLog "|/usr/bin/logger -t apache_cluster -p local7.warn" combined ProxyPass / ! SetHandler mod_cluster-manager Order deny,allow Deny from all Allow from all DocumentRoot "/var/www/information-site/" Options FollowSymLinks MultiViews AllowOverride None Order deny,allow Allow from all AllowDisplay On CustomLog "|/usr/bin/logger -t apache_access -p local7.warn" combined Timeout 600 ErrorDocument 503 /errorpages/isxo_notready.html ProxyPass /errorpages ! ProxyPass /clients/download ! ProxyPass /information-site ! ProxyPass /configLib ! # Comment out below line and do 'service apache2 reload' to access the jmx-console ProxyPass /jmx-console ! ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On ProxyPassReverse / balancer://mycluster/ stickysession=JSESSIONID|jsessionid ProxyPreserveHost On