美文网首页
apache 虚拟主机配置

apache 虚拟主机配置

作者: 云蛋风卿 | 来源:发表于2018-06-10 16:04 被阅读0次

    <VirtualHost default:80>
    DocumentRoot "D:\phpStudy\WWW\demo"
    ServerName www.sphinx.com
    <Directory "D:\phpStudy\WWW\demo">

    用户默认请求

    DirectoryIndex index.html index.php
    Options +Indexes
    AllowOverride All
    Order allow,deny
    Allow from all
    Require all granted
    </Directory>
    </VirtualHost>

    相关文章

      网友评论

          本文标题:apache 虚拟主机配置

          本文链接:https://www.haomeiwen.com/subject/kvafeftx.html