Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # config version: 20150625
- # staging version: 1.00.21
- # apache version: 2.4.12w-r02
- # date generated: 2015-11-17 15:24:09
- #
- Include /wwws/apache/staging/global/includes/webops-all-begin.conf
- Include ${APACHE_INSTROOT}/conf/extra/httpd-languages.conf
- Include /wwws/apache/staging/global/includes/webops-autoindex.conf
- LoadModule log_config_module ${APACHE_INSTROOT}/modules/mod_log_config.so
- LoadModule status_module ${APACHE_INSTROOT}/modules/mod_status.so
- LoadModule setenvif_module ${APACHE_INSTROOT}/modules/mod_setenvif.so
- LoadModule version_module ${APACHE_INSTROOT}/modules/mod_version.so
- LoadModule mime_module ${APACHE_INSTROOT}/modules/mod_mime.so
- LoadModule unixd_module ${APACHE_INSTROOT}/modules/mod_unixd.so
- LoadModule autoindex_module ${APACHE_INSTROOT}/modules/mod_autoindex.so
- LoadModule alias_module ${APACHE_INSTROOT}/modules/mod_alias.so
- LoadModule env_module ${APACHE_INSTROOT}/modules/mod_env.so
- LoadModule socache_shmcb_module ${APACHE_INSTROOT}/modules/mod_socache_shmcb.so
- LoadModule negotiation_module ${APACHE_INSTROOT}/modules/mod_negotiation.so
- LoadModule include_module ${APACHE_INSTROOT}/modules/mod_include.so
- LoadModule dir_module ${APACHE_INSTROOT}/modules/mod_dir.so
- LoadModule headers_module ${APACHE_INSTROOT}/modules/mod_headers.so
- LoadModule authz_core_module ${APACHE_INSTROOT}/modules/mod_authz_core.so
- LoadModule authz_host_module ${APACHE_INSTROOT}/modules/mod_authz_host.so
- LoadModule proxy_module ${APACHE_INSTROOT}/modules/mod_proxy.so
- LoadModule proxy_http_module ${APACHE_INSTROOT}/modules/mod_proxy_http.so
- LoadModule proxy_balancer_module ${APACHE_INSTROOT}/modules/mod_proxy_balancer.so
- LoadModule lbmethod_byrequests_module ${APACHE_INSTROOT}/modules/mod_lbmethod_byrequests.so
- LoadModule lbmethod_bybusyness_module ${APACHE_INSTROOT}/modules/mod_lbmethod_bybusyness.so
- LoadModule slotmem_shm_module ${APACHE_INSTROOT}/modules/mod_slotmem_shm.so
- User blabla
- Group bla
- # medium-traffic profile
- <IfModule mpm_worker_module>
- StartServers 10
- ServerLimit 60
- MinSpareThreads 25
- MaxSpareThreads 250
- ThreadsPerChild 50
- MaxRequestWorkers 3000
- MaxConnectionsPerChild 0
- </IfModule>
- ServerTokens productonly
- ServerRoot ${APACHE_INSTROOT}
- DefaultRuntimeDir /var/tmp/apache_${APACHE_INSTANCE}
- PidFile ${DEFAULTRUNTIMEDIR}/httpd.pid
- TypesConfig ${APACHE_INSTROOT}/conf/mime.types
- Listen 2323 https
- DocumentRoot ${APACHE_PROJ}/htdocs
- SSLProxyEngine on
- TraceEnable off
- TimeOut 300
- LimitRequestLine 4000
- ServerSignature off
- HostnameLookups off
- UseCanonicalName off
- ServerAdmin [email protected]
- <Proxy balancer://appcluster>
- BalancerMember https://server:12345 route=0
- ProxySet lbmethod=bybusyness nofailover=off stickysession=JSESSIONIDAaa
- </Proxy>
- LogLevel warn
- LogFormat "%h %V %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
- CustomLog ${APACHE_PROJ}/logs/apache/${HOST}.access_log combined env=!dontlog
- ErrorLog ${APACHE_PROJ}/logs/apache/${HOST}.error_log
- ProxyPreserveHost off
- ProxyPass /webops-error !
- ProxyPass /webops-global-icons !
- ProxyPass /webops-httpd-icons !
- ProxyPass /webops-balancer-manager !
- ProxyPass /uuu/ http://dispacher_uuu/uuu/
- ProxyPass /aaa/ https://dispacher_aaa/aaa/
- ProxyPassMatch ^(.*\/Aaa\/.*(?:;.*)?)$ balancer://appcluster$1
- ProxyPassMatch ^(.*\/servlet\/.*(?:;.*)?)$ balancer://appcluster$1
- ProxyPassMatch ^(.*\.jsp(?:;.*)?)$ balancer://appcluster$1
- ProxyPassMatch ^(.*\.do(?:;.*)?)$ balancer://appcluster$1
- ProxyPassMatch ^(.*\.jsf(?:;.*)?)$ balancer://appcluster$1
- ProxyPassReverse /uuu/ /uuu/
- ProxyPassReverse /aaa/ /aaa/
- ProxyPassReverse / balancer://appcluster/
- SSLEngine on
- SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
- SSLCipherSuite EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA+AESCBC:EECDH:EDH+aRSA:!aNULL:!eNULL:!LOW:!RC4:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS:!SEED
- SSLCompression off
- SSLHonorCipherOrder on
- SSLProxyCheckPeerCN on
- SSLProxyCheckPeerName on
- SSLCertificateFile ${APACHE_PROJ}/config/ssl.crt/server.crt
- SSLCertificateKeyFile ${APACHE_PROJ}/config/ssl.key/server.key
- SSLCertificateChainFile /wwws/certs.intermediate/globalsign_organization_validation_ca_g2.0.pem
- SSLRandomSeed startup file:/dev/urandom 512
- SSLRandomSeed connect file:/dev/urandom 512
- SSLSessionCache shmcb:/var/tmp/${APACHE_INSTANCE}/ssl_gcache_data
- SSLSessionCacheTimeout 300
- SetEnv proxy-initial-not-pooled 1
- SetEnvIf Request_Method HEAD dontlog
- SetEnvIf BrowserMatch ".*MSIE [2-5]\..*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
- Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED
- Alias /webops-httpd-icons ${APACHE_INSTROOT}/icons
- Alias /webops-error /wwws/apache/staging/global/error
- Alias /webops-global-icons /wwws/apache/staging/global/icons
- <Directory />
- AllowOverride none
- Options -indexes +followsymlinks
- Require all denied
- </Directory>
- <Directory ${APACHE_PROJ}/htdocs>
- AllowOverride none
- Options -indexes -followsymlinks
- Require all granted
- </Directory>
- <Directory /wwws/apache/staging/global/error>
- AllowOverride none
- Options +includesnoexec
- AddOutputFilter Includes html
- AddHandler type-map var
- Require all granted
- LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
- ForceLanguagePriority prefer fallback
- </Directory>
- <Directory ${APACHE_INSTROOT}/icons/>
- AllowOverride none
- Options -indexes +multiviews
- Require all granted
- </Directory>
- <Directory /wwws/apache/staging/global/icons>
- AllowOverride none
- Options -indexes +multiviews
- Require all granted
- </Directory>
- <Location /webops-balancer-manager>
- SetHandler balancer-manager
- Require all denied
- Require ip 123.12.123.123
- Include /wwws/apache/staging/global/includes/webops-network-allow.conf
- <IfDefine EAM>
- Include ${APACHE_PROJ}/config/eam/eam.conf
- </IfDefine>
- Include /wwws/apache/staging/global/includes/webops-status.conf
- Include /wwws/apache/staging/global/includes/webops-dontlog.conf
- Include /wwws/apache/staging/global/includes/webops-all-end.conf
Advertisement
Add Comment
Please, Sign In to add comment