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

14.1 Files compared

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

14.2 Comparison summary

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

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

14.4 Active regular expressions

No regular expressions were active.

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