如何配置 Apache 的虚拟主机

如何配置 Apache 的虚拟主机
当前问题共有如下(1)个解决方案
  • 玄学酱
    玄学酱

    打开httpd.conf文件
    去掉LoadModule vhost_alias_module modules/mod_vhost_alias.so
    这句前面的#号

    Include conf/extra/httpd-vhosts.conf这句前面的#号

    Include conf/extra/httpd-vhosts.conf这句在httpd.conf文件底部

    然后打开Apache2.2\conf\extra下的httpd-vhosts.conf文件,加入如下代码

    #配置自己的虚拟主机

    #网站目录,如果在www目录下的php目录,下面 #就填写F:/www/php
    DocumentRoot "D:/WALP/www"
    #域名
    ServerName www.plqjnet.com
    #这里配置欢迎首页面
    DirectoryIndex index.html index.htm index.php

    Options FollowSymLinks
    #不允许别人修改我们的页面
    AllowOverride None
    #设置访问权限
    order allow,deny
    Allow from all



    把ServerName改成你自己的,最后重启Apache。

上一篇:apache域名重定向
下一篇:apache 的配置问题,怎样配置apache 使得apache的一个目录下