时间:2021-07-01 10:21:17 帮助过:38人阅读
#
# Virtual Hosts
#
# 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.
#
# Use name-based virtual hosting.
#
NameVirtualHost *:80
#
# 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 anyblock.
#
ServerAdmin [email protected]
DocumentRoot E:\mcmod\www
ServerName dummy-host.appservnetwork.com
ServerAlias www.dummy-host.appservnetwork.com
ErrorLog logs/dummy-host.appservnetwork.com-error_log
CustomLog logs/dummy-host.appservnetwork.com-access_log common
NameVirtualHost *:90
ServerAdmin [email protected]
DocumentRoot E:\mcmod\video
ServerName dummy-host2.appservnetwork.com
ErrorLog logs/dummy-host2.appservnetwork.com-error_log
CustomLog logs/dummy-host2.appservnetwork.com-access_log common