码迷,mamicode.com
首页 > 其他好文 > 详细

DocumentRoot \

时间:2017-01-23 19:16:59      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:pac   ecc   other   https   cto   class   sys   doc   grant   

w  有无\的区别。

 

https://httpd.apache.org/docs/2.4/vhosts/examples.html

 

hosts

1 127.0.0.1   w.w

 

 httpd.conf

ServerName  w.w

#
# Deny access to the entirety of your servers filesystem. You must
# explicitly permit access to web content directories in other 
# <Directory> blocks below.
#
DocumentRoot  "D:\WWW\new\tx\ci\cicode"
<Directory />
    Options +Indexes +FollowSymLinks +ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
    Require all granted
</Directory>

 

DocumentRoot \

标签:pac   ecc   other   https   cto   class   sys   doc   grant   

原文地址:http://www.cnblogs.com/yuanjiangw/p/6344693.html

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