方法一:
首先打开apache中conf下的http.conf文件打开虚拟主机的注释:如下去掉第二行前面的#即可。
# Virtual hosts
# Include conf/extra/httpd-vhosts.conf
再打开conf目录下的extra目录中的httpd-vhosts.conf文件,在文件最后面加上
//你的虚拟主机所使用的端口号 - ServerAdmin webmaster@dummy-host2.localhost //虚拟主机的管理员账号
- DocumentRoot "D:/www/"
- //所需配置的网站的文件路径,本地测试需配置
- ServerName www.Vevb.com //服务器名称 本地测试需配置
- ErrorLog "logs/dummy-host2.localhost-error.log" //错误日志
- CustomLog "logs/dummy-host2.localhost-access.log" common //用户日志
配置完成后保存即可
然后打开c:/windows/system32/drivers/etc/hosts,在其中配置你所需要的hosts,例如: 127.0.0.1 www.Vevb.com 192.168.1.80 www.Vevb.com
直接在http.conf最后面加上:
- ServerName www.111cn.net
- DocumentRoot D:/www/
- AllowOverride All
- Options All
- php教程_value include_path D:/library
- php_value magic_quotes_gpc off
- php_value register_globals off
新闻热点
疑难解答