当前位置:首页 > 服务器技术 > apache

Apache添加虚拟主机目录

技术分享

<VirtualHost 127.0.0.2:80>
DocumentRoot d:/abcd
ServerName 127.0.0.2:80
</VirtualHost>

<Directory "d:/abcd">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

原文:http://www.cnblogs.com/xj76149095/p/6262326.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!