13. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/6/2017 8:22:19 PM Central 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.

13.1 Files compared

# Location File Last Modified
1 OSCIF_CTT_v4_build 1.zip\apache_extensions\apache_configs\httpd\conf httpd.conf-DEV Wed May 31 03:59:20 2017 UTC
2 OSCIF_CTT_v4_build 1.zip\apache_extensions\apache_configs\httpd\conf httpd.conf-DEV Mon Jul 3 20:11:53 2017 UTC

13.2 Comparison summary

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

13.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

13.4 Active regular expressions

No regular expressions were active.

13.5 Comparison detail

  1   #
  2   # This is  the main A pache serv er configu ration fil e.  It con tains the
  3   # configur ation dire ctives tha t give the  server it s instruct ions.
  4   # See <URL :http://ht tpd.apache .org/docs/ 2.2/> for  detailed i nformation .
  5   # In parti cular, see
  6   # <URL:htt p://httpd. apache.org /docs/2.2/ mod/direct ives.html>
  7   # for a di scussion o f each con figuration  directive .
  8   #
  9   #
  10   # Do NOT s imply read  the instr uctions in  here with out unders tanding
  11   # what the y do.  The y're here  only as hi nts or rem inders.  I f you are  unsure
  12   # consult  the online  docs. You  have been  warned.
  13   #
  14   # The conf iguration  directives  are group ed into th ree basic  sections:
  15   #  1. Dire ctives tha t control  the operat ion of the  Apache se rver proce ss as a
  16   #     whol e (the 'gl obal envir onment').
  17   #  2. Dire ctives tha t define t he paramet ers of the  'main' or  'default'  server,
  18   #     whic h responds  to reques ts that ar en't handl ed by a vi rtual host .
  19   #     Thes e directiv es also pr ovide defa ult values  for the s ettings
  20   #     of a ll virtual  hosts.
  21   #  3. Sett ings for v irtual hos ts, which  allow Web  requests t o be sent  to
  22   #     diff erent IP a ddresses o r hostname s and have  them hand led by the
  23   #     same  Apache se rver proce ss.
  24   #
  25   # Configur ation and  logfile na mes: If th e filename s you spec ify for ma ny
  26   # of the s erver's co ntrol file s begin wi th "/" (or  "drive:/"  for Win32 ), the
  27   # server w ill use th at explici t path.  I f the file names do * not* begin
  28   # with "/" , the valu e of Serve rRoot is p repended - - so "logs /foo.log"
  29   # with Ser verRoot se t to "/etc /httpd" wi ll be inte rpreted by  the
  30   # server a s "/etc/ht tpd/logs/f oo.log".
  31   #
  32   PassEnv CA PKIHOME
  33  
  34   ### Sectio n 1: Globa l Environm ent
  35   #
  36   # The dire ctives in  this secti on affect  the overal l operatio n of Apach e,
  37   # such as  the number  of concur rent reque sts it can  handle or  where it
  38   # can find  its confi guration f iles.
  39   #
  40  
  41   #
  42   # Don't gi ve away to o much inf ormation a bout all t he subcomp onents
  43   # we are r unning.  C omment out  this line  if you do n't mind r emote site s
  44   # finding  out what m ajor optio nal module s you are  running
  45   ServerToke ns OS
  46  
  47   #
  48   # ServerRo ot: The to p of the d irectory t ree under  which the  server's
  49   # configur ation, err or, and lo g files ar e kept.
  50   #
  51   # NOTE!  I f you inte nd to plac e this on  an NFS (or  otherwise  network)
  52   # mounted  filesystem  then plea se read th e LockFile  documenta tion
  53   # (availab le at <URL :http://ht tpd.apache .org/docs/ 2.2/mod/mp m_common.h tml#lockfi le>);
  54   # you will  save your self a lot  of troubl e.
  55   #
  56   # Do NOT a dd a slash  at the en d of the d irectory p ath.
  57   #
  58   ServerRoot  "/etc/htt pd"
  59  
  60   #
  61   # PidFile:  The file  in which t he server  should rec ord its pr ocess
  62   # identifi cation num ber when i t starts.   Note the  PIDFILE va riable in
  63   # /etc/sys config/htt pd must be  set appro priately i f this loc ation is
  64   # changed.
  65   #
  66   PidFile ru n/httpd.pi d
  67  
  68   #
  69   # Timeout:  The numbe r of secon ds before  receives a nd sends t ime out.
  70   #
  71   Timeout 60
  72  
  73   #
  74   # KeepAliv e: Whether  or not to  allow per sistent co nnections  (more than
  75   # one requ est per co nnection).  Set to "O ff" to dea ctivate.
  76   #
  77   KeepAlive  Off
  78  
  79   #
  80   # MaxKeepA liveReques ts: The ma ximum numb er of requ ests to al low
  81   # during a  persisten t connecti on. Set to  0 to allo w an unlim ited amoun t.
  82   # We recom mend you l eave this  number hig h, for max imum perfo rmance.
  83   #
  84   MaxKeepAli veRequests  100
  85  
  86   #
  87   # KeepAliv eTimeout:  Number of  seconds to  wait for  the next r equest fro m the
  88   # same cli ent on the  same conn ection.
  89   #
  90   KeepAliveT imeout 15
  91  
  92   ##
  93   ## Server- Pool Size  Regulation  (MPM spec ific)
  94   ##
  95  
  96   # prefork  MPM
  97   # StartSer vers: numb er of serv er process es to star t
  98   # MinSpare Servers: m inimum num ber of ser ver proces ses which  are kept s pare
  99   # MaxSpare Servers: m aximum num ber of ser ver proces ses which  are kept s pare
  100   # ServerLi mit: maxim um value f or MaxClie nts for th e lifetime  of the se rver
  101   # MaxClien ts: maximu m number o f server p rocesses a llowed to  start
  102   # MaxReque stsPerChil d: maximum  number of  requests  a server p rocess ser ves
  103   <IfModule  prefork.c>
  104   StartServe rs       8
  105   MinSpareSe rvers    5
  106   MaxSpareSe rvers   20
  107   ServerLimi t      256
  108   MaxClients        256
  109   MaxRequest sPerChild   4000
  110   </IfModule >
  111  
  112   # worker M PM
  113   # StartSer vers: init ial number  of server  processes  to start
  114   # MaxClien ts: maximu m number o f simultan eous clien t connecti ons
  115   # MinSpare Threads: m inimum num ber of wor ker thread s which ar e kept spa re
  116   # MaxSpare Threads: m aximum num ber of wor ker thread s which ar e kept spa re
  117   # ThreadsP erChild: c onstant nu mber of wo rker threa ds in each  server pr ocess
  118   # MaxReque stsPerChil d: maximum  number of  requests  a server p rocess ser ves
  119   <IfModule  worker.c>
  120   StartServe rs          4
  121   MaxClients          3 00
  122   MinSpareTh reads      25
  123   MaxSpareTh reads      75
  124   ThreadsPer Child      25
  125   MaxRequest sPerChild   0
  126   </IfModule >
  127  
  128   #
  129   # Listen:  Allows you  to bind A pache to s pecific IP  addresses  and/or
  130   # ports, i n addition  to the de fault. See  also the  <VirtualHo st>
  131   # directiv e.
  132   #
  133   # Change t his to Lis ten on spe cific IP a ddresses a s shown be low to
  134   # prevent  Apache fro m glomming  onto all  bound IP a ddresses ( 0.0.0.0)
  135   #
  136   #Listen 12 .34.56.78: 80
  137   #Listen 80
  138  
  139   #<VirtualH ost *:80>
  140   #ServerNam DNS                       
  141   #DocumentR oot /var/w ww/html
  142   #SSLProxyE ngine On
  143   #ProxyRequ ests Off
  144   #ProxyPres erveHost O n
  145   #ProxyPass           / http:// DNS                       
  146   #ProxyPass Reverse /  http:// DNS                       
  147   #</Virtual Host>
  148  
  149   Listen 80
  150   <VirtualHo st *:80>
  151   ServerName   DNS                       
  152   Redirect p ermanent /  https:// DNS                        /
  153   DocumentRo ot /var/ww w/html
  154   #SSLProxyE ngine On
  155   ProxyReque sts Off
  156   ProxyPrese rveHost On
  157   </VirtualH ost>
  158  
  159  
  160   #
  161   # Dynamic  Shared Obj ect (DSO)  Support
  162   #
  163   # To be ab le to use  the functi onality of  a module  which was  built as a  DSO you
  164   # have to  place corr esponding  `LoadModul e' lines a t this loc ation so t he
  165   # directiv es contain ed in it a re actuall y availabl e _before_  they are  used.
  166   # Statical ly compile d modules  (those lis ted by `ht tpd -l') d o not need
  167   # to be lo aded here.
  168   #
  169   # Example:
  170   # LoadModu le foo_mod ule module s/mod_foo. so
  171   LoadModule  sm_module  "/app/CA/ webagent/b in/libmod_ sm22.so"
  172   SmInitFile  "/etc/htt pd/conf/We bAgent.con f"
  173   #
  174   LoadModule  auth_basi c_module m odules/mod _auth_basi c.so
  175   LoadModule  auth_dige st_module  modules/mo d_auth_dig est.so
  176   LoadModule  authn_fil e_module m odules/mod _authn_fil e.so
  177   LoadModule  authn_ali as_module  modules/mo d_authn_al ias.so
  178   LoadModule  authn_ano n_module m odules/mod _authn_ano n.so
  179   LoadModule  authn_dbm _module mo dules/mod_ authn_dbm. so
  180   LoadModule  authn_def ault_modul e modules/ mod_authn_ default.so
  181   LoadModule  authz_hos t_module m odules/mod _authz_hos t.so
  182   LoadModule  authz_use r_module m odules/mod _authz_use r.so
  183   LoadModule  authz_own er_module  modules/mo d_authz_ow ner.so
  184   LoadModule  authz_gro upfile_mod ule module s/mod_auth z_groupfil e.so
  185   LoadModule  authz_dbm _module mo dules/mod_ authz_dbm. so
  186   LoadModule  authz_def ault_modul e modules/ mod_authz_ default.so
  187   LoadModule  ldap_modu le modules /mod_ldap. so
  188   LoadModule  authnz_ld ap_module  modules/mo d_authnz_l dap.so
  189   LoadModule  include_m odule modu les/mod_in clude.so
  190   LoadModule  log_confi g_module m odules/mod _log_confi g.so
  191   LoadModule  logio_mod ule module s/mod_logi o.so
  192   LoadModule  env_modul e modules/ mod_env.so
  193   LoadModule  ext_filte r_module m odules/mod _ext_filte r.so
  194   LoadModule  mime_magi c_module m odules/mod _mime_magi c.so
  195   LoadModule  expires_m odule modu les/mod_ex pires.so
  196   LoadModule  deflate_m odule modu les/mod_de flate.so
  197   LoadModule  headers_m odule modu les/mod_he aders.so
  198   LoadModule  usertrack _module mo dules/mod_ usertrack. so
  199   LoadModule  setenvif_ module mod ules/mod_s etenvif.so
  200   LoadModule  mime_modu le modules /mod_mime. so
  201   LoadModule  dav_modul e modules/ mod_dav.so
  202   LoadModule  status_mo dule modul es/mod_sta tus.so
  203   LoadModule  autoindex _module mo dules/mod_ autoindex. so
  204   LoadModule  info_modu le modules /mod_info. so
  205   LoadModule  dav_fs_mo dule modul es/mod_dav _fs.so
  206   LoadModule  vhost_ali as_module  modules/mo d_vhost_al ias.so
  207   LoadModule  negotiati on_module  modules/mo d_negotiat ion.so
  208   LoadModule  dir_modul e modules/ mod_dir.so
  209   LoadModule  actions_m odule modu les/mod_ac tions.so
  210   LoadModule  speling_m odule modu les/mod_sp eling.so
  211   LoadModule  userdir_m odule modu les/mod_us erdir.so
  212   LoadModule  alias_mod ule module s/mod_alia s.so
  213   LoadModule  substitut e_module m odules/mod _substitut e.so
  214   LoadModule  rewrite_m odule modu les/mod_re write.so
  215   LoadModule  proxy_mod ule module s/mod_prox y.so
  216   LoadModule  proxy_bal ancer_modu le modules /mod_proxy _balancer. so
  217   LoadModule  proxy_ftp _module mo dules/mod_ proxy_ftp. so
  218   LoadModule  proxy_htt p_module m odules/mod _proxy_htt p.so
  219   LoadModule  proxy_ajp _module mo dules/mod_ proxy_ajp. so
  220   LoadModule  proxy_con nect_modul e modules/ mod_proxy_ connect.so
  221   LoadModule  cache_mod ule module s/mod_cach e.so
  222   LoadModule  suexec_mo dule modul es/mod_sue xec.so
  223   LoadModule  disk_cach e_module m odules/mod _disk_cach e.so
  224   LoadModule  cgi_modul e modules/ mod_cgi.so
  225   LoadModule  version_m odule modu les/mod_ve rsion.so
  226  
  227   #
  228   # The foll owing modu les are no t loaded b y default:
  229   #
  230   #LoadModul e asis_mod ule module s/mod_asis .so
  231   #LoadModul e authn_db d_module m odules/mod _authn_dbd .so
  232   #LoadModul e cern_met a_module m odules/mod _cern_meta .so
  233   #LoadModul e cgid_mod ule module s/mod_cgid .so
  234   #LoadModul e dbd_modu le modules /mod_dbd.s o
  235   #LoadModul e dumpio_m odule modu les/mod_du mpio.so
  236   #LoadModul e filter_m odule modu les/mod_fi lter.so
  237   #LoadModul e ident_mo dule modul es/mod_ide nt.so
  238   #LoadModul e log_fore nsic_modul e modules/ mod_log_fo rensic.so
  239   #LoadModul e unique_i d_module m odules/mod _unique_id .so
  240   #
  241  
  242   #
  243   # Load con fig files  from the c onfig dire ctory "/et c/httpd/co nf.d".
  244   #
  245   Include co nf.d/*.con f
  246  
  247   #
  248   # Extended Status con trols whet her Apache  will gene rate "full " status
  249   # informat ion (Exten dedStatus  On) or jus t basic in formation  (ExtendedS tatus
  250   # Off) whe n the "ser ver-status " handler  is called.  The defau lt is Off.
  251   #
  252   #ExtendedS tatus On
  253  
  254   #
  255   # If you w ish httpd  to run as  a differen t user or  group, you  must run
  256   # httpd as  root init ially and  it will sw itch.
  257   #
  258   # User/Gro up: The na me (or #nu mber) of t he user/gr oup to run  httpd as.
  259   #  . On SC O (ODT 3)  use "User  nouser" an d "Group n ogroup".
  260   #  . On HP UX you may  not be ab le to use  shared mem ory as nob ody, and t he
  261   #    sugge sted worka round is t o create a  user www  and use th at user.
  262   #  NOTE th at some ke rnels refu se to setg id(Group)  or semctl( IPC_SET)
  263   #  when th e value of  (unsigned )Group is  above 6000 0;
  264   #  don't u se Group # -1 on thes e systems!
  265   #
  266   User apach e
  267   Group apac he
  268  
  269   ### Sectio n 2: 'Main ' server c onfigurati on
  270   #
  271   # The dire ctives in  this secti on set up  the values  used by t he 'main'
  272   # server,  which resp onds to an y requests  that aren 't handled  by a
  273   # <Virtual Host> defi nition.  T hese value s also pro vide defau lts for
  274   # any <Vir tualHost>  containers  you may d efine late r in the f ile.
  275   #
  276   # All of t hese direc tives may  appear ins ide <Virtu alHost> co ntainers,
  277   # in which  case thes e default  settings w ill be ove rridden fo r the
  278   # virtual  host being  defined.
  279   #
  280  
  281   #
  282   # ServerAd min: Your  address, w here probl ems with t he server  should be
  283   # e-mailed .  This ad dress appe ars on som e server-g enerated p ages, such
  284   # as error  documents .  e.g. ad min@your-d omain.com
  285   #
  286   ServerAdmi n root@loc alhost
  287  
  288   #
  289   # ServerNa me gives t he name an d port tha t the serv er uses to  identify  itself.
  290   # This can  often be  determined  automatic ally, but  we recomme nd you spe cify
  291   # it expli citly to p revent pro blems duri ng startup .
  292   #
  293   # If this  is not set  to valid  DNS name f or your ho st, server -generated
  294   # redirect ions will  not work.   See also  the UseCan onicalName  directive .
  295   #
  296   # If your  host doesn 't have a  registered  DNS name,  enter its  IP addres s here.
  297   # You will  have to a ccess it b y its addr ess anyway , and this  will make
  298   # redirect ions work  in a sensi ble way.
  299   #
  300   #ServerNam e www.exam ple.com:80
  301  
  302   #
  303   # UseCanon icalName:  Determines  how Apach e construc ts self-re ferencing
  304   # URLs and  the SERVE R_NAME and  SERVER_PO RT variabl es.
  305   # When set  "Off", Ap ache will  use the Ho stname and  Port supp lied
  306   # by the c lient.  Wh en set "On ", Apache  will use t he value o f the
  307   # ServerNa me directi ve.
  308   #
  309   UseCanonic alName Off
  310  
  311   #
  312   # Document Root: The  directory  out of whi ch you wil l serve yo ur
  313   # document s. By defa ult, all r equests ar e taken fr om this di rectory, b ut
  314   # symbolic  links and  aliases m ay be used  to point  to other l ocations.
  315   #
  316   DocumentRo ot "/var/w ww/html"
  317  
  318   #
  319   # Each dir ectory to  which Apac he has acc ess can be  configure d with res pect
  320   # to which  services  and featur es are all owed and/o r disabled  in that
  321   # director y (and its  subdirect ories).
  322   #
  323   # First, w e configur e the "def ault" to b e a very r estrictive  set of
  324   # features .
  325   #
  326   <Directory  />
  327       Option s FollowSy mLinks
  328       AllowO verride No ne
  329   </Director y>
  330  
  331   #
  332   # Note tha t from thi s point fo rward you  must speci fically al low
  333   # particul ar feature s to be en abled - so  if someth ing's not  working as
  334   # you migh t expect,  make sure  that you h ave specif ically ena bled it
  335   # below.
  336   #
  337  
  338   #
  339   # This sho uld be cha nged to wh atever you  set Docum entRoot to .
  340   #
  341   <Directory  "/var/www /html">
  342  
  343   #
  344   # Possible  values fo r the Opti ons direct ive are "N one", "All ",
  345   # or any c ombination  of:
  346   #   Indexe s Includes  FollowSym Links SymL inksifOwne rMatch Exe cCGI Multi Views
  347   #
  348   # Note tha t "MultiVi ews" must  be named * explicitly * --- "Opt ions All"
  349   # doesn't  give it to  you.
  350   #
  351   # The Opti ons direct ive is bot h complica ted and im portant.   Please see
  352   # http://h ttpd.apach e.org/docs /2.2/mod/c ore.html#o ptions
  353   # for more  informati on.
  354   #
  355       Option s Indexes  FollowSymL inks
  356  
  357   #
  358   # AllowOve rride cont rols what  directives  may be pl aced in .h taccess fi les.
  359   # It can b e "All", " None", or  any combin ation of t he keyword s:
  360   #   Option s FileInfo  AuthConfi g Limit
  361   #
  362       AllowO verride No ne
  363  
  364   #
  365   # Controls  who can g et stuff f rom this s erver.
  366   #
  367       Order  allow,deny
  368       Allow  from all
  369  
  370   </Director y>
  371  
  372   #
  373   # UserDir:  The name  of the dir ectory tha t is appen ded onto a  user's ho me
  374   # director y if a ~us er request  is receiv ed.
  375   #
  376   # The path  to the en d user acc ount 'publ ic_html' d irectory m ust be
  377   # accessib le to the  webserver  userid.  T his usuall y means th at ~userid
  378   # must hav e permissi ons of 711 , ~userid/ public_htm l must hav e permissi ons
  379   # of 755,  and docume nts contai ned therei n must be  world-read able.
  380   # Otherwis e, the cli ent will o nly receiv e a "403 F orbidden"  message.
  381   #
  382   # See also : http://h ttpd.apach e.org/docs /misc/FAQ. html#forbi dden
  383   #
  384   <IfModule  mod_userdi r.c>
  385       #
  386       # User Dir is dis abled by d efault sin ce it can  confirm th e presence
  387       # of a  username  on the sys tem (depen ding on ho me directo ry
  388       # perm issions).
  389       #
  390       UserDi r disabled
  391  
  392       #
  393       # To e nable requ ests to /~ user/ to s erve the u ser's publ ic_html
  394       # dire ctory, rem ove the "U serDir dis abled" lin e above, a nd uncomme nt
  395       # the  following  line inste ad:
  396       #
  397       #UserD ir public_ html
  398  
  399   </IfModule >
  400  
  401   #
  402   # Control  access to  UserDir di rectories.   The foll owing is a n example
  403   # for a si te where t hese direc tories are  restricte d to read- only.
  404   #
  405   #<Director y /home/*/ public_htm l>
  406   #    Allow Override F ileInfo Au thConfig L imit
  407   #    Optio ns MultiVi ews Indexe s SymLinks IfOwnerMat ch Include sNoExec
  408   #    <Limi t GET POST  OPTIONS>
  409   #        O rder allow ,deny
  410   #        A llow from  all
  411   #    </Lim it>
  412   #    <Limi tExcept GE T POST OPT IONS>
  413   #        O rder deny, allow
  414   #        D eny from a ll
  415   #    </Lim itExcept>
  416   #</Directo ry>
  417  
  418   #
  419   # Director yIndex: se ts the fil e that Apa che will s erve if a  directory
  420   # is reque sted.
  421   #
  422   # The inde x.html.var  file (a t ype-map) i s used to  deliver co ntent-
  423   # negotiat ed documen ts.  The M ultiViews  Option can  be used f or the
  424   # same pur pose, but  it is much  slower.
  425   #
  426   DirectoryI ndex index .html inde x.html.var
  427  
  428   #
  429   # AccessFi leName: Th e name of  the file t o look for  in each d irectory
  430   # for addi tional con figuration  directive s.  See al so the All owOverride
  431   # directiv e.
  432   #
  433   AccessFile Name .htac cess
  434  
  435   #
  436   # The foll owing line s prevent  .htaccess  and .htpas swd files  from being
  437   # viewed b y Web clie nts.
  438   #
  439   <Files ~ " ^\.ht">
  440       Order  allow,deny
  441       Deny f rom all
  442       Satisf y All
  443   </Files>
  444  
  445   #
  446   # TypesCon fig descri bes where  the mime.t ypes file  (or equiva lent) is
  447   # to be fo und.
  448   #
  449   TypesConfi g /etc/mim e.types
  450  
  451   #
  452   # DefaultT ype is the  default M IME type t he server  will use f or a docum ent
  453   # if it ca nnot other wise deter mine one,  such as fr om filenam e extensio ns.
  454   # If your  server con tains most ly text or  HTML docu ments, "te xt/plain"  is
  455   # a good v alue.  If  most of yo ur content  is binary , such as  applicatio ns
  456   # or image s, you may  want to u se "applic ation/octe t-stream"  instead to
  457   # keep bro wsers from  trying to  display b inary file s as thoug h they are
  458   # text.
  459   #
  460   DefaultTyp e text/pla in
  461  
  462   #
  463   # The mod_ mime_magic  module al lows the s erver to u se various  hints fro m the
  464   # contents  of the fi le itself  to determi ne its typ e.  The MI MEMagicFil e
  465   # directiv e tells th e module w here the h int defini tions are  located.
  466   #
  467   <IfModule  mod_mime_m agic.c>
  468   #   MIMEMa gicFile /u sr/share/m agic.mime
  469       MIMEMa gicFile co nf/magic
  470   </IfModule >
  471  
  472   #
  473   # Hostname Lookups: L og the nam es of clie nts or jus t their IP  addresses
  474   # e.g., ww w.apache.o rg (on) or  204.62.12 9.132 (off ).
  475   # The defa ult is off  because i t'd be ove rall bette r for the  net if peo ple
  476   # had to k nowingly t urn this f eature on,  since ena bling it m eans that
  477   # each cli ent reques t will res ult in AT  LEAST one  lookup req uest to th e
  478   # nameserv er.
  479   #
  480   HostnameLo okups Off
  481  
  482   #
  483   # EnableMM AP: Contro l whether  memory-map ping is us ed to deli ver
  484   # files (a ssuming th at the und erlying OS  supports  it).
  485   # The defa ult is on;  turn this  off if yo u serve fr om NFS-mou nted
  486   # filesyst ems.  On s ome system s, turning  it off (r egardless  of
  487   # filesyst em) can im prove perf ormance; f or details , please s ee
  488   # http://h ttpd.apach e.org/docs /2.2/mod/c ore.html#e nablemmap
  489   #
  490   #EnableMMA P off
  491  
  492   #
  493   # EnableSe ndfile: Co ntrol whet her the se ndfile ker nel suppor t is
  494   # used to  deliver fi les (assum ing that t he OS supp orts it).
  495   # The defa ult is on;  turn this  off if yo u serve fr om NFS-mou nted
  496   # filesyst ems.  Plea se see
  497   # http://h ttpd.apach e.org/docs /2.2/mod/c ore.html#e nablesendf ile
  498   #
  499   #EnableSen dfile off
  500  
  501   #
  502   # ErrorLog : The loca tion of th e error lo g file.
  503   # If you d o not spec ify an Err orLog dire ctive with in a <Virt ualHost>
  504   # containe r, error m essages re lating to  that virtu al host wi ll be
  505   # logged h ere.  If y ou *do* de fine an er ror logfil e for a <V irtualHost >
  506   # containe r, that ho st's error s will be  logged the re and not  here.
  507   #
  508   ErrorLog l ogs/error_ log
  509  
  510   #
  511   # LogLevel : Control  the number  of messag es logged  to the err or_log.
  512   # Possible  values in clude: deb ug, info,  notice, wa rn, error,  crit,
  513   # alert, e merg.
  514   #
  515   LogLevel i nfo
  516  
  517   #
  518   # The foll owing dire ctives def ine some f ormat nick names for  use with
  519   # a Custom Log direct ive (see b elow).
  520   #
  521   LogFormat  "%h %l %u  %t \"%r\"  %>s %b \"% {Referer}i \" \"%{Use r-Agent}i\ "" combine d
  522   LogFormat  "%h %l %u  %t \"%r\"  %>s %b" co mmon
  523   LogFormat  "%{Referer }i -> %U"  referer
  524   LogFormat  "%{User-ag ent}i" age nt
  525  
  526   # "combine dio" inclu des actual  counts of  actual by tes receiv ed (%I) an d sent (%O ); this
  527   # requires  the mod_l ogio modul e to be lo aded.
  528   #LogFormat  "%h %l %u  %t \"%r\"  %>s %b \" %{Referer} i\" \"%{Us er-Agent}i \" %I %O"  combinedio
  529  
  530   #
  531   # The loca tion and f ormat of t he access  logfile (C ommon Logf ile Format ).
  532   # If you d o not defi ne any acc ess logfil es within  a <Virtual Host>
  533   # containe r, they wi ll be logg ed here.   Contrariwi se, if you  *do*
  534   # define p er-<Virtua lHost> acc ess logfil es, transa ctions wil l be
  535   # logged t herein and  *not* in  this file.
  536   #
  537   #CustomLog  logs/acce ss_log com mon
  538  
  539   #
  540   # If you w ould like  to have se parate age nt and ref erer logfi les, uncom ment
  541   # the foll owing dire ctives.
  542   #
  543   #CustomLog  logs/refe rer_log re ferer
  544   #CustomLog  logs/agen t_log agen t
  545  
  546   #
  547   # For a si ngle logfi le with ac cess, agen t, and ref erer infor mation
  548   # (Combine d Logfile  Format), u se the fol lowing dir ective:
  549   #
  550   CustomLog  logs/acces s_log comb ined
  551  
  552   #
  553   # Optional ly add a l ine contai ning the s erver vers ion and vi rtual host
  554   # name to  server-gen erated pag es (intern al error d ocuments,  FTP direct ory
  555   # listings , mod_stat us and mod _info outp ut etc., b ut not CGI  generated
  556   # document s or custo m error do cuments).
  557   # Set to " EMail" to  also inclu de a mailt o: link to  the Serve rAdmin.
  558   # Set to o ne of:  On  | Off | E Mail
  559   #
  560   ServerSign ature On
  561  
  562   #
  563   # Aliases:  Add here  as many al iases as y ou need (w ith no lim it). The f ormat is
  564   # Alias fa kename rea lname
  565   #
  566   # Note tha t if you i nclude a t railing /  on fakenam e then the  server wi ll
  567   # require  it to be p resent in  the URL.   So "/icons " isn't al iased in t his
  568   # example,  only "/ic ons/".  If  the faken ame is sla sh-termina ted, then  the
  569   # realname  must also  be slash  terminated , and if t he fakenam e omits th e
  570   # trailing  slash, th e realname  must also  omit it.
  571   #
  572   # We inclu de the /ic ons/ alias  for Fancy Indexed di rectory li stings.  I f you
  573   # do not u se FancyIn dexing, yo u may comm ent this o ut.
  574   #
  575   Alias /sit eminderage nt/nocert/ [0-9]+/(.* ) "/app/CA /webagent/ $1"
  576   <Directory  "/app/CA/ webagent/$ 1">
  577   Options In dexes Mult iViews
  578   AllowOverr ide None
  579   Order allo w,deny
  580   Allow from  all
  581   </Director y>
  582   Alias /sit eminderage nt/pwcgi/  "/app/CA/w ebagent/pw /"
  583   <Directory  "/app/CA/ webagent/p w/">
  584   Options In dexes Mult iViews Exe cCGI
  585   AllowOverr ide None
  586   Order allo w,deny
  587   Allow from  all
  588   </Director y>
  589   Alias /sit eminderage nt/pw/ "/a pp/CA/weba gent/pw/"
  590   <Directory  "/app/CA/ webagent/p w/">
  591   Options In dexes Mult iViews Exe cCGI
  592   AllowOverr ide None
  593   Order allo w,deny
  594   Allow from  all
  595   </Director y>
  596   Alias /sit eminderage nt/ "/app/ CA/webagen t/samples/ "
  597   <Directory  "/app/CA/ webagent/s amples/">
  598   Options In dexes Mult iViews
  599   AllowOverr ide None
  600   Order allo w,deny
  601   Allow from  all
  602   </Director y>
  603   Alias /ico ns/ "/var/ www/icons/ "
  604  
  605   <Directory  "/var/www /icons">
  606       Option s Indexes  MultiViews  FollowSym Links
  607       AllowO verride No ne
  608       Order  allow,deny
  609       Allow  from all
  610   </Director y>
  611  
  612   #
  613   # WebDAV m odule conf iguration  section.
  614   #
  615   <IfModule  mod_dav_fs .c>
  616       # Loca tion of th e WebDAV l ock databa se.
  617       DAVLoc kDB /var/l ib/dav/loc kdb
  618   </IfModule >
  619  
  620   #
  621   # ScriptAl ias: This  controls w hich direc tories con tain serve r scripts.
  622   # ScriptAl iases are  essentiall y the same  as Aliase s, except  that
  623   # document s in the r ealname di rectory ar e treated  as applica tions and
  624   # run by t he server  when reque sted rathe r than as  documents  sent to th e client.
  625   # The same  rules abo ut trailin g "/" appl y to Scrip tAlias dir ectives as  to
  626   # Alias.
  627   #
  628   ScriptAlia s /cgi-bin / "/var/ww w/cgi-bin/ "
  629  
  630   #
  631   # "/var/ww w/cgi-bin"  should be  changed t o whatever  your Scri ptAliased
  632   # CGI dire ctory exis ts, if you  have that  configure d.
  633   #
  634   <Directory  "/var/www /cgi-bin">
  635       AllowO verride No ne
  636       Option s None
  637       Order  allow,deny
  638       Allow  from all
  639   </Director y>
  640  
  641   #
  642   # Redirect  allows yo u to tell  clients ab out docume nts which  used to ex ist in
  643   # your ser ver's name space, but  do not an ymore. Thi s allows y ou to tell  the
  644   # clients  where to l ook for th e relocate d document .
  645   # Example:
  646   # Redirect  permanent  /foo http ://www.exa mple.com/b ar
  647  
  648   #
  649   # Directiv es control ling the d isplay of  server-gen erated dir ectory lis tings.
  650   #
  651  
  652   #
  653   # IndexOpt ions: Cont rols the a ppearance  of server- generated  directory
  654   # listings .
  655   #
  656   IndexOptio ns FancyIn dexing Ver sionSort N ameWidth=*  HTMLTable  Charset=U TF-8
  657  
  658   #
  659   # AddIcon*  directive s tell the  server wh ich icon t o show for  different
  660   # files or  filename  extensions .  These a re only di splayed fo r
  661   # FancyInd exed direc tories.
  662   #
  663   AddIconByE ncoding (C MP,/icons/ compressed .gif) x-co mpress x-g zip
  664  
  665   AddIconByT ype (TXT,/ icons/text .gif) text /*
  666   AddIconByT ype (IMG,/ icons/imag e2.gif) im age/*
  667   AddIconByT ype (SND,/ icons/soun d2.gif) au dio/*
  668   AddIconByT ype (VID,/ icons/movi e.gif) vid eo/*
  669  
  670   AddIcon /i cons/binar y.gif .bin  .exe
  671   AddIcon /i cons/binhe x.gif .hqx
  672   AddIcon /i cons/tar.g if .tar
  673   AddIcon /i cons/world 2.gif .wrl  .wrl.gz . vrml .vrm  .iv
  674   AddIcon /i cons/compr essed.gif  .Z .z .tgz  .gz .zip
  675   AddIcon /i cons/a.gif  .ps .ai . eps
  676   AddIcon /i cons/layou t.gif .htm l .shtml . htm .pdf
  677   AddIcon /i cons/text. gif .txt
  678   AddIcon /i cons/c.gif  .c
  679   AddIcon /i cons/p.gif  .pl .py
  680   AddIcon /i cons/f.gif  .for
  681   AddIcon /i cons/dvi.g if .dvi
  682   AddIcon /i cons/uuenc oded.gif . uu
  683   AddIcon /i cons/scrip t.gif .con f .sh .sha r .csh .ks h .tcl
  684   AddIcon /i cons/tex.g if .tex
  685   AddIcon /i cons/bomb. gif /core
  686  
  687   AddIcon /i cons/back. gif ..
  688   AddIcon /i cons/hand. right.gif  README
  689   AddIcon /i cons/folde r.gif ^^DI RECTORY^^
  690   AddIcon /i cons/blank .gif ^^BLA NKICON^^
  691  
  692   #
  693   # DefaultI con is whi ch icon to  show for  files whic h do not h ave an ico n
  694   # explicit ly set.
  695   #
  696   DefaultIco n /icons/u nknown.gif
  697  
  698   #
  699   # AddDescr iption all ows you to  place a s hort descr iption aft er a file  in
  700   # server-g enerated i ndexes.  T hese are o nly displa yed for Fa ncyIndexed
  701   # director ies.
  702   # Format:  AddDescrip tion "desc ription" f ilename
  703   #
  704   #AddDescri ption "GZI P compress ed documen t" .gz
  705   #AddDescri ption "tar  archive"  .tar
  706   #AddDescri ption "GZI P compress ed tar arc hive" .tgz
  707  
  708   #
  709   # ReadmeNa me is the  name of th e README f ile the se rver will  look for b y
  710   # default,  and appen d to direc tory listi ngs.
  711   #
  712   # HeaderNa me is the  name of a  file which  should be  prepended  to
  713   # director y indexes.
  714   ReadmeName  README.ht ml
  715   HeaderName  HEADER.ht ml
  716  
  717   #
  718   # IndexIgn ore is a s et of file names whic h director y indexing  should ig nore
  719   # and not  include in  the listi ng.  Shell -style wil dcarding i s permitte d.
  720   #
  721   IndexIgnor e .??* *~  *# HEADER*  README* R CS CVS *,v  *,t
  722  
  723   #
  724   # DefaultL anguage an d AddLangu age allows  you to sp ecify the  language o f
  725   # a docume nt. You ca n then use  content n egotiation  to give a  browser a
  726   # file in  a language  the user  can unders tand.
  727   #
  728   # Specify  a default  language.  This means  that all  data
  729   # going ou t without  a specific  language  tag (see b elow) will
  730   # be marke d with thi s one. You  probably  do NOT wan t to set
  731   # this unl ess you ar e sure it  is correct  for all c ases.
  732   #
  733   # * It is  generally  better to  not mark a  page as
  734   # * being  a certain  language t han markin g it with  the wrong
  735   # * langua ge!
  736   #
  737   # DefaultL anguage nl
  738   #
  739   # Note 1:  The suffix  does not  have to be  the same  as the lan guage
  740   # keyword  --- those  with docum ents in Po lish (whos e net-stan dard
  741   # language  code is p l) may wis h to use " AddLanguag e pl .po"  to
  742   # avoid th e ambiguit y with the  common su ffix for p erl script s.
  743   #
  744   # Note 2:  The exampl e entries  below illu strate tha t in some  cases
  745   # the two  character  'Language'  abbreviat ion is not  identical  to
  746   # the two  character  'Country'  code for i ts country ,
  747   # E.g. 'Da nmark/dk'  versus 'Da nish/da'.
  748   #
  749   # Note 3:  In the cas e of 'ltz'  we violat e the RFC  by using a  three cha r
  750   # specifie r. There i s 'work in  progress'  to fix th is and get
  751   # the refe rence data  for rfc17 66 cleaned  up.
  752   #
  753   # Catalan  (ca) - Cro atian (hr)  - Czech ( cs) - Dani sh (da) -  Dutch (nl)
  754   # English  (en) - Esp eranto (eo ) - Estoni an (et) -  French (fr ) - German  (de)
  755   # Greek-Mo dern (el)  - Hebrew ( he) - Ital ian (it) -  Japanese  (ja)
  756   # Korean ( ko) - Luxe mbourgeois * (ltz) -  Norwegian  Nynorsk (n n)
  757   # Norwegia n (no) - P olish (pl)  - Portuge se (pt)
  758   # Brazilia n Portugue se (pt-BR)  - Russian  (ru) - Sw edish (sv)
  759   # Simplifi ed Chinese  (zh-CN) -  Spanish ( es) - Trad itional Ch inese (zh- TW)
  760   #
  761   AddLanguag e ca .ca
  762   AddLanguag e cs .cz . cs
  763   AddLanguag e da .dk
  764   AddLanguag e de .de
  765   AddLanguag e el .el
  766   AddLanguag e en .en
  767   AddLanguag e eo .eo
  768   AddLanguag e es .es
  769   AddLanguag e et .et
  770   AddLanguag e fr .fr
  771   AddLanguag e he .he
  772   AddLanguag e hr .hr
  773   AddLanguag e it .it
  774   AddLanguag e ja .ja
  775   AddLanguag e ko .ko
  776   AddLanguag e ltz .ltz
  777   AddLanguag e nl .nl
  778   AddLanguag e nn .nn
  779   AddLanguag e no .no
  780   AddLanguag e pl .po
  781   AddLanguag e pt .pt
  782   AddLanguag e pt-BR .p t-br
  783   AddLanguag e ru .ru
  784   AddLanguag e sv .sv
  785   AddLanguag e zh-CN .z h-cn
  786   AddLanguag e zh-TW .z h-tw
  787  
  788   #
  789   # Language Priority a llows you  to give pr ecedence t o some lan guages
  790   # in case  of a tie d uring cont ent negoti ation.
  791   #
  792   # Just lis t the lang uages in d ecreasing  order of p reference.  We have
  793   # more or  less alpha betized th em here. Y ou probabl y want to  change thi s.
  794   #
  795   LanguagePr iority en  ca cs da d e el eo es  et fr he  hr it ja k o ltz nl n n no pl pt  pt-BR ru  sv zh-CN z h-TW
  796  
  797   #
  798   # ForceLan guagePrior ity allows  you to se rve a resu lt page ra ther than
  799   # MULTIPLE  CHOICES ( Prefer) [i n case of  a tie] or  NOT ACCEPT ABLE (Fall back)
  800   # [in case  no accept ed languag es matched  the avail able varia nts]
  801   #
  802   ForceLangu agePriorit y Prefer F allback
  803  
  804   #
  805   # Specify  a default  charset fo r all cont ent served ; this ena bles
  806   # interpre tation of  all conten t as UTF-8  by defaul t.  To use  the
  807   # default  browser ch oice (ISO- 8859-1), o r to allow  the META  tags
  808   # in HTML  content to  override  this choic e, comment  out this
  809   # directiv e:
  810   #
  811   AddDefault Charset UT F-8
  812  
  813   #
  814   # AddType  allows you  to add to  or overri de the MIM E configur ation
  815   # file mim e.types fo r specific  file type s.
  816   #
  817   #AddType a pplication /x-tar .tg z
  818  
  819   #
  820   # AddEncod ing allows  you to ha ve certain  browsers  uncompress
  821   # informat ion on the  fly. Note : Not all  browsers s upport thi s.
  822   # Despite  the name s imilarity,  the follo wing Add*  directives  have noth ing
  823   # to do wi th the Fan cyIndexing  customiza tion direc tives abov e.
  824   #
  825   #AddEncodi ng x-compr ess .Z
  826   #AddEncodi ng x-gzip  .gz .tgz
  827  
  828   # If the A ddEncoding  directive s above ar e commente d-out, the n you
  829   # probably  should de fine those  extension s to indic ate media  types:
  830   #
  831   AddType ap plication/ x-compress  .Z
  832   AddType ap plication/ x-gzip .gz  .tgz
  833  
  834   #
  835   #   MIME-t ypes for d ownloading  Certifica tes and CR Ls
  836   #
  837   AddType ap plication/ x-x509-ca- cert .crt
  838   AddType ap plication/ x-pkcs7-cr l    .crl
  839  
  840   #
  841   # AddHandl er allows  you to map  certain f ile extens ions to "h andlers":
  842   # actions  unrelated  to filetyp e. These c an be eith er built i nto the se rver
  843   # or added  with the  Action dir ective (se e below)
  844   #
  845   # To use C GI scripts  outside o f ScriptAl iased dire ctories:
  846   # (You wil l also nee d to add " ExecCGI" t o the "Opt ions" dire ctive.)
  847   #
  848   #AddHandle r cgi-scri pt .cgi
  849  
  850   #
  851   # For file s that inc lude their  own HTTP  headers:
  852   #
  853   #AddHandle r send-as- is asis
  854  
  855   #
  856   # For type  maps (neg otiated re sources):
  857   # (This is  enabled b y default  to allow t he Apache  "It Worked " page
  858   #  to be d istributed  in multip le languag es.)
  859   #
  860   AddHandler  type-map  var
  861  
  862   #
  863   # Filters  allow you  to process  content b efore it i s sent to  the client .
  864   #
  865   # To parse  .shtml fi les for se rver-side  includes ( SSI):
  866   # (You wil l also nee d to add " Includes"  to the "Op tions" dir ective.)
  867   #
  868   AddType te xt/html .s html
  869   AddOutputF ilter INCL UDES .shtm l
  870  
  871   #
  872   # Action l ets you de fine media  types tha t will exe cute a scr ipt whenev er
  873   # a matchi ng file is  called. T his elimin ates the n eed for re peated URL
  874   # pathname s for oft- used CGI f ile proces sors.
  875   # Format:  Action med ia/type /c gi-script/ location
  876   # Format:  Action han dler-name  /cgi-scrip t/location
  877   #
  878  
  879   #
  880   # Customiz able error  responses  come in t hree flavo rs:
  881   # 1) plain  text 2) l ocal redir ects 3) ex ternal red irects
  882   #
  883   # Some exa mples:
  884   #ErrorDocu ment 500 " The server  made a bo o boo."
  885   #ErrorDocu ment 404 / missing.ht ml
  886   #ErrorDocu ment 404 " /cgi-bin/m issing_han dler.pl"
  887   #ErrorDocu ment 402 h ttp://www. example.co m/subscrip tion_info. html
  888   #
  889  
  890   #
  891   # Putting  this all t ogether, w e can inte rnationali ze error r esponses.
  892   #
  893   # We use A lias to re direct any  /error/HT TP_<error> .html.var  response t o
  894   # our coll ection of  by-error m essage mul ti-languag e collecti ons.  We u se
  895   # includes  to substi tute the a ppropriate  text.
  896   #
  897   # You can  modify the  messages'  appearanc e without  changing a ny of the
  898   # default  HTTP_<erro r>.html.va r files by  adding th e line:
  899   #
  900   #   Alias  /error/inc lude/ "/yo ur/include /path/"
  901   #
  902   # which al lows you t o create y our own se t of files  by starti ng with th e
  903   # /var/www /error/inc lude/ file s and
  904   # copying  them to /y our/includ e/path/, e ven on a p er-Virtual Host basis .
  905   #
  906  
  907   Alias /err or/ "/var/ www/error/ "
  908  
  909   <IfModule  mod_negoti ation.c>
  910   <IfModule  mod_includ e.c>
  911       <Direc tory "/var /www/error ">
  912           Al lowOverrid e None
  913           Op tions Incl udesNoExec
  914           Ad dOutputFil ter Includ es html
  915           Ad dHandler t ype-map va r
  916           Or der allow, deny
  917           Al low from a ll
  918           La nguagePrio rity en es  de fr
  919           Fo rceLanguag ePriority  Prefer Fal lback
  920       </Dire ctory>
  921  
  922   #    Error Document 4 00 /error/ HTTP_BAD_R EQUEST.htm l.var
  923   #    Error Document 4 01 /error/ HTTP_UNAUT HORIZED.ht ml.var
  924   #    Error Document 4 03 /error/ HTTP_FORBI DDEN.html. var
  925   #    Error Document 4 04 /error/ HTTP_NOT_F OUND.html. var
  926   #    Error Document 4 05 /error/ HTTP_METHO D_NOT_ALLO WED.html.v ar
  927   #    Error Document 4 08 /error/ HTTP_REQUE ST_TIME_OU T.html.var
  928   #    Error Document 4 10 /error/ HTTP_GONE. html.var
  929   #    Error Document 4 11 /error/ HTTP_LENGT H_REQUIRED .html.var
  930   #    Error Document 4 12 /error/ HTTP_PRECO NDITION_FA ILED.html. var
  931   #    Error Document 4 13 /error/ HTTP_REQUE ST_ENTITY_ TOO_LARGE. html.var
  932   #    Error Document 4 14 /error/ HTTP_REQUE ST_URI_TOO _LARGE.htm l.var
  933   #    Error Document 4 15 /error/ HTTP_UNSUP PORTED_MED IA_TYPE.ht ml.var
  934   #    Error Document 5 00 /error/ HTTP_INTER NAL_SERVER _ERROR.htm l.var
  935   #    Error Document 5 01 /error/ HTTP_NOT_I MPLEMENTED .html.var
  936   #    Error Document 5 02 /error/ HTTP_BAD_G ATEWAY.htm l.var
  937   #    Error Document 5 03 /error/ HTTP_SERVI CE_UNAVAIL ABLE.html. var
  938   #    Error Document 5 06 /error/ HTTP_VARIA NT_ALSO_VA RIES.html. var
  939  
  940   </IfModule >
  941   </IfModule >
  942  
  943   #
  944   # The foll owing dire ctives mod ify normal  HTTP resp onse behav ior to
  945   # handle k nown probl ems with b rowser imp lementatio ns.
  946   #
  947   BrowserMat ch "Mozill a/2" nokee palive
  948   BrowserMat ch "MSIE 4 \.0b2;" no keepalive  downgrade- 1.0 force- response-1 .0
  949   BrowserMat ch "RealPl ayer 4\.0"  force-res ponse-1.0
  950   BrowserMat ch "Java/1 \.0" force -response- 1.0
  951   BrowserMat ch "JDK/1\ .0" force- response-1 .0
  952  
  953   #
  954   # The foll owing dire ctive disa bles redir ects on no n-GET requ ests for
  955   # a direct ory that d oes not in clude the  trailing s lash.  Thi s fixes a
  956   # problem  with Micro soft WebFo lders whic h does not  appropria tely handl e
  957   # redirect s for fold ers with D AV methods .
  958   # Same dea l with App le's DAV f ilesystem  and Gnome  VFS suppor t for DAV.
  959   #
  960   BrowserMat ch "Micros oft Data A ccess Inte rnet Publi shing Prov ider" redi rect-caref ully
  961   BrowserMat ch "MS Fro ntPage" re direct-car efully
  962   BrowserMat ch "^WebDr ive" redir ect-carefu lly
  963   BrowserMat ch "^WebDA VFS/1.[012 3]" redire ct-careful ly
  964   BrowserMat ch "^gnome -vfs/1.0"  redirect-c arefully
  965   BrowserMat ch "^XML S py" redire ct-careful ly
  966   BrowserMat ch "^Dream weaver-Web DAV-SCM1"  redirect-c arefully
  967  
  968   #
  969   # Allow se rver statu s reports  generated  by mod_sta tus,
  970   # with the  URL of ht tp://serve rname/serv er-status
  971   # Change t he ".examp le.com" to  match you r domain t o enable.
  972   #
  973   #<Location  /server-s tatus>
  974   #    SetHa ndler serv er-status
  975   #    Order  deny,allo w
  976   #    Deny  from all
  977   #    Allow  from .exa mple.com
  978   #</Locatio n>
  979  
  980   #
  981   # Allow re mote serve r configur ation repo rts, with  the URL of
  982   #  http:// servername /server-in fo (requir es that mo d_info.c b e loaded).
  983   # Change t he ".examp le.com" to  match you r domain t o enable.
  984   #
  985   #<Location  /server-i nfo>
  986   #    SetHa ndler serv er-info
  987   #    Order  deny,allo w
  988   #    Deny  from all
  989   #    Allow  from .exa mple.com
  990   #</Locatio n>
  991  
  992   #
  993   # Proxy Se rver direc tives. Unc omment the  following  lines to
  994   # enable t he proxy s erver:
  995   #
  996   #<IfModule  mod_proxy .c>
  997   #ProxyRequ ests On
  998   #
  999   #<Proxy *>
  1000   #    Order  deny,allo w
  1001   #    Deny  from all
  1002   #    Allow  from .exa mple.com
  1003   #</Proxy>
  1004  
  1005   #
  1006   # Enable/d isable the  handling  of HTTP/1. 1 "Via:" h eaders.
  1007   # ("Full"  adds the s erver vers ion; "Bloc k" removes  all outgo ing Via: h eaders)
  1008   # Set to o ne of: Off  | On | Fu ll | Block
  1009   #
  1010   #ProxyVia  On
  1011  
  1012   #
  1013   # To enabl e a cache  of proxied  content,  uncomment  the follow ing lines.
  1014   # See http ://httpd.a pache.org/ docs/2.2/m od/mod_cac he.html fo r more det ails.
  1015   #
  1016   #<IfModule  mod_disk_ cache.c>
  1017   #   CacheE nable disk  /
  1018   #   CacheR oot "/var/ cache/mod_ proxy"
  1019   #</IfModul e>
  1020   #
  1021  
  1022   #</IfModul e>
  1023   # End of p roxy direc tives.
  1024  
  1025   ### Sectio n 3: Virtu al Hosts
  1026   #
  1027   # VirtualH ost: If yo u want to  maintain m ultiple do mains/host names on y our
  1028   # machine  you can se tup Virtua lHost cont ainers for  them. Mos t configur ations
  1029   # use only  name-base d virtual  hosts so t he server  doesn't ne ed to worr y about
  1030   # IP addre sses. This  is indica ted by the  asterisks  in the di rectives b elow.
  1031   #
  1032   # Please s ee the doc umentation  at
  1033   # <URL:htt p://httpd. apache.org /docs/2.2/ vhosts/>
  1034   # for furt her detail s before y ou try to  setup virt ual hosts.
  1035   #
  1036   # You may  use the co mmand line  option '- S' to veri fy your vi rtual host
  1037   # configur ation.
  1038  
  1039   #
  1040   # Use name -based vir tual hosti ng.
  1041   #
  1042   #NameVirtu alHost *:8 0
  1043   #
  1044   # NOTE: Na meVirtualH ost cannot  be used w ithout a p ort specif ier
  1045   # (e.g. :8 0) if mod_ ssl is bei ng used, d ue to the  nature of  the
  1046   # SSL prot ocol.
  1047   #
  1048  
  1049   #
  1050   # VirtualH ost exampl e:
  1051   # Almost a ny Apache  directive  may go int o a Virtua lHost cont ainer.
  1052   # The firs t VirtualH ost sectio n is used  for reques ts without  a known
  1053   # server n ame.
  1054   #
  1055   #<VirtualH ost *:80>
  1056   #    Serve rAdmin web master@dum my-host.ex ample.com
  1057   #    Docum entRoot /w ww/docs/du mmy-host.e xample.com
  1058   #    Serve rName dumm y-host.exa mple.com
  1059   #    Error Log logs/d ummy-host. example.co m-error_lo g
  1060   #    Custo mLog logs/ dummy-host .example.c om-access_ log common
  1061   #</Virtual Host>
  1062   # This ent ry support  the abili ty for Tra ceEnable.  It should  be set to  "off" for
  1063   # security  purposes.
  1064     TraceEna ble off
  1065   # Limit ht tp request . Set to 1 5M for sec urity purp oses
  1066     LimitReq uestBody 1 5000000
  1067   PerlRequir e /etc/htt pd/scripts /startup.p l
  1068   PerlRequir e /etc/htt pd/scripts /constants .pl
  1069   <Location  /git/>
  1070     PerlFixu pHandler P risme::Val idateHeade r
  1071   </Location >
  1072  
  1073   <Location  /nexus/>
  1074     PerlFixu pHandler P risme::Val idateHeade r
  1075   </Location >
  1076  
  1077   <Location  /jenkins/>
  1078     PerlFixu pHandler P risme::Val idateHeade r
  1079   </Location >