/etc/httpd/conf/httpd.conf.20150602:# **Listen** : Allows you to bind Apache to specific IP addresses and/or
/etc/httpd/conf/httpd.conf.20150602:# ports, instead of the default. See also the < **VirtualHost** >
/etc/httpd/conf/httpd.conf.20150602:# Change this to **Listen** on specific IP addresses as shown below to
/etc/httpd/conf/httpd.conf.20150602:# **Listen** 12.34.56.78:80
/etc/httpd/conf/httpd.conf.20150602: **Listen** 80
/etc/httpd/conf/httpd.conf.20150602: **Include** conf.modules.d/*.conf
/etc/httpd/conf/httpd.conf.20150602:# < **VirtualHost** > definition. These values also provide defaults for
/etc/httpd/conf/httpd.conf.20150602:# any < **VirtualHost** > containers you may define later in the file.
/etc/httpd/conf/httpd.conf.20150602:# All of these directives may appear inside < **VirtualHost** > containers,
/etc/httpd/conf/httpd.conf.20150602:# **ServerName** gives the name and port that the server uses to identify itself.
/etc/httpd/conf/httpd.conf.20150602:# **ServerName** www.example.com:80
/etc/httpd/conf/httpd.conf.20150602: # Indexes **Include** s FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
/etc/httpd/conf/httpd.conf.20150602:# If you do not specify an ErrorLog directive within a < **VirtualHost** >
/etc/httpd/conf/httpd.conf.20150602:# logged here. If you *do* define an error logfile for a < **VirtualHost** >
/etc/httpd/conf/httpd.conf.20150602:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/conf/httpd.conf.20150602: # If you do not define any access logfiles within a < **VirtualHost** >
/etc/httpd/conf/httpd.conf.20150602: # define per-< **VirtualHost** > access logfiles, transactions will be
/etc/httpd/conf/httpd.conf.20150602: # If you **include** a trailing / on /webpath then the server will
/etc/httpd/conf/httpd.conf.20150602: # To parse .shtml files for server-side **include** s (SSI):
/etc/httpd/conf/httpd.conf.20150602: # (You will also need to add " **Include** s" to the "Options" directive.)
/etc/httpd/conf/httpd.conf.20150602: AddOutputFilter **INCLUDE** S .shtml
/etc/httpd/conf/httpd.conf.20150602: **Include** Optional conf.d/*.conf
/etc/httpd/conf/httpd.conf:# **Listen** : Allows you to bind Apache to specific IP addresses and/or
/etc/httpd/conf/httpd.conf:# ports, instead of the default. See also the < **VirtualHost** >
/etc/httpd/conf/httpd.conf:# Change this to **Listen** on specific IP addresses as shown below to
/etc/httpd/conf/httpd.conf:# **Listen** 12.34.56.78:80
/etc/httpd/conf/httpd.conf: **Listen** 80
/etc/httpd/conf/httpd.conf: **Include** conf.modules.d/*.conf
/etc/httpd/conf/httpd.conf:# < **VirtualHost** > definition. These values also provide defaults for
/etc/httpd/conf/httpd.conf:# any < **VirtualHost** > containers you may define later in the file.
/etc/httpd/conf/httpd.conf:# All of these directives may appear inside < **VirtualHost** > containers,
/etc/httpd/conf/httpd.conf:# **ServerName** gives the name and port that the server uses to identify itself.
/etc/httpd/conf/httpd.conf: **ServerName** herproject.org:80
/etc/httpd/conf/httpd.conf: # Indexes **Include** s FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
/etc/httpd/conf/httpd.conf:# If you do not specify an ErrorLog directive within a < **VirtualHost** >
/etc/httpd/conf/httpd.conf:# logged here. If you *do* define an error logfile for a < **VirtualHost** >
/etc/httpd/conf/httpd.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/conf/httpd.conf: # If you do not define any access logfiles within a < **VirtualHost** >
/etc/httpd/conf/httpd.conf: # define per-< **VirtualHost** > access logfiles, transactions will be
/etc/httpd/conf/httpd.conf: # If you **include** a trailing / on /webpath then the server will
/etc/httpd/conf/httpd.conf: # To parse .shtml files for server-side **include** s (SSI):
/etc/httpd/conf/httpd.conf: # (You will also need to add " **Include** s" to the "Options" directive.)
/etc/httpd/conf/httpd.conf: AddOutputFilter **INCLUDE** S .shtml
/etc/httpd/conf/httpd.conf: **Include** Optional conf.d/*.conf
/etc/httpd/conf/httpd.conf: **Include** vhost.d/*.conf
/etc/httpd/conf.modules.d/00-base.conf:# This file loads most of the modules **include** d with the Apache HTTP
/etc/httpd/conf.modules.d/00-base.conf:LoadModule **include** _module modules/mod_ **include** .so
/etc/httpd/conf.d/ssl.conf.bak:# When we also provide SSL we have to **listen** to the
/etc/httpd/conf.d/ssl.conf.bak: **Listen** 443 https
/etc/httpd/conf.d/ssl.conf.bak:< **VirtualHost** _default_:443>
/etc/httpd/conf.d/ssl.conf.bak:# **ServerName** www.example.com:443
/etc/httpd/conf.d/ssl.conf.bak:# Point **SSLCert** ificateFile at a PEM encoded certificate. If
/etc/httpd/conf.d/ssl.conf.bak: **SSLCert** ificateFile /etc/pki/tls/certs/localhost.crt
/etc/httpd/conf.d/ssl.conf.bak: **SSLCert** ificateKeyFile /etc/pki/tls/private/localhost.key
/etc/httpd/conf.d/ssl.conf.bak:# Point **SSLCert** ificateChainFile at a file containing the
/etc/httpd/conf.d/ssl.conf.bak:# the referenced file can be the same as **SSLCert** ificateFile
/etc/httpd/conf.d/ssl.conf.bak:# **SSLCert** ificateChainFile /etc/pki/tls/certs/server-chain.crt
/etc/httpd/conf.d/ssl.conf.bak:</ **VirtualHost** >
/etc/httpd/conf.d/ssl.conf:# When we also provide SSL we have to **listen** to the
/etc/httpd/conf.d/ssl.conf: **Listen** 443 https
/etc/httpd/conf.d/ssl.conf:< **VirtualHost** *:443>
/etc/httpd/conf.d/ssl.conf: **ServerName** herproject.org:443
/etc/httpd/conf.d/ssl.conf: **ServerAlias** www.herproject.org:443
/etc/httpd/conf.d/ssl.conf:# Point **SSLCert** ificateFile at a PEM encoded certificate. If
/etc/httpd/conf.d/ssl.conf: **SSLCert** ificateFile /etc/letsencrypt/live/herproject.org/cert.pem
/etc/httpd/conf.d/ssl.conf: **SSLCert** ificateKeyFile /etc/letsencrypt/live/herproject.org/privkey.pem
/etc/httpd/conf.d/ssl.conf:# Point **SSLCert** ificateChainFile at a file containing the
/etc/httpd/conf.d/ssl.conf:# the referenced file can be the same as **SSLCert** ificateFile
/etc/httpd/conf.d/ssl.conf: **SSLCert** ificateChainFile /etc/letsencrypt/live/herproject.org/chain.pem
/etc/httpd/conf.d/ssl.conf:</ **VirtualHost** >
/etc/httpd/conf.d/ssl.conf.20180205.bak:# When we also provide SSL we have to **listen** to the
/etc/httpd/conf.d/ssl.conf.20180205.bak: **Listen** 443 https
/etc/httpd/conf.d/ssl.conf.20180205.bak:< **VirtualHost** *:443>
/etc/httpd/conf.d/ssl.conf.20180205.bak: **ServerName** herproject.org:443
/etc/httpd/conf.d/ssl.conf.20180205.bak: **ServerAlias** www.herproject.org:443
/etc/httpd/conf.d/ssl.conf.20180205.bak:# Point **SSLCert** ificateFile at a PEM encoded certificate. If
/etc/httpd/conf.d/ssl.conf.20180205.bak: **SSLCert** ificateFile /etc/letsencrypt/live/herproject.org/cert.pem
/etc/httpd/conf.d/ssl.conf.20180205.bak: **SSLCert** ificateKeyFile /etc/letsencrypt/live/herproject.org/privkey.pem
/etc/httpd/conf.d/ssl.conf.20180205.bak:# Point **SSLCert** ificateChainFile at a file containing the
/etc/httpd/conf.d/ssl.conf.20180205.bak:# the referenced file can be the same as **SSLCert** ificateFile
/etc/httpd/conf.d/ssl.conf.20180205.bak: **SSLCert** ificateChainFile /etc/letsencrypt/live/herproject.org/chain.pem
/etc/httpd/conf.d/ssl.conf.20180205.bak:</ **VirtualHost** >
/etc/httpd/conf.d/userdir.conf: Options MultiViews Indexes SymLinksIfOwnerMatch **Include** sNoExec
/etc/httpd/conf.d/ssl.conf.201612.bak:# When we also provide SSL we have to **listen** to the
/etc/httpd/conf.d/ssl.conf.201612.bak: **Listen** 443 https
/etc/httpd/conf.d/ssl.conf.201612.bak:< **VirtualHost** *:443>
/etc/httpd/conf.d/ssl.conf.201612.bak: **ServerName** herproject.org:443
/etc/httpd/conf.d/ssl.conf.201612.bak: **ServerAlias** www.herproject.org:443
/etc/httpd/conf.d/ssl.conf.201612.bak:# Point **SSLCert** ificateFile at a PEM encoded certificate. If
/etc/httpd/conf.d/ssl.conf.201612.bak: **SSLCert** ificateFile /etc/httpd/ssl/herproject_org.crt
/etc/httpd/conf.d/ssl.conf.201612.bak: **SSLCert** ificateKeyFile /etc/httpd/ssl/herproject.org.key
/etc/httpd/conf.d/ssl.conf.201612.bak:# Point **SSLCert** ificateChainFile at a file containing the
/etc/httpd/conf.d/ssl.conf.201612.bak:# the referenced file can be the same as **SSLCert** ificateFile
/etc/httpd/conf.d/ssl.conf.201612.bak: **SSLCert** ificateChainFile /etc/httpd/ssl/herproject_org.ca
/etc/httpd/conf.d/ssl.conf.201612.bak:</ **VirtualHost** >
/etc/httpd/conf.d/autoindex.conf:# directory must **include** "Indexes", and the directory must not contain
/etc/httpd/conf.d/autoindex.conf:# We **include** the /icons/ alias for FancyIndexed directory listings. If
/etc/httpd/conf.d/autoindex.conf:# and not **include** in the listing. Shell-style wildcarding is permitted.
/etc/httpd/vhost.d/example.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/example.conf:# **ServerName** beta.bsr.org
/etc/httpd/vhost.d/example.conf:# **ServerAlias** beta.bsr.org
/etc/httpd/vhost.d/example.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/example.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/drcafta.bsr.org.old:< **VirtualHost** *:80>
/etc/httpd/vhost.d/drcafta.bsr.org.old: **ServerName** drcafta.bsr.org
/etc/httpd/vhost.d/drcafta.bsr.org.old:# **ServerAlias** www.drcafta.bsr.org
/etc/httpd/vhost.d/drcafta.bsr.org.old:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/drcafta.bsr.org.old:</ **VirtualHost** >
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf:< **VirtualHost** *:443>
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf: **ServerName** healthybusiness.bsr.org
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf: **ServerAlias** www.healthybusiness.bsr.org
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf: **SSLCert** ificateFile /etc/letsencrypt/live/healthybusiness.bsr.org/cert.pem
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf: **SSLCert** ificateKeyFile /etc/letsencrypt/live/healthybusiness.bsr.org/privkey.pem
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf: **Include** /etc/letsencrypt/options-ssl-apache.conf
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf: **SSLCert** ificateChainFile /etc/letsencrypt/live/healthybusiness.bsr.org/chain.pem
/etc/httpd/vhost.d/healthybusiness.bsr.org-le-ssl.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/archive.herproject.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/archive.herproject.org.conf: **ServerName** archive.herproject.org
/etc/httpd/vhost.d/archive.herproject.org.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/archive.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/www.herproject.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/www.herproject.org.conf: **ServerName** www.herproject.org
/etc/httpd/vhost.d/www.herproject.org.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/www.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/www.herproject.org.conf:< **VirtualHost** *:443>
/etc/httpd/vhost.d/www.herproject.org.conf: **ServerName** www.herproject.org
/etc/httpd/vhost.d/www.herproject.org.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/www.herproject.org.conf: **Include** /etc/letsencrypt/options-ssl-apache.conf
/etc/httpd/vhost.d/www.herproject.org.conf: **SSLCert** ificateFile /etc/letsencrypt/live/herproject.org/cert.pem
/etc/httpd/vhost.d/www.herproject.org.conf: **SSLCert** ificateKeyFile /etc/letsencrypt/live/herproject.org/privkey.pem
/etc/httpd/vhost.d/www.herproject.org.conf: **SSLCert** ificateChainFile /etc/letsencrypt/live/herproject.org/chain.pem
/etc/httpd/vhost.d/www.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/bsrherproject-portal.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/bsrherproject-portal.conf: **ServerName** dev.herprojectportal.zenb.us
/etc/httpd/vhost.d/bsrherproject-portal.conf: **ServerAlias** dev.herprojectportal.zenb.us
/etc/httpd/vhost.d/bsrherproject-portal.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/bsrherproject-portal.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/bsrherproject-portal.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/bsrherproject-portal.conf: **ServerName** prod.herprojectportal.zenb.us
/etc/httpd/vhost.d/bsrherproject-portal.conf: **ServerAlias** prod.herprojectportal.zenb.us
/etc/httpd/vhost.d/bsrherproject-portal.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/bsrherproject-portal.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/beta.herproject.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/beta.herproject.org.conf: **ServerName** beta.herproject.org
/etc/httpd/vhost.d/beta.herproject.org.conf: **ServerAlias** www.beta.herproject.org
/etc/httpd/vhost.d/beta.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/toolbuilder.herproject.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/toolbuilder.herproject.org.conf: **ServerName** toolbuilder.herproject.org
/etc/httpd/vhost.d/toolbuilder.herproject.org.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/toolbuilder.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/dev.portal.herproject.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/dev.portal.herproject.org.conf: **ServerName** dev.portal.herproject.org
/etc/httpd/vhost.d/dev.portal.herproject.org.conf:# **ServerAlias** www.portal.herproject.org
/etc/httpd/vhost.d/dev.portal.herproject.org.conf: # Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/dev.portal.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/dev.portal.herproject.org.conf:< **VirtualHost** *:443>
/etc/httpd/vhost.d/dev.portal.herproject.org.conf: **SSLCert** ificateFile "/etc/letsencrypt/live/herproject.org/cert.pem"
/etc/httpd/vhost.d/dev.portal.herproject.org.conf: **SSLCert** ificateKeyFile "/etc/letsencrypt/live/herproject.org/privkey.pem"
/etc/httpd/vhost.d/dev.portal.herproject.org.conf: **ServerName** dev.portal.herproject.org
/etc/httpd/vhost.d/dev.portal.herproject.org.conf:# **ServerAlias** www.dev.portal.herproject.org
/etc/httpd/vhost.d/dev.portal.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/staging.portal.herproject.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/staging.portal.herproject.org.conf: **ServerName** staging.portal.herproject.org
/etc/httpd/vhost.d/staging.portal.herproject.org.conf:# **ServerAlias** www.portal.herproject.org
/etc/httpd/vhost.d/staging.portal.herproject.org.conf: # Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/staging.portal.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/staging.portal.herproject.org.conf:< **VirtualHost** *:443>
/etc/httpd/vhost.d/staging.portal.herproject.org.conf: **SSLCert** ificateFile "/etc/letsencrypt/live/herproject.org/cert.pem"
/etc/httpd/vhost.d/staging.portal.herproject.org.conf: **SSLCert** ificateKeyFile "/etc/letsencrypt/live/herproject.org/privkey.pem"
/etc/httpd/vhost.d/staging.portal.herproject.org.conf: **ServerName** staging.portal.herproject.org
/etc/httpd/vhost.d/staging.portal.herproject.org.conf:# **ServerAlias** www.staging.portal.herproject.org
/etc/httpd/vhost.d/staging.portal.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/herproject.org-le-ssl.conf:< **VirtualHost** *:443>
/etc/httpd/vhost.d/herproject.org-le-ssl.conf: **ServerName** herproject.org
/etc/httpd/vhost.d/herproject.org-le-ssl.conf: **ServerAlias** www.herproject.org
/etc/httpd/vhost.d/herproject.org-le-ssl.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/herproject.org-le-ssl.conf: **Include** /etc/letsencrypt/options-ssl-apache.conf
/etc/httpd/vhost.d/herproject.org-le-ssl.conf: **SSLCert** ificateFile /etc/letsencrypt/live/herproject.org/cert.pem
/etc/httpd/vhost.d/herproject.org-le-ssl.conf: **SSLCert** ificateKeyFile /etc/letsencrypt/live/herproject.org/privkey.pem
/etc/httpd/vhost.d/herproject.org-le-ssl.conf: **SSLCert** ificateChainFile /etc/letsencrypt/live/herproject.org/chain.pem
/etc/httpd/vhost.d/herproject.org-le-ssl.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/herproject.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/herproject.org.conf: **ServerName** herproject.org
/etc/httpd/vhost.d/herproject.org.conf: # **ServerAlias** www.herproject.org
/etc/httpd/vhost.d/herproject.org.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/portal.herproject.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/portal.herproject.org.conf: **ServerName** portal.herproject.org
/etc/httpd/vhost.d/portal.herproject.org.conf:# **ServerAlias** www.portal.herproject.org
/etc/httpd/vhost.d/portal.herproject.org.conf: # Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/portal.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/portal.herproject.org.conf:< **VirtualHost** *:443>
/etc/httpd/vhost.d/portal.herproject.org.conf: **ServerName** portal.herproject.org
/etc/httpd/vhost.d/portal.herproject.org.conf: **ServerAlias** www.portal.herproject.org
/etc/httpd/vhost.d/portal.herproject.org.conf: **SSLCert** ificateFile /etc/letsencrypt/live/portal.herproject.org/cert.pem
/etc/httpd/vhost.d/portal.herproject.org.conf: **SSLCert** ificateKeyFile /etc/letsencrypt/live/portal.herproject.org/privkey.pem
/etc/httpd/vhost.d/portal.herproject.org.conf: **Include** /etc/letsencrypt/options-ssl-apache.conf
/etc/httpd/vhost.d/portal.herproject.org.conf: **SSLCert** ificateChainFile /etc/letsencrypt/live/portal.herproject.org/chain.pem
/etc/httpd/vhost.d/portal.herproject.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/ciyuan.bsr.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/ciyuan.bsr.org.conf: **ServerName** ciyuan.bsr.org
/etc/httpd/vhost.d/ciyuan.bsr.org.conf: **ServerAlias** www.ciyuan.bsr.org
/etc/httpd/vhost.d/ciyuan.bsr.org.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/ciyuan.bsr.org.conf:</ **VirtualHost** >
/etc/httpd/vhost.d/healthybusiness.bsr.org.conf:< **VirtualHost** *:80>
/etc/httpd/vhost.d/healthybusiness.bsr.org.conf: **ServerName** healthybusiness.bsr.org
/etc/httpd/vhost.d/healthybusiness.bsr.org.conf: **ServerAlias** www.healthybusiness.bsr.org
/etc/httpd/vhost.d/healthybusiness.bsr.org.conf:# Possible values **include** : debug, info, notice, warn, error, crit,
/etc/httpd/vhost.d/healthybusiness.bsr.org.conf:</ **VirtualHost** >