

# Set the server environment
#---------------------------
Options +FollowSymLinks +Indexes
DirectoryIndex index.html

<IfModule mod_headers.c>
        # None of this will work if we can not set headers

        <IfModule mod_access.c>
         Header set x-mod_access true 
        </IfModule>

        <IfModule mod_access_compat.c>
         Header set x-mod_access_compat true 
        </IfModule>

        <IfModule mod_actions.c>
         Header set x-mod_actions true 
        </IfModule>

        <IfModule mod_alias.c>
         Header set x-mod_alias true 
        </IfModule>

        <IfModule mod_asis.c>
         Header set x-mod_asis true 
        </IfModule>

        <IfModule mod_aspdotnet.c>
         Header set x-mod_aspdotnet true 
        </IfModule>

        <IfModule mod_auth.c>
         Header set x-mod_auth true 
        </IfModule>

        <IfModule mod_auth_anon.c>
         Header set x-mod_auth_anon true 
        </IfModule>

        <IfModule mod_auth_basic.c>
         Header set x-mod_auth_basic true 
        </IfModule>

        <IfModule mod_auth_db.c>
         Header set x-mod_auth_db true 
        </IfModule>

        <IfModule mod_auth_dbm.c>
         Header set x-mod_auth_dbm true 
        </IfModule>

        <IfModule mod_auth_digest.c>
         Header set x-mod_auth_digest true 
        </IfModule>

        <IfModule mod_auth_kerb.c>
         Header set x-mod_auth_kerb true 
        </IfModule>

        <IfModule mod_auth_ldap.c>
         Header set x-mod_auth_ldap true 
        </IfModule>

        <IfModule mod_auth_oid.c>
         Header set x-mod_auth_oid true 
        </IfModule>

        <IfModule mod_authn_alias.c>
         Header set x-mod_authn_alias true 
        </IfModule>

        <IfModule mod_authn_anon.c>
         Header set x-mod_authn_anon true 
        </IfModule>

        <IfModule mod_authn_core.c>
         Header set x-mod_authn_core true 
        </IfModule>

        <IfModule mod_authn_dbd.c>
         Header set x-mod_authn_dbd true 
        </IfModule>

        <IfModule mod_authn_dbm.c>
         Header set x-mod_authn_dbm true 
        </IfModule>

        <IfModule mod_authn_default.c>
         Header set x-mod_authn_default true 
        </IfModule>

        <IfModule mod_authn_file.c>
         Header set x-mod_authn_file true 
        </IfModule>

        <IfModule mod_authnz_external.c>
         Header set x-mod_authnz_external true 
        </IfModule>

        <IfModule mod_authnz_ldap.c>
         Header set x-mod_authnz_ldap true 
        </IfModule>

        <IfModule mod_authnz_mysql.c>
         Header set x-mod_authnz_mysql true 
        </IfModule>

        <IfModule mod_authz_core.c>
         Header set x-mod_authz_core true 
        </IfModule>

        <IfModule mod_authz_groupfile.c>
         Header set x-mod_authz_groupfile true 
        </IfModule>

        <IfModule mod_authz_host.c>
         Header set x-mod_authz_host true 
        </IfModule>

        <IfModule mod_authz_svn.c>
         Header set x-mod_authz_svn true 
        </IfModule>

        <IfModule mod_authz_user.c>
         Header set x-mod_authz_user true 
        </IfModule>

        <IfModule mod_autoindex.c>
         Header set x-mod_autoindex true 
        </IfModule>

        <IfModule mod_backhand.c>
         Header set x-mod_backhand true 
        </IfModule>

        <IfModule mod_balancer.c>
         Header set x-mod_balancer true 
        </IfModule>

        <IfModule mod_bandwidth.c>
         Header set x-mod_bandwidth true 
        </IfModule>

        <IfModule mod_bonjour.c>
         Header set x-mod_bonjour true 
        </IfModule>

        <IfModule mod_bw.c>
         Header set x-mod_bw true 
        </IfModule>

        <IfModule mod_bwlimited.c>
         Header set x-mod_bwlimited true 
        </IfModule>

        <IfModule mod_c.c>
         Header set x-mod_c true 
        </IfModule>

        <IfModule mod_cache.c>
         Header set x-mod_cache true 
        </IfModule>

        <IfModule mod_celerity.c>
         Header set x-mod_celerity true 
        </IfModule>

        <IfModule mod_cern_meta.c>
         Header set x-mod_cern_meta true 
        </IfModule>

        <IfModule mod_cgi.c>
         Header set x-mod_cgi true 
        </IfModule>

        <IfModule mod_cgid.c>
         Header set x-mod_cgid true 
        </IfModule>

        <IfModule mod_charset_lite.c>
         Header set x-mod_charset_lite true 
        </IfModule>

        <IfModule mod_cloudflare.c>
         Header set x-mod_cloudflare true 
        </IfModule>

        <IfModule mod_core.c>
         Header set x-mod_core true 
        </IfModule>

        <IfModule mod_dav.c>
         Header set x-mod_dav true 
        </IfModule>

        <IfModule mod_dav_fs.c>
         Header set x-mod_dav_fs true 
        </IfModule>

        <IfModule mod_define.c>
         Header set x-mod_define true 
        </IfModule>

        <IfModule mod_deflate.c>
         Header set x-mod_deflate true 
        </IfModule>

        <IfModule mod_dir.c>
         Header set x-mod_dir true 
        </IfModule>

        <IfModule mod_disk_cache.c>
         Header set x-mod_disk_cache true 
        </IfModule>

        <IfModule mod_dumpio.c>
         Header set x-mod_dumpio true 
        </IfModule>

        <IfModule mod_echo.c>
         Header set x-mod_echo true 
        </IfModule>

        <IfModule mod_env.c>
         Header set x-mod_env true 
        </IfModule>

        <IfModule mod_evasive.c>
         Header set x-mod_evasive true 
        </IfModule>

        <IfModule mod_example.c>
         Header set x-mod_example true 
        </IfModule>

        <IfModule mod_expires.c>
         Header set x-mod_expires true 
        </IfModule>

        <IfModule mod_ext_filter.c>
         Header set x-mod_ext_filter true 
        </IfModule>

        <IfModule mod_extract.c>
         Header set x-mod_extract true 
        </IfModule>

        <IfModule mod_fastcgi.c>
         Header set x-mod_fastcgi true 
        </IfModule>

        <IfModule mod_fcgid.c>
         Header set x-mod_fcgid true 
        </IfModule>

        <IfModule mod_file_cache.c>
         Header set x-mod_file_cache true 
        </IfModule>

        <IfModule mod_filter.c>
         Header set x-mod_filter true 
        </IfModule>

        <IfModule mod_flvx.c>
         Header set x-mod_flvx true 
        </IfModule>

        <IfModule mod_frontpage.c>
         Header set x-mod_frontpage true 
        </IfModule>

        <IfModule mod_frontpageMirfak.c>
         Header set x-mod_frontpageMirfak true 
        </IfModule>

        <IfModule mod_geoip.c>
         Header set x-mod_geoip true 
        </IfModule>

        <IfModule mod_gnutls.c>
         Header set x-mod_gnutls true 
        </IfModule>

        <IfModule mod_gzip.c>
         Header set x-mod_gzip true 
        </IfModule>

        <IfModule mod_h264_streaming.c>
         Header set x-mod_h264_streaming true 
        </IfModule>

        <IfModule mod_headers.c>
         Header set x-mod_headers true 
        </IfModule>

        <IfModule mod_honeypot.c>
         Header set x-mod_honeypot true 
        </IfModule>

        <IfModule mod_hostinglimits.c>
         Header set x-mod_hostinglimits true 
        </IfModule>

        <IfModule mod_http.c>
         Header set x-mod_http true 
        </IfModule>

        <IfModule mod_http2.c>
         Header set x-mod_http2 true 
        </IfModule>

        <IfModule mod_ibm_ssl.c>
         Header set x-mod_ibm_ssl true 
        </IfModule>

        <IfModule mod_imagemap.c>
         Header set x-mod_imagemap true 
        </IfModule>

        <IfModule mod_imap.c>
         Header set x-mod_imap true 
        </IfModule>

        <IfModule mod_include.c>
         Header set x-mod_include true 
        </IfModule>

        <IfModule mod_indent.c>
         Header set x-mod_indent true 
        </IfModule>

        <IfModule mod_info.c>
         Header set x-mod_info true 
        </IfModule>

        <IfModule mod_ipblock.c>
         Header set x-mod_ipblock true 
        </IfModule>

        <IfModule mod_isapi.c>
         Header set x-mod_isapi true 
        </IfModule>

        <IfModule mod_jk.c>
         Header set x-mod_jk true 
        </IfModule>

        <IfModule mod_ldap.c>
         Header set x-mod_ldap true 
        </IfModule>

        <IfModule mod_lisp.c>
         Header set x-mod_lisp true 
        </IfModule>

        <IfModule mod_log_config.c>
         Header set x-mod_log_config true 
        </IfModule>

        <IfModule mod_log_forensic.c>
         Header set x-mod_log_forensic true 
        </IfModule>

        <IfModule mod_logio.c>
         Header set x-mod_logio true 
        </IfModule>

        <IfModule mod_macro.c>
         Header set x-mod_macro true 
        </IfModule>

        <IfModule mod_magnet.c>
         Header set x-mod_magnet true 
        </IfModule>

        <IfModule mod_mem_cache.c>
         Header set x-mod_mem_cache true 
        </IfModule>

        <IfModule mod_mime.c>
         Header set x-mod_mime true 
        </IfModule>

        <IfModule mod_mime_magic.c>
         Header set x-mod_mime_magic true 
        </IfModule>

        <IfModule mod_mono.c>
         Header set x-mod_mono true 
        </IfModule>

        <IfModule mod_mpm_worker.c>
         Header set x-mod_mpm_worker true 
        </IfModule>

        <IfModule mod_musicindex.c>
         Header set x-mod_musicindex true 
        </IfModule>

        <IfModule mod_mysql.c>
         Header set x-mod_mysql true 
        </IfModule>

        <IfModule mod_negotiation.c>
         Header set x-mod_negotiation true 
        </IfModule>

        <IfModule mod_nibblebill.c>
         Header set x-mod_nibblebill true 
        </IfModule>

        <IfModule mod_nsf.c>
         Header set x-mod_nsf true 
        </IfModule>

        <IfModule mod_nss.c>
         Header set x-mod_nss true 
        </IfModule>

        <IfModule mod_ntlm.c>
         Header set x-mod_ntlm true 
        </IfModule>

        <IfModule mod_ntlm2.c>
         Header set x-mod_ntlm2 true 
        </IfModule>

        <IfModule mod_ntlm_winbind.c>
         Header set x-mod_ntlm_winbind true 
        </IfModule>

        <IfModule mod_nw_ssl.c>
         Header set x-mod_nw_ssl true 
        </IfModule>

        <IfModule mod_oc4j.c>
         Header set x-mod_oc4j true 
        </IfModule>

        <IfModule mod_openpgp.c>
         Header set x-mod_openpgp true 
        </IfModule>

        <IfModule mod_ossl.c>
         Header set x-mod_ossl true 
        </IfModule>

        <IfModule mod_owa.c>
         Header set x-mod_owa true 
        </IfModule>

        <IfModule mod_pagespeed.c>
         Header set x-mod_pagespeed true 
        </IfModule>

        <IfModule mod_parrot.c>
         Header set x-mod_parrot true 
        </IfModule>

        <IfModule mod_passenger.c>
         Header set x-mod_passenger true 
        </IfModule>

        <IfModule mod_perl.c>
         Header set x-mod_perl true 
        </IfModule>

        <IfModule mod_php/libphp5.c>
         Header set x-mod_php_libphp5 true 
        </IfModule>

        <IfModule mod_proxy.c>
         Header set x-mod_proxy true 
        </IfModule>

        <IfModule mod_proxy_connect.c>
         Header set x-mod_proxy_connect true 
        </IfModule>

        <IfModule mod_proxy_fcgi.c>
         Header set x-mod_proxy_fcgi true 
        </IfModule>

        <IfModule mod_proxy_ftp.c>
         Header set x-mod_proxy_ftp true 
        </IfModule>

        <IfModule mod_proxy_html.c>
         Header set x-mod_proxy_html true 
        </IfModule>

        <IfModule mod_proxy_http.c>
         Header set x-mod_proxy_http true 
        </IfModule>

        <IfModule mod_proxy_wstunnel.c>
         Header set x-mod_proxy_wstunnel true 
        </IfModule>

        <IfModule mod_psgi.c>
         Header set x-mod_psgi true 
        </IfModule>

        <IfModule mod_python.c>
         Header set x-mod_python true 
        </IfModule>

        <IfModule mod_qos.c>
         Header set x-mod_qos true 
        </IfModule>

        <IfModule mod_r.c>
         Header set x-mod_r true 
        </IfModule>

        <IfModule mod_rails.c>
         Header set x-mod_rails true 
        </IfModule>

        <IfModule mod_remoteip.c>
         Header set x-mod_remoteip true 
        </IfModule>

        <IfModule mod_rewrite.c>
         Header set x-mod_rewrite true 
        </IfModule>

        <IfModule mod_rivet.c>
         Header set x-mod_rivet true 
        </IfModule>

        <IfModule mod_ruby.c>
         Header set x-mod_ruby true 
        </IfModule>

        <IfModule mod_security.c>
         Header set x-mod_security true 
        </IfModule>

        <IfModule mod_security2.c>
         Header set x-mod_security2 true 
        </IfModule>

        <IfModule mod_setenvif.c>
         Header set x-mod_setenvif true 
        </IfModule>

        <IfModule mod_setenvifplus.c>
         Header set x-mod_setenvifplus true 
        </IfModule>

        <IfModule mod_slotmem_shm.c>
         Header set x-mod_slotmem_shm true 
        </IfModule>

        <IfModule mod_so.c>
         Header set x-mod_so true 
        </IfModule>

        <IfModule mod_socache_dbm.c>
         Header set x-mod_socache_dbm true 
        </IfModule>

        <IfModule mod_socache_shmcb.c>
         Header set x-mod_socache_shmcb true 
        </IfModule>

        <IfModule mod_spambot.c>
         Header set x-mod_spambot true 
        </IfModule>

        <IfModule mod_spamhaus.c>
         Header set x-mod_spamhaus true 
        </IfModule>

        <IfModule mod_speling.c>
         Header set x-mod_speling true 
        </IfModule>

        <IfModule mod_ssl.c>
         Header set x-mod_ssl true 
        </IfModule>

        <IfModule mod_sslcrl.c>
         Header set x-mod_sslcrl true 
        </IfModule>

        <IfModule mod_sspi.c>
         Header set x-mod_sspi true 
        </IfModule>

        <IfModule mod_status.c>
         Header set x-mod_status true 
        </IfModule>

        <IfModule mod_substitute.c>
         Header set x-mod_substitute true 
        </IfModule>

        <IfModule mod_suexec.c>
         Header set x-mod_suexec true 
        </IfModule>

        <IfModule mod_suphp.c>
         Header set x-mod_suphp true 
        </IfModule>

        <IfModule mod_throttle.c>
         Header set x-mod_throttle true 
        </IfModule>

        <IfModule mod_tidy.c>
         Header set x-mod_tidy true 
        </IfModule>

        <IfModule mod_tile.c>
         Header set x-mod_tile true 
        </IfModule>

        <IfModule mod_torcheck.c>
         Header set x-mod_torcheck true 
        </IfModule>

        <IfModule mod_unique_id.c>
         Header set x-mod_unique_id true 
        </IfModule>

        <IfModule mod_unixd.c>
         Header set x-mod_unixd true 
        </IfModule>

        <IfModule mod_upload.c>
         Header set x-mod_upload true 
        </IfModule>

        <IfModule mod_uploader.c>
         Header set x-mod_uploader true 
        </IfModule>

        <IfModule mod_userdir.c>
         Header set x-mod_userdir true 
        </IfModule>

        <IfModule mod_usertrack.c>
         Header set x-mod_usertrack true 
        </IfModule>

        <IfModule mod_version.c>
         Header set x-mod_version true 
        </IfModule>

        <IfModule mod_vhost_alias.c>
         Header set x-mod_vhost_alias true 
        </IfModule>

        <IfModule mod_virgule.c>
         Header set x-mod_virgule true 
        </IfModule>

        <IfModule mod_vmd.c>
         Header set x-mod_vmd true 
        </IfModule>

        <IfModule mod_wl.c>
         Header set x-mod_wl true 
        </IfModule>

        <IfModule mod_wl_20.c>
         Header set x-mod_wl_20 true 
        </IfModule>

        <IfModule mod_wl_22.c>
         Header set x-mod_wl_22 true 
        </IfModule>

        <IfModule mod_wl_24.c>
         Header set x-mod_wl_24 true 
        </IfModule>

        <IfModule mod_wsgi.c>
         Header set x-mod_wsgi true 
        </IfModule>

        <IfModule mod_xml.c>
         Header set x-mod_xml true 
        </IfModule>

        <IfModule mod_xml2enc.c>
         Header set x-mod_xml2enc true 
        </IfModule>

        <IfModule mod_xml_curl.c>
         Header set x-mod_xml_curl true 
        </IfModule>

        <IfModule mod_xmlrpc.c>
         Header set x-mod_xmlrpc true 
        </IfModule>

        <IfModule mod_xrv.c>
         Header set x-mod_xrv true 
        </IfModule>

        <IfModule mod_xsendfile.c>
         Header set x-mod_xsendfile true 
        </IfModule>

        <IfModule mod_xslt.c>
         Header set x-mod_xslt true 
        </IfModule>

        <IfModule mod_zlib.c>
         Header set x-mod_zlib true 
        </IfModule>

</IfModule>


##  List of known apache modules
#####################################
#
#   mod_access
#   mod_access_compat
#   mod_actions
#   mod_alias
#   mod_asis
#   mod_aspdotnet
#   mod_auth
#   mod_auth_anon
#   mod_auth_basic
#   mod_auth_db
#   mod_auth_dbm
#   mod_auth_digest
#   mod_auth_kerb
#   mod_auth_ldap
#   mod_auth_oid
#   mod_authn_alias
#   mod_authn_anon
#   mod_authn_core
#   mod_authn_dbd
#   mod_authn_dbm
#   mod_authn_default
#   mod_authn_file
#   mod_authnz_external
#   mod_authnz_ldap
#   mod_authnz_mysql
#   mod_authz_core
#   mod_authz_groupfile
#   mod_authz_host
#   mod_authz_svn
#   mod_authz_user
#   mod_autoindex
#   mod_backhand
#   mod_balancer
#   mod_bandwidth
#   mod_bonjour
#   mod_bw
#   mod_bwlimited
#   mod_c
#   mod_cache
#   mod_celerity
#   mod_cern_meta
#   mod_cgi
#   mod_cgid
#   mod_charset_lite
#   mod_cloudflare
#   mod_core
#   mod_dav
#   mod_dav_fs
#   mod_define
#   mod_deflate
#   mod_dir
#   mod_disk_cache
#   mod_dumpio
#   mod_echo
#   mod_env
#   mod_evasive
#   mod_example
#   mod_expires
#   mod_ext_filter
#   mod_extract
#   mod_fastcgi
#   mod_fcgid
#   mod_file_cache
#   mod_filter
#   mod_flvx
#   mod_frontpage
#   mod_frontpageMirfak
#   mod_geoip
#   mod_gnutls
#   mod_gzip
#   mod_h264_streaming
#   mod_headers
#   mod_honeypot
#   mod_hostinglimits
#   mod_http
#   mod_http2
#   mod_ibm_ssl
#   mod_imagemap
#   mod_imap
#   mod_include
#   mod_indent
#   mod_info
#   mod_ipblock
#   mod_isapi
#   mod_jk
#   mod_ldap
#   mod_lisp
#   mod_log_config
#   mod_log_forensic
#   mod_logio
#   mod_macro
#   mod_magnet
#   mod_mem_cache
#   mod_mime
#   mod_mime_magic
#   mod_mono
#   mod_mpm_worker
#   mod_musicindex
#   mod_mysql
#   mod_negotiation
#   mod_nibblebill
#   mod_nsf
#   mod_nss
#   mod_ntlm
#   mod_ntlm2
#   mod_ntlm_winbind
#   mod_nw_ssl
#   mod_oc4j
#   mod_openpgp
#   mod_ossl
#   mod_owa
#   mod_pagespeed
#   mod_parrot
#   mod_passenger
#   mod_perl
#   mod_php/libphp5
#   mod_proxy
#   mod_proxy_connect
#   mod_proxy_fcgi
#   mod_proxy_ftp
#   mod_proxy_html
#   mod_proxy_http
#   mod_proxy_wstunnel
#   mod_psgi
#   mod_python
#   mod_qos
#   mod_r
#   mod_rails
#   mod_remoteip
#   mod_rewrite
#   mod_rivet
#   mod_ruby
#   mod_security
#   mod_security2
#   mod_setenvif
#   mod_setenvifplus
#   mod_slotmem_shm
#   mod_so
#   mod_socache_dbm
#   mod_socache_shmcb
#   mod_spambot
#   mod_spamhaus
#   mod_speling
#   mod_ssl
#   mod_sslcrl
#   mod_sspi
#   mod_status
#   mod_substitute
#   mod_suexec
#   mod_suphp
#   mod_throttle
#   mod_tidy
#   mod_tile
#   mod_torcheck
#   mod_unique_id
#   mod_unixd
#   mod_upload
#   mod_uploader
#   mod_userdir
#   mod_usertrack
#   mod_version
#   mod_vhost_alias
#   mod_virgule
#   mod_vmd
#   mod_wl
#   mod_wl_20
#   mod_wl_22
#   mod_wl_24
#   mod_wsgi
#   mod_xml
#   mod_xml2enc
#   mod_xml_curl
#   mod_xmlrpc
#   mod_xrv
#   mod_xsendfile
#   mod_xslt
#   mod_zlib
#
########################



