如何配置Apache的虚拟主机

2022-04-04 综合 72阅读
打开httpd.conf文件
去掉LoadModulevhost_alias_modulemodules/mod_vhost_alias.so
这句前面的#号

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

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

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

#配置自己的虚拟主机

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

OptionsFollowSymLinks
#不允许别人修改我们的页面
AllowOverrideNone
#设置访问权限
orderallow,deny
Allowfromall



把ServerName改成你自己的,最后重启Apache。
声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com