码迷,mamicode.com
首页 > Web开发 > 详细

apache中的vhosts的配置。

时间:2017-03-11 12:57:26      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:option   order   bin   index   .com   com   root   director   err   

  

<VirtualHost *:80>
ServerAdmin wangjiemengya@foxmail.com
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的配置。

标签:option   order   bin   index   .com   com   root   director   err   

原文地址:http://www.cnblogs.com/wjm956/p/6534449.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!