54. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/16/2019 12:02:01 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

54.1 Files compared

# Location File Last Modified
1 Direct_DSM.zip\Direct_DSM\configurations\devtest\apache-httpd httpd.conf Tue Aug 13 17:30:06 2019 UTC
2 Direct_DSM.zip\Direct_DSM\configurations\devtest\apache-httpd httpd.conf Thu Aug 15 20:37:15 2019 UTC

54.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 1000
Changed 5 10
Inserted 0 0
Removed 0 0

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

54.4 Active regular expressions

No regular expressions were active.

54.5 Comparison detail

  1  
  2   #
  3   # This is  the main A pache HTTP  server co nfiguratio n file.  I t contains  the
  4   # configur ation dire ctives tha t give the  server it s instruct ions.
  5   # See <URL :http://ht tpd.apache .org/docs/ 2.4> for d etailed in formation.
  6   # In parti cular, see  
  7   # <URL:htt p://httpd. apache.org /docs/2.4/ mod/direct ives.html>
  8   # for a di scussion o f each con figuration  directive .
  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   # Configur ation and  logfile na mes: If th e filename s you spec ify for ma ny
  15   # of the s erver's co ntrol file s begin wi th "/" (or  "drive:/"  for Win32 ), the
  16   # server w ill use th at explici t path.  I f the file names do * not* begin
  17   # with "/" , the valu e of Serve rRoot is p repended - - so "logs /foo.log"
  18   # with Ser verRoot se t to "C:/P rogram Fil es (x86)/A pache Soft ware Found ation/Apac he2.4" wil l be inter preted by  the
  19   # server a s "C:/Prog ram Files  (x86)/Apac he Softwar e Foundati on/Apache2 .4/logs/fo o.log".
  20   #
  21   # NOTE: Wh ere filena mes are sp ecified, y ou must us e forward  slashes
  22   # instead  of backsla shes (e.g. , "c:/apac he" instea d of "c:\a pache").
  23   # If a dri ve letter  is omitted , the driv e on which  httpd.exe  is locate d
  24   # will be  used by de fault.  It  is recomm ended that  you alway s supply
  25   # an expli cit drive  letter in  absolute p aths to av oid confus ion.
  26  
  27   #
  28   # ServerRo ot: The to p of the d irectory t ree under  which the  server's
  29   # configur ation, err or, and lo g files ar e kept.
  30   #
  31   # Do not a dd a slash  at the en d of the d irectory p ath.  If y ou point
  32   # ServerRo ot at a no n-local di sk, be sur e to point  the LockF ile direct ive
  33   # at a loc al disk.   If you wis h to share  the same  ServerRoot  for multi ple
  34   # httpd da emons, you  will need  to change  at least  LockFile a nd PidFile .
  35   #
  36   ServerRoot  "C:/Progr am Files ( x86)/Apach e Software  Foundatio n/Apache2. 4"
  37   PidFile "C :/Program  Files (x86 )/Apache S oftware Fo undation/A pache2.4/l ogs/pid"
  38   ScoreBoard File "C:/P rogram Fil es (x86)/A pache Soft ware Found ation/Apac he2.4/logs /scoreboar d"
  39  
  40   #
  41   # Listen:  Allows you  to bind A pache to s pecific IP  addresses  and/or
  42   # ports, i nstead of  the defaul t. See als o the <Vir tualHost>
  43   # directiv e.
  44   #
  45   # Change t his to Lis ten on spe cific IP a ddresses a s shown be low to 
  46   # prevent  Apache fro m glomming  onto all  bound IP a ddresses.
  47   #
  48   #Listen 12 .34.56.78: 80
  49   Listen  IP                
  50  
  51   LDAPTruste dGlobalCer t CERT_DER  "C:\Progr am Files ( x86)\Apach e Software  Foundatio n\Apache2. 4\certs\CA .der"
  52   LDAPVerify ServerCert  Off
  53  
  54   #ServerTok ens
  55   ServerToke ns Prod
  56  
  57   #Keep Aliv e Timeout
  58   KeepAlive  On
  59   KeepAliveT imeout 600
  60   Timeout 60 0
  61  
  62   #Limit Req uests
  63   LimitReque stBody 214 7483647
  64   LimitReque stFields 3 2767
  65   LimitReque stFieldsiz e 8190
  66   LimitReque stLine 819 0
  67  
  68   ThreadsPer Child 150
  69   MaxConnect ionsPerChi ld 500
  70   ThreadLimi t 2000
  71  
  72   #
  73   # Dynamic  Shared Obj ect (DSO)  Support
  74   #
  75   # To be ab le to use  the functi onality of  a module  which was  built as a  DSO you
  76   # have to  place corr esponding  'LoadModul e' lines a t this loc ation so t he
  77   # directiv es contain ed in it a re actuall y availabl e _before_  they are  used.
  78   # Statical ly compile d modules  (those lis ted by 'ht tpd -l') d o not need
  79   # to be lo aded here.
  80   #
  81   # Example:
  82   # LoadModu le foo_mod ule module s/mod_foo. so
  83   #
  84   LoadModule  actions_m odule modu les/mod_ac tions.so
  85   LoadModule  alias_mod ule module s/mod_alia s.so
  86   LoadModule  asis_modu le modules /mod_asis. so
  87   LoadModule  auth_basi c_module m odules/mod _auth_basi c.so
  88   #LoadModul e auth_dig est_module  modules/m od_auth_di gest.so
  89   #LoadModul e authn_al ias_module  modules/m od_authn_a lias.so
  90   #LoadModul e authn_an on_module  modules/mo d_authn_an on.so
  91   #LoadModul e authn_db d_module m odules/mod _authn_dbd .so
  92   #LoadModul e authn_db m_module m odules/mod _authn_dbm .so
  93   LoadModule  authn_fil e_module m odules/mod _authn_fil e.so
  94   LoadModule  authnz_ld ap_module  modules/mo d_authnz_l dap.so
  95   #LoadModul e authz_db m_module m odules/mod _authz_dbm .so
  96   LoadModule  authz_gro upfile_mod ule module s/mod_auth z_groupfil e.so
  97   LoadModule  authz_hos t_module m odules/mod _authz_hos t.so
  98   #LoadModul e authz_ow ner_module  modules/m od_authz_o wner.so
  99   LoadModule  authz_cor e_module m odules/mod _authz_cor e.so
  100   LoadModule  authz_use r_module m odules/mod _authz_use r.so
  101   #LoadModul e autoinde x_module m odules/mod _autoindex .so
  102   #LoadModul e cache_mo dule modul es/mod_cac he.so
  103   #LoadModul e cern_met a_module m odules/mod _cern_meta .so
  104   LoadModule  cgi_modul e modules/ mod_cgi.so
  105   #LoadModul e charset_ lite_modul e modules/ mod_charse t_lite.so
  106   #LoadModul e dav_modu le modules /mod_dav.s o
  107   #LoadModul e dav_fs_m odule modu les/mod_da v_fs.so
  108   #LoadModul e dav_lock _module mo dules/mod_ dav_lock.s o
  109   #LoadModul e dbd_modu le modules /mod_dbd.s o
  110   #LoadModul e deflate_ module mod ules/mod_d eflate.so
  111   LoadModule  dir_modul e modules/ mod_dir.so
  112   #LoadModul e disk_cac he_module  modules/mo d_disk_cac he.so
  113   #LoadModul e dumpio_m odule modu les/mod_du mpio.so
  114   LoadModule  env_modul e modules/ mod_env.so
  115   #LoadModul e expires_ module mod ules/mod_e xpires.so
  116   #LoadModul e ext_filt er_module  modules/mo d_ext_filt er.so
  117   #LoadModul e file_cac he_module  modules/mo d_file_cac he.so
  118   #LoadModul e filter_m odule modu les/mod_fi lter.so
  119   LoadModule  headers_m odule modu les/mod_he aders.so
  120   #LoadModul e ident_mo dule modul es/mod_ide nt.so
  121   #LoadModul e imagemap _module mo dules/mod_ imagemap.s o
  122   LoadModule  include_m odule modu les/mod_in clude.so
  123   #LoadModul e info_mod ule module s/mod_info .so
  124   LoadModule  isapi_mod ule module s/mod_isap i.so
  125   LoadModule  ldap_modu le modules /mod_ldap. so
  126   #LoadModul e logio_mo dule modul es/mod_log io.so
  127   LoadModule  log_confi g_module m odules/mod _log_confi g.so
  128   #LoadModul e log_fore nsic_modul e modules/ mod_log_fo rensic.so
  129   LoadModule  mime_modu le modules /mod_mime. so
  130   #LoadModul e mime_mag ic_module  modules/mo d_mime_mag ic.so
  131   LoadModule  negotiati on_module  modules/mo d_negotiat ion.so
  132   #LoadModul e proxy_mo dule modul es/mod_pro xy.so
  133   #LoadModul e proxy_aj p_module m odules/mod _proxy_ajp .so
  134   #LoadModul e proxy_ba lancer_mod ule module s/mod_prox y_balancer .so
  135   #LoadModul e proxy_co nnect_modu le modules /mod_proxy _connect.s o
  136   #LoadModul e proxy_ft p_module m odules/mod _proxy_ftp .so
  137   #LoadModul e proxy_ht tp_module  modules/mo d_proxy_ht tp.so
  138   #LoadModul e proxy_sc gi_module  modules/mo d_proxy_sc gi.so
  139   #LoadModul e reqtimeo ut_module  modules/mo d_reqtimeo ut.so
  140   LoadModule  rewrite_m odule modu les/mod_re write.so
  141   LoadModule  setenvif_ module mod ules/mod_s etenvif.so
  142   #LoadModul e speling_ module mod ules/mod_s peling.so
  143   LoadModule  ssl_modul e modules/ mod_ssl.so
  144   LoadModule  status_mo dule modul es/mod_sta tus.so
  145   #LoadModul e substitu te_module  modules/mo d_substitu te.so
  146   LoadModule  unique_id _module mo dules/mod_ unique_id. so
  147   LoadModule  security2 _module mo dules/mod_ security2/ mod_securi ty2.so
  148   #LoadModul e userdir_ module mod ules/mod_u serdir.so
  149   #LoadModul e usertrac k_module m odules/mod _usertrack .so
  150   #LoadModul e version_ module mod ules/mod_v ersion.so
  151   #LoadModul e vhost_al ias_module  modules/m od_vhost_a lias.so
  152   LoadModule  php5_modu le "C:\Pro gram Files  (x86)\PHP \php5apach e2_4.dll"
  153  
  154   <IfModule  !mpm_netwa re_module>
  155   <IfModule  !mpm_winnt _module>
  156   #
  157   # If you w ish httpd  to run as  a differen t user or  group, you  must run
  158   # httpd as  root init ially and  it will sw itch.  
  159   #
  160   # User/Gro up: The na me (or #nu mber) of t he user/gr oup to run  httpd as.
  161   # It is us ually good  practice  to create  a dedicate d user and  group for
  162   # running  httpd, as  with most  system ser vices.
  163   #
  164   User daemo n
  165   Group daem on
  166  
  167   </IfModule >
  168   </IfModule >
  169  
  170   # 'Main' s erver conf iguration
  171   #
  172   # The dire ctives in  this secti on set up  the values  used by t he 'main'
  173   # server,  which resp onds to an y requests  that aren 't handled  by a
  174   # <Virtual Host> defi nition.  T hese value s also pro vide defau lts for
  175   # any <Vir tualHost>  containers  you may d efine late r in the f ile.
  176   #
  177   # All of t hese direc tives may  appear ins ide <Virtu alHost> co ntainers,
  178   # in which  case thes e default  settings w ill be ove rridden fo r the
  179   # virtual  host being  defined.
  180   #
  181  
  182   #
  183   # ServerAd min: Your  address, w here probl ems with t he server  should be
  184   # e-mailed .  This ad dress appe ars on som e server-g enerated p ages, such
  185   # as error  documents .  e.g. ad min@your-d omain.com
  186   #
  187   ServerAdmi n DNS.URL
  188  
  189   #
  190   # ServerNa me gives t he name an d port tha t the serv er uses to  identify  itself.
  191   # This can  often be  determined  automatic ally, but  we recomme nd you spe cify
  192   # it expli citly to p revent pro blems duri ng startup .
  193   #
  194   # If your  host doesn 't have a  registered  DNS name,  enter its  IP addres s here.
  195   #
  196   #ServerNam e DNS.URL: PORT
  197  
  198   #
  199   # Document Root: The  directory  out of whi ch you wil l serve yo ur
  200   # document s. By defa ult, all r equests ar e taken fr om this di rectory, b ut
  201   # symbolic  links and  aliases m ay be used  to point  to other l ocations.
  202   #
  203   DocumentRo ot "D:/htd ocs"
  204  
  205   #
  206   # Each dir ectory to  which Apac he has acc ess can be  configure d with res pect
  207   # to which  services  and featur es are all owed and/o r disabled  in that
  208   # director y (and its  subdirect ories). 
  209   #
  210   # First, w e configur e the "def ault" to b e a very r estrictive  set of 
  211   # features .  
  212   #
  213   <Directory  />
  214       Option s None
  215       AllowO verride No ne
  216       Requir e all deni ed
  217   </Director y>
  218  
  219   #
  220   # Note tha t from thi s point fo rward you  must speci fically al low
  221   # particul ar feature s to be en abled - so  if someth ing's not  working as
  222   # you migh t expect,  make sure  that you h ave specif ically ena bled it
  223   # below.
  224   #
  225  
  226   #
  227   # This sho uld be cha nged to wh atever you  set Docum entRoot to .
  228   #
  229   <Directory  "D:/htdoc s">
  230       #
  231       # Poss ible value s for the  Options di rective ar e "None",  "All",
  232       # or a ny combina tion of:
  233       #   In dexes Incl udes Follo wSymLinks  SymLinksIf OwnerMatch  ExecCGI M ultiViews
  234       #
  235       # Note  that "Mul tiViews" m ust be nam ed *explic itly* ---  "Options A ll"
  236       # does n't give i t to you.
  237       #
  238       # The  Options di rective is  both comp licated an d importan t.  Please  see
  239       # http ://httpd.a pache.org/ docs/2.4/m od/core.ht ml#options
  240       # for  more infor mation.
  241       #
  242       Option s +SymLink sIfOwnerMa tch -Index es -Follow SymLinks - Includes - Multiviews
  243  
  244       #
  245       # Allo wOverride  controls w hat direct ives may b e placed i n .htacces s files.
  246       # It c an be "All ", "None",  or any co mbination  of the key words:
  247       #   Op tions File Info AuthC onfig Limi t
  248       #
  249       AllowO verride Al l
  250  
  251       #
  252       # Cont rols who c an get stu ff from th is server.
  253       #
  254       Requir e all gran ted
  255  
  256       <Limit Except GET  POST OPTI ONS>
  257           Re quire all  denied
  258       </Limi tExcept>
  259   </Director y>
  260  
  261   #
  262   # Director yIndex: se ts the fil e that Apa che will s erve if a  directory
  263   # is reque sted.
  264   #
  265   <IfModule  dir_module >
  266       Direct oryIndex i ndex.php i ndex.html
  267   </IfModule >
  268  
  269   #
  270   # The foll owing line s prevent  .htaccess  and .htpas swd files  from being  
  271   # viewed b y Web clie nts. 
  272   #
  273   <FilesMatc h "^\.ht">
  274      Require  all denie d
  275   </FilesMat ch>
  276  
  277   #
  278   # ErrorLog : The loca tion of th e error lo g file.
  279   # If you d o not spec ify an Err orLog dire ctive with in a <Virt ualHost>
  280   # containe r, error m essages re lating to  that virtu al host wi ll be
  281   # logged h ere.  If y ou *do* de fine an er ror logfil e for a <V irtualHost >
  282   # containe r, that ho st's error s will be  logged the re and not  here.
  283   #
  284   ErrorLog " logs/error .log"
  285  
  286   #
  287   # LogLevel : Control  the number  of messag es logged  to the err or_log.
  288   # Possible  values in clude: deb ug, info,  notice, wa rn, error,  crit,
  289   # alert, e merg.
  290   #
  291   LogLevel d ebug
  292  
  293   <IfModule  log_config _module>
  294       #
  295       # The  following  directives  define so me format  nicknames  for use wi th
  296       # a Cu stomLog di rective (s ee below).
  297       #
  298       LogFor mat "%h %l  %u %t \"% r\" %>s %b  \"%{Refer er}i\" \"% {User-Agen t}i\"" com bined
  299       LogFor mat "%h %l  %u %t \"% r\" %>s %b " common
  300  
  301       <IfMod ule logio_ module>
  302         # Yo u need to  enable mod _logio.c t o use %I a nd %O
  303         LogF ormat "%h  %l %u %t \ "%r\" %>s  %b \"%{Ref erer}i\" \ "%{User-Ag ent}i\" %I  %O" combi nedio
  304       </IfMo dule>
  305  
  306       #
  307       # The  location a nd format  of the acc ess logfil e (Common  Logfile Fo rmat).
  308       # If y ou do not  define any  access lo gfiles wit hin a <Vir tualHost>
  309       # cont ainer, the y will be  logged her e.  Contra riwise, if  you *do*
  310       # defi ne per-<Vi rtualHost>  access lo gfiles, tr ansactions  will be
  311       # logg ed therein  and *not*  in this f ile.
  312       #
  313       Custom Log "logs/ access.log " common
  314  
  315       #
  316       # If y ou prefer  a logfile  with acces s, agent,  and refere r informat ion
  317       # (Com bined Logf ile Format ) you can  use the fo llowing di rective.
  318       #
  319       #Custo mLog "logs /access.lo g" combine d
  320   </IfModule >
  321  
  322   <IfModule  alias_modu le>
  323       #
  324       # Redi rect: Allo ws you to  tell clien ts about d ocuments t hat used t
  325       # exis t in your  server's n amespace,  but do not  anymore.  The client  
  326       # will  make a ne w request  for the do cument at  its new lo cation.
  327       # Exam ple:
  328         # Redirect  permanent  /foo http :// DNS . URL /bar
  329  
  330       #
  331       # Alia s: Maps we b paths in to filesys tem paths  and is use d to
  332       # acce ss content  that does  not live  under the  DocumentRo ot.
  333       # Exam ple:
  334       # Alia s /webpath  /full/fil esystem/pa th
  335       #
  336       # If y ou include  a trailin g / on /we bpath then  the serve r will
  337       # requ ire it to  be present  in the UR L.  You wi ll also li kely
  338       # need  to provid e a <Direc tory> sect ion to all ow access  to
  339       # the  filesystem  path.
  340  
  341       #
  342       # Scri ptAlias: T his contro ls which d irectories  contain s erver scri pts. 
  343       # Scri ptAliases  are essent ially the  same as Al iases, exc ept that
  344       # docu ments in t he target  directory  are treate d as appli cations an d
  345       # run  by the ser ver when r equested r ather than  as docume nts sent t o the
  346       # clie nt.  The s ame rules  about trai ling "/" a pply to Sc riptAlias
  347       # dire ctives as  to Alias.
  348       #
  349       Script Alias /cgi -bin/ "C:/ Program Fi les (x86)/ Apache Sof tware Foun dation/Apa che2.4/cgi -bin/"
  350  
  351   </IfModule >
  352  
  353   <IfModule  cgid_modul e>
  354       #
  355       # Scri ptSock: On  threaded  servers, d esignate t he path to  the UNIX
  356       # sock et used to  communica te with th e CGI daem on of mod_ cgid.
  357       #
  358       #Scrip tsock logs /cgisock
  359   </IfModule >
  360  
  361   #
  362   # "C:/Prog ram Files  (x86)/Apac he Softwar e Foundati on/Apache2 .4/cgi-bin " should b e changed  to whateve r your Scr iptAliased
  363   # CGI dire ctory exis ts, if you  have that  configure d.
  364   #
  365   <Directory  "C:/Progr am Files ( x86)/Apach e Software  Foundatio n/Apache2. 4/cgi-bin" >
  366       AllowO verride No ne
  367       Option s None
  368           Re quire all  granted
  369   </Director y>
  370  
  371   <IfModule  mime_modul e>
  372       #
  373       # Type sConfig po ints to th e file con taining th e list of  mappings f rom
  374       # file name exten sion to MI ME-type.
  375       #
  376       TypesC onfig conf /mime.type s
  377  
  378       #
  379       # AddT ype allows  you to ad d to or ov erride the  MIME conf iguration
  380       # file  specified  in TypesC onfig for  specific f ile types.
  381       #
  382       #AddTy pe applica tion/x-gzi p .tgz
  383       #
  384       # AddE ncoding al lows you t o have cer tain brows ers uncomp ress
  385       # info rmation on  the fly.  Note: Not  all browse rs support  this.
  386       #
  387       #AddEn coding x-c ompress .Z
  388       #AddEn coding x-g zip .gz .t gz
  389       #
  390       # If t he AddEnco ding direc tives abov e are comm ented-out,  then you
  391       # prob ably shoul d define t hose exten sions to i ndicate me dia types:
  392       #
  393       AddTyp e applicat ion/x-comp ress .Z
  394       AddTyp e applicat ion/x-gzip  .gz .tgz
  395       AddTyp e applicat ion/x-http d-php .php
  396  
  397       #
  398       # AddH andler all ows you to  map certa in file ex tensions t o "handler s":
  399       # acti ons unrela ted to fil etype. The se can be  either bui lt into th e server
  400       # or a dded with  the Action  directive  (see belo w)
  401       #
  402       # To u se CGI scr ipts outsi de of Scri ptAliased  directorie s:
  403       # (You  will also  need to a dd "ExecCG I" to the  "Options"  directive. )
  404       #
  405       #AddHa ndler cgi- script .cg i
  406  
  407       # For  type maps  (negotiate d resource s):
  408       #AddHa ndler type -map var
  409       Option s None
  410       #
  411       # Filt ers allow  you to pro cess conte nt before  it is sent  to the cl ient.
  412       #
  413       # To p arse .shtm l files fo r server-s ide includ es (SSI):
  414       # (You  will also  need to a dd "Includ es" to the  "Options"  directive .)
  415       #
  416       #AddTy pe text/ht ml .shtml
  417       #AddOu tputFilter  INCLUDES  .shtml
  418   </IfModule >
  419  
  420   #
  421   # The mod_ mime_magic  module al lows the s erver to u se various  hints fro m the
  422   # contents  of the fi le itself  to determi ne its typ e.  The MI MEMagicFil e
  423   # directiv e tells th e module w here the h int defini tions are  located.
  424   #
  425   #MIMEMagic File conf/ magic
  426  
  427   #
  428   # Customiz able error  responses  come in t hree flavo rs:
  429   # 1) plain  text 2) l ocal redir ects 3) ex ternal red irects
  430   #
  431   # Some exa mples:
  432   #ErrorDocu ment 500 " The server  made a bo o boo."
  433   #ErrorDocu ment 404 / missing.ht ml
  434   #ErrorDocu ment 404 " /cgi-bin/m issing_han dler.pl"
  435   #ErrorDocu ment 402 h ttp:// DNS . URL /subscript ion_info.h tml
  436   #
  437  
  438   #
  439   # MaxRange s: Maximum  number of  Ranges in  a request  before
  440   # returnin g the enti re resourc e, or 0 fo r unlimite d
  441   # Default  setting is  to accept  200 Range s
  442   #MaxRanges  0
  443  
  444   #
  445   # EnableMM AP and Ena bleSendfil e: On syst ems that s upport it,  
  446   # memory-m apping or  the sendfi le syscall  is used t o deliver
  447   # files.   This usual ly improve s server p erformance , but must
  448   # be turne d off when  serving f rom networ ked-mounte
  449   # filesyst ems or if  support fo r these fu nctions is  otherwise
  450   # broken o n your sys tem.
  451   #
  452   #EnableMMA P off
  453   #EnableSen dfile off
  454  
  455   #Enable or  Disable H TTP TRACE
  456   TraceEnabl e Off
  457  
  458   # Suppleme ntal confi guration
  459   #
  460   # The conf iguration  files in t he conf/ex tra/ direc tory can b
  461   # included  to add ex tra featur es or to m odify the  default co nfiguratio n of 
  462   # the serv er, or you  may simpl y copy the ir content s here and  change as  
  463   # necessar y.
  464  
  465   # Server-p ool manage ment (MPM  specific)
  466   #Include c onf/extra/ httpd-mpm. conf
  467  
  468   # Multi-la nguage err or message s
  469   #Include c onf/extra/ httpd-mult ilang-erro rdoc.conf
  470  
  471   # Fancy di rectory li stings
  472   #Include c onf/extra/ httpd-auto index.conf
  473  
  474   # Language  settings
  475   #Include c onf/extra/ httpd-lang uages.conf
  476  
  477   # User hom e director ies
  478   #Include c onf/extra/ httpd-user dir.conf
  479  
  480   # Real-tim e info on  requests a nd configu ration
  481   #Include c onf/extra/ httpd-info .conf
  482  
  483   # Virtual  hosts
  484   Include co nf/extra/h ttpd-vhost s.conf
  485  
  486   # Local ac cess to th e Apache H TTP Server  Manual
  487   #Include c onf/extra/ httpd-manu al.conf
  488  
  489   # Distribu ted author ing and ve rsioning ( WebDAV)
  490   #Include c onf/extra/ httpd-dav. conf
  491  
  492   # Various  default se ttings
  493   #Include c onf/extra/ httpd-defa ult.conf
  494  
  495   # Secure ( SSL/TLS) c onnections
  496   #Include c onf/extra/ httpd-ssl. conf
  497   #
  498   # Note: Th e followin g must mus t be prese nt to supp ort
  499   #       st arting wit hout SSL o n platform s with no  /dev/rando m equivale nt
  500   #       bu t a static ally compi led-in mod _ssl.
  501   #
  502   <IfModule  ssl_module >
  503   SSLRandomS eed startu p builtin
  504   SSLRandomS eed connec t builtin
  505   </IfModule >