LoadModule ssl_module modules/mod_ssl.so Listen 443 NameVirtualHost *:443 AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl SSLPassPhraseDialog builtin SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000) SSLSessionCacheTimeout 300 SSLMutex default SSLRandomSeed startup file:/dev/urandom 256 SSLRandomSeed connect builtin SSLCryptoDevice builtin ServerName billiards.sdsc.edu ErrorLog logs/ssl_error_log TransferLog logs/ssl_access_log LogLevel debug SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateKeyFile /etc/pki/tls/private/localhost.key SSLOptions +StdEnvVars SSLOptions +StdEnvVars SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 CustomLog logs/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" # This is Terri's ServerName billiards1.sdsc.edu RewriteEngine on RewriteRule (.*)/portal2/Shibboleth.sso/LocalLogout https://billiards1.sdsc.edu/Shibboleth.sso/LocalLogout?return=http://billiards1.sdsc.edu/portal2 [R] RewriteRule (.*)/portal2/Shibboleth.sso/Logout https://billiards1.sdsc.edu/Shibboleth.sso/Logout?return=http://billiards1.sdsc.edu/portal2 [R] RewriteRule (.*)/portal2/Shibboleth.sso/(.*) https://billiards1.sdsc.edu/Shibboleth.sso/$2 [R] ProxyPass /portal2 ajp://billiards.sdsc.edu:9004/portal2 ProxyPassReverse /portal2 ajp://billiards.sdsc.edu:9004/portal2 ProxyPass /wbapplet ajp://billiards.sdsc.edu:9004/wbapplet ProxyPassReverse /wbapplet ajp://billiards.sdsc.edu:9004/wbapplet ProxyPass /cipresrest ajp://billiards.sdsc.edu:9004/cipresrest ProxyPassReverse /cipresrest ajp://billiards.sdsc.edu:9004/cipresrest ProxyPass /restclient ajp://billiards.sdsc.edu:9004/restclient ProxyPassReverse /restclient ajp://billiards.sdsc.edu:9004/restclient SSLEngine on ErrorLog logs/terri_ssl_error.log CustomLog logs/terri_ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" TransferLog logs/terri_ssl_access_log LogLevel debug SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateKeyFile /etc/pki/tls/private/localhost.key SSLOptions +StdEnvVars SSLOptions +StdEnvVars SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 # This is Jeff's ServerName billiards2.sdsc.edu ProxyPass /portal2 ajp://billiards.sdsc.edu:9013/portal2 ProxyPassReverse /portal2 ajp://billiards.sdsc.edu:9013/portal2 SSLEngine on ErrorLog logs/jeff_ssl_error.log CustomLog logs/jeff_ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" TransferLog logs/jeff_ssl_access_log LogLevel debug SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateKeyFile /etc/pki/tls/private/localhost.key SSLOptions +StdEnvVars SSLOptions +StdEnvVars SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 # This is Test ServerName billiards3.sdsc.edu ProxyPass /portal2 ajp://billiards.sdsc.edu:7072/portal2 ProxyPassReverse /portal2 ajp://billiards.sdsc.edu:7072/portal2 ProxyPass /cipresrest ajp://billiards.sdsc.edu:7072/cipresrest ProxyPassReverse /cipresrest ajp://billiards.sdsc.edu:7072/cipresrest ProxyPass /restclient ajp://billiards.sdsc.edu:7072/restclient ProxyPassReverse /restclient ajp://billiards.sdsc.edu:7072/restclient SSLEngine on ErrorLog logs/test_ssl_error.log CustomLog logs/test_ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" TransferLog logs/test_ssl_access_log LogLevel debug SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateKeyFile /etc/pki/tls/private/localhost.key SSLOptions +StdEnvVars SSLOptions +StdEnvVars SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0