#
# 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
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# 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 *:81
NameVirtualHost *:82
NameVirtualHost *:83
NameVirtualHost *:84
NameVirtualHost *:85
NameVirtualHost *:86
#
# 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 <VirtualHost> block.
#
<VirtualHost *:81>
ServerAdmin jsw7001@hotmail.com
DocumentRoot D:/AppServ/www/www-nongye
ServerName www.dede.com
ErrorLog D:/AppServ/www/www-nongye/errornongye.log
CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:82>
<Directory "D:/AppServ/www-chinaec" >
Options FollowSymLinks
#Deny from all
Allow from all
</Directory>
ServerAdmin jsw7001@hotmail.com
DocumentRoot D:/AppServ/www-chinaec
ServerName www.dede.com
DirectoryIndex index.php index.html
ErrorLog D:/AppServ/www-chinaec/errornongjiale.log
CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:83>
ServerAdmin jsw7001@hotmail.com
DocumentRoot D:/AppServ/www/www-05110
ServerName www.dede.com
ErrorLog D:/AppServ/www/www-05110/errornong05110.log
CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:84>
ServerAdmin jsw7001@hotmail.com
DocumentRoot D:/AppServ/www/wordpress
ServerName www.dede.com
ErrorLog D:/AppServ/www/wordpress/errornongwordpress.log
CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:85>
ServerAdmin jsw7001@hotmail.com
DocumentRoot D:/AppServ/www/magento
ServerName www.dede.com
ErrorLog D:/AppServ/www/magento/errormagento.log
CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:86>
ServerAdmin jsw7001@hotmail.com
DocumentRoot D:/AppServ/www/magento1322
ServerName www.dede.com
ErrorLog D:/AppServ/www/magento1322/errormagento1322.log
CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:88>
ServerAdmin jsw7001@hotmail.com
DocumentRoot D:/AppServ/www/www-nongjiale
ServerName www.dede.com
ErrorLog D:/AppServ/www/www-nongjiale/errornongjiale.log
CustomLog logs/dummy-host2.appservnetwork.com-access_log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host2.x
DocumentRoot "C:/Apache2.2/docs/dummy-host2.x"
ServerName dummy-host2.x
ErrorLog "logs/dummy-host2.x-error.log"
CustomLog "logs/dummy-host2.x-access.log" common
</VirtualHost>
apche 多端口配置及网站指向非apche默认的网站文件夹设置方法
2021-02-03 21:32服务器之家 WEB服务器
apche 多端口配置及网站指向非apche默认的网站文件夹设置,使用apache做网站服务器的朋友可以参考下。
延伸 · 阅读
- 2022-03-10Linux服务器下安装配置Nginx的教程
- 2022-03-08Flask 使用类组织配置详情
- 2022-03-08Springboot自带定时任务实现动态配置Cron参数方式
- 2022-03-08SpringBoot自动配置Quartz的实现步骤
- 2022-03-07CentoS6.5环境下redis4.0.1(stable)安装和主从复制配置
- 2022-03-06FTP服务器的参数配置
- WEB服务器
宝塔面板phpMyAdmin报错502 Bad Gateway nginx解决方法
宝塔面板数据库打开phpMyAdmin提示502 Bad Gateway nginx什么原因?如何解决?新手站长网最近更换了宝塔面板网站的PHP版本,但是phpMyAdmin的PHP版本并没有更改,如果...
- WEB服务器
web云服务器价格
Web 云服务器 价格 云服务器,顾名思义,就是云上的服务器,云计算的一种应用。随着互联网的普及,越来越多的企业开始把自己的业务放到互联网上,而...
- WEB服务器
阿里云web服务器日志下载
阿里云 (Alibaba Cloud)是中国最大的云计算服务提供商之一,它提供了丰富多样的云服务,其中包括Web服务器。在使用 阿里云 Web服务器的过程中,日志是一...
- WEB服务器
apache 默认目录的修改方法 .
这篇文章主要为大家介绍下修改Apache的默认站点目录的方法,需要的朋友可以参考下...
- WEB服务器
云服务器如何部署多个web
云服务器 如何部署多个Web 随着网站和应用程序的不断发展,越来越多的业务需要同时部署多个Web应用程序。多个Web应用程序的部署不仅能够提高服务器的...
- WEB服务器
腾讯云服务器怎么发布web
腾讯 云服务器 怎么发布web 随着互联网的普及和发展,越来越多的企业和个人需要自己建立网站,来宣传自己的产品和服务,以及展示自己的个人特点和才...
- WEB服务器
WINDOWS下php5.2.4+mysql6.0+apache2.2.4+ZendOptimizer-3.3.0配置
WINDOWS下php5.2.4+mysql6.0+apache2.2.4+ZendOptimizer-3.3.0配置 与其他基本版本安装相同! 第一: 装http服务器apache ...
- WEB服务器
phpstudy是什么?phpstudy有什么用?
这篇文章主要为大家介绍phpstudy是什么及phpstudy有什么用,有需要的朋友可以参考下...