# Virtual Hosts
#
# Required modules: mod_log_config
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
#
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any block.
#
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/wwwbin/"
ServerName wwwbin.com
ErrorLog "logs/wwwbin.com-error.log"
#ServerAlias www.wwwbin.com
SSLEngine on
SSLCertificateFile "${SRVROOT}/conf/server.crt"
#SSLCertificateFile c:/Apache24/ssl/wwwbin.crt
SSLCertificateKeyFile "${SRVROOT}/conf/server.key"
#SSLCertificateKeyFile c:/Apache24/ssl/wwwbin.key
SSLCertificateChainFile "${SRVROOT}/conf/server-ca.crt"
#SSLCertificateChainFile c:/Apache24/ssl/wwwbin.ca-bundle
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/wwwbin/"
ServerName wwwbin.com
ServerAlias www.wwwbin.com
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/fl/"
ServerName frankloughry.com
ServerAlias www.frankloughry.com
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/zaphelp/"
ServerName zaphelp.com
ServerAlias www.zaphelp.com
Require all granted
Options +ExecCGI
AddHandler cgi-script .cgi
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/netzan/"
ServerName netzan.com
ServerAlias www.netzan.com
ScriptAlias /cgi-bin/ "C:/Apache24/cgi-bin/"
Require all granted
Options +ExecCGI
AddHandler cgi-script .cgi
ErrorLog "logs/netzan.com-error.log"
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/jzinsure4u/"
ServerName jzinsure4u.com
ServerAlias www.jzinsure4u.com
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/bhis/"
ServerName healthinsur.com
ServerAlias www.healthinsur.com
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/susans/"
ServerName susanschneiderinsurance.com
ServerAlias www.susanschneiderinsurance.com
ServerAdmin frank@zaphelp.com
DocumentRoot "${SRVROOT}/htdocs/susans/"
ServerName susanschneiderinsurance.net
ServerAlias www.susanschneiderinsurance.net
#
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot "${SRVROOT}/docs/dummy-host.example.com"
# ServerName dummy-host.example.com
# ServerAlias www.dummy-host.example.com
# ErrorLog "logs/dummy-host.example.com-error.log"
# CustomLog "logs/dummy-host.example.com-access.log" common
#
#
# ServerAdmin webmaster@dummy-host2.example.com
# DocumentRoot "${SRVROOT}/docs/dummy-host2.example.com"
# ServerName dummy-host2.example.com
# ErrorLog "logs/dummy-host2.example.com-error.log"
# CustomLog "logs/dummy-host2.example.com-access.log" common
#