apache中的vhosts的配置。

Posted 草根级

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache中的vhosts的配置。相关的知识,希望对你有一定的参考价值。

  

<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "E:\wordDocument\www"
ServerName loca.cn
ServerAlias editor.fuyg.cn
ErrorLog "logs/dummy-host.localhost-error.log"
CustomLog "logs/dummy-host.localhost-access.log" combined
<Directory "E:\wordDocument\www">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>














以上是关于apache中的vhosts的配置。的主要内容,如果未能解决你的问题,请参考以下文章

怎样在windows下配置apache vhost

配置apache的虚拟机+软件下载

[Apache系列]怎样在windows下配置apache vhost

从当前运行的 Apache 获取 Apache Vhost

apache 基本vhost配置

怎么在Apache中配置一个虚拟域名