Produced by Araxis Merge on 3/29/2017 4:53:20 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | CTT-DM CIF Submission.zip\code\apache_extensions\apache_configs\httpd\conf.d | ssl.conf | Fri Mar 3 16:22:14 2017 UTC |
| 2 | CTT-DM CIF Submission.zip\code\apache_extensions\apache_configs\httpd\conf.d | ssl.conf | Tue Mar 28 17:48:17 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 10 | 188 |
| Changed | 9 | 72 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | ||
| 2 | ||
| 3 | LoadModule ssl_modul e modules/ mod_ssl.so | |
| 4 | LoadModule proxy_mod ule module s/mod_prox y.so | |
| 5 | LoadModule proxy_htt p_module m odules/mod _proxy_htt p.so | |
| 6 | ||
| 7 | Listen 443 | |
| 8 | ||
| 9 | SSLProxyEn gine On | |
| 10 | ProxyReque sts Off | |
| 11 | ProxyPrese rveHost On | |
| 12 | ||
| 13 | ||
| 14 | SSLPassPhr aseDialog builtin | |
| 15 | ||
| 16 | ||
| 17 | SSLSession Cache shmcb: /var/cache /mod_ssl/s cache(5120 00) | |
| 18 | SSLSession CacheTimeo ut 300 | |
| 19 | ||
| 20 | ||
| 21 | SSLMutex d efault | |
| 22 | ||
| 23 | SSLRandomS eed startu p file:/de v/urandom 256 | |
| 24 | SSLRandomS eed connec t builtin | |
| 25 | #SSLRandom Seed start up file:/d ev/random 512 | |
| 26 | #SSLRandom Seed conne ct file:/d ev/random 512 | |
| 27 | #SSLRandom Seed conne ct file:/d ev/urandom 512 | |
| 28 | ||
| 29 | SSLCryptoD evice buil tin | |
| 30 | #SSLCrypto Device ubs ec | |
| 31 | ||
| 32 | ||
| 33 | <VirtualHo st _defaul t_:443> | |
| 34 | ||
| 35 | ErrorLog l ogs/ssl_er ror_log | |
| 36 | TransferLo g logs/ssl _access_lo g | |
| 37 | LogLevel i nfo | |
| 38 | ||
| 39 | SSLEngine on | |
| 40 | ||
| 41 | SSLProtoco l all -SSL v2 | |
| 42 | SSLCipherS uite DEFAU LT:!EXP:!S SLv2:!DES: !IDEA:!SEE D:+3DES | |
| 43 | ||
| 44 | SSLCertifi cateFile / app/certs/ server.crt | |
| 45 | SSLCertifi cateKeyFil e /app/cer ts/server. key | |
| 46 | ||
| 47 | #SSLCertif icateChain File /etc/ pki/tls/ce rts/server -chain.crt | |
| 48 | #SSLCACert ificateFil e /etc/pki /tls/certs /ca-bundle .crt | |
| 49 | ||
| 50 | SSLVerifyC lient none | |
| 51 | ||
| 52 | <Files ~ " \.(cgi|sht ml|phtml|p hp3?)$"> | |
| 53 | SSLOpt ions +StdE nvVars | |
| 54 | </Files> | |
| 55 | <Directory "/var/www /cgi-bin"> | |
| 56 | SSLOpt ions +StdE nvVars | |
| 57 | </Director y> | |
| 58 | ||
| 59 | ||
| 60 | SetEnvIf U ser-Agent ".*MSIE.*" \ | |
| 61 | n okeepalive ssl-uncle an-shutdow n \ | |
| 62 | d owngrade-1 .0 force-r esponse-1. 0 | |
| 63 | ||
| 64 | CustomLog logs/ssl_r equest_log \ | |
| 65 | "%t %h %{S SL_PROTOCO L}x %{SSL_ CIPHER}x \ "%r\" %b" | |
| 66 | # Special Proxy Mapp ings | |
| 67 | # | |
| 68 | #Komet | |
| 69 | ProxyPass /komet/ass ets https: // DNS . DNS : PORT /rails_kom et_a/asset s | |
| 70 | ProxyPassR everse /ko met/assets https:// DNS . DNS : PORT /rails_kom et_a/asset s | |
| 71 | ProxyPass /komet/map ping https :// DNS . DNS : PORT /rails_kom et_a/mappi ng | |
| 72 | ProxyPassR everse /ko met/mappin g https:// DNS . DNS : PORT /rails_kom et_a/mappi ng | |
| 73 | ProxyPass komet/kome t_dashboar d https:// DNS . DNS : PORT /rails_kom et_a/komet _dashboard | |
| 74 | ProxyPassR everse /ko met/komet_ dashboard https:// DNS . DNS : PORT /rails_kom et_a/komet _dashboard | |
| 75 | ProxyPass /komet/ext ernal http s:// DNS . DNS : PORT /rails_kom et_a/exter nal | |
| 76 | ProxyPassR everse /ko met/extern al https:/ / DNS . DNS : PORT /rails_kom et_a/exter nal | |
| 77 | ||
| 78 | #Prisme | |
| 79 | ProxyPass /rails_pri sme/assets https:// DNS . DNS : PORT /rails_pri sme/assets | |
| 80 | ProxyPassR everse /ra ils_prisme /assets ht tps:// DNS . DNS : PORT /rails_pri sme/assets | |
| 81 | ProxyPass /rails_pri sme/welcom e https:// DNS . DNS : PORT /rails_pri sme/welcom e | |
| 82 | ProxyPassR everse /ra ils_prisme /welcome h ttps:// DNS . DNS : PORT /rails_pri sme/welcom e | |
| 83 | ProxyPass /rails_pri sme/users/ sign_in ht tps:// DNS . DNS : PORT /rails_pri sme/users/ sign_in | |
| 84 | ProxyPassR everse /ra ils_prisme /users/sig n_in https :// DNS . DNS : PORT /rails_pri sme/users/ sign_in | |
| 85 | ProxyPass /rails_pri sme https: // DNS . DNS : PORT /rails_pri sme | |
| 86 | ProxyPassR everse /ra ils_prisme https:// DNS . DNS : PORT rails_pris me | |
| 87 | ||
| 88 | #Jenkins - NEEDS MOR E WORK, ST ILL NOT MA PPED PROPE RLY | |
| 89 | ProxyPass /jenkins h ttps:// DNS . DNS : PORT /jenkins | |
| 90 | ProxyPassR everse /je nkins http s:// DNS . DNS : PORT /jenkins | |
| 91 | #ProxyPass /static h ttps:// DNS . DNS : PORT /static | |
| 92 | #ProxyPass Reverse /s tatic http s:// DNS . DNS : PORT /static | |
| 93 | #ProxyPass /adjuncts https:// DNS . DNS : PORT /adjuncts | |
| 94 | #ProxyPass Reverse /a djuncts ht tps:// DNS . DNS : PORT /adjuncts | |
| 95 | #ProxyPass /loginj_a cegi_secur ity_check https:// DNS . DNS : PORT /loginj_ac egi_securi ty_check | |
| 96 | #ProxyPass Reverse /l oginj_aceg i_security _check htt ps:// DNS . DNS : PORT /loginj_ac egi_securi ty_check | |
| 97 | ||
| 98 | </VirtualH ost> | |
| 99 | ||
| 100 | #Rewrite R ules | |
| 101 | # | |
| 102 | <Location /nexus> | |
| 103 | ProxyPass https://va auscttdbs8 1.aac. DNS : PORT /nexus | |
| 104 | ProxyPassR everse htt ps:// DNS . DNS : PORT /nexus | |
| 105 | </Location > | |
| 106 | ||
| 107 | #<Location /jenkins> | |
| 108 | #ProxyPass https:// DNS . DNS : PORT /login | |
| 109 | #ProxyPass Reverse ht tps:// DNS . DNS : PORT /login | |
| 110 | #</Locatio n> | |
| 111 | ||
| 112 | <Location /prisme/> | |
| 113 | ProxyPass https:// DNSDNS : PORT /rails_pri sme/ | |
| 114 | ProxyPassR everse htt ps:// DNS . DNS : PORT /rails_pri sme/ | |
| 115 | </Location > | |
| 116 | ||
| 117 | <Location /komet/> | |
| 118 | ProxyPass https:// DNS . DNS : PORT /rails_kom et_a/ | |
| 119 | ProxyPassR everse htt ps:// DNS . DNS : PORT /rails_kom et_a/ | |
| 120 | </Location > | |
| 121 | ||
| 122 | <Location /git/> | |
| 123 | ProxyPass https://va auscttdbs8 0.aac. DNS : PORT /git/ | |
| 124 | ProxyPassR everse htt ps:// DNS . DNS : PORT /git/ | |
| 125 | </Location > | |
| 126 | ||
| 127 | <Location /manager/> | |
| 128 | ProxyPass https:// DNS . DNS : PORT /git/ | |
| 129 | ProxyPassR everse htt ps:// DNS . DNS : PORT /git/ | |
| 130 | </Location > |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.