89. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/18/2018 3:37:03 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.

89.1 Files compared

# Location File Last Modified
1 CTT_DM2_v7.zip\CTT_ntrt-jira-ssoi-authenticator\authenticator\src\test\docker\apache\conf proxy.conf Tue Jun 12 16:41:47 2018 UTC
2 CTT_DM2_v7.zip\CTT_ntrt-jira-ssoi-authenticator\authenticator\src\test\docker\apache\conf proxy.conf Fri Jun 15 21:00:50 2018 UTC

89.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 62
Changed 3 10
Inserted 0 0
Removed 0 0

89.3 Comparison options

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

89.4 Active regular expressions

No regular expressions were active.

89.5 Comparison detail

  1  
  2   #
  3   # reverse  proxy conf ig
  4   #
  5  
  6   NameVirtua lHost *:44 3
  7   ServerName   DNS                       
  8  
  9   <VirtualHo st *:443>
  10       SSLEng ine on
  11       SSLPro xyEngine o n
  12  
  13       SSLCer tificateFi le /etc/pk i/tls/cert s/apache.c rt
  14       SSLCer tificateKe yFile /etc /pki/tls/p rivate/apa che.key
  15  
  16       ProxyR equests      Off
  17       ProxyP reserveHos t On
  18       AllowE ncodedSlas hes NoDeco de
  19  
  20         ProxyPass  / https:// jira: PORT /
  21         ProxyPassR everse / h ttps://jir a: PORT /
  22  
  23       Reques tHeader se t X-Forwar ded-Proto  "https"
  24         RequestHea der set X- Forwarded- Port " PORT "
  25         RequestHea der set X- Forwarded- Host " DNS                        "
  26  
  27       # The  location o f the HTML  files, an d access c ontrol inf ormation
  28       Docume ntRoot /va r/www
  29  
  30       <Direc tory /var/ www>
  31           Op tions -Ind exes
  32           Or der allow, deny
  33           Al low from a ll
  34       </Dire ctory>
  35  
  36   </VirtualH ost>