win10 apache配置虚拟主机后localhost无法使用如何处理

php中世界最好的语言
Lepaskan: 2023-03-26 21:26:01
asal
1760 orang telah melayarinya

这次给大家带来win10 apache配置虚拟主机后localhost无法使用如何处理,处理win10 apache配置虚拟主机后localhost无法使用的注意事项有哪些,下面就是实战案例,一起来看一下。

1.用记事本或Sublime Text打开httpd.conf

ctrl + f 搜索httpd-vhosts.conf


#Include conf/extra/httpd-vhosts.conf的#号去掉保存

2.打开extra/httpd-vhosts.conf

添加如下内容:

<VirtualHost *:80>
ServerAdmin webmaster@youremail.com
DocumentRoot "E:/your_web_root"
ServerName your.web.com
ErrorLog "logs/your_web_error.log"
CustomLog "logs/your_web_access.log" common
</VirtualHost>
Salin selepas log masuk

3.本地测试的话,还需要在hosts文件中配置一个域名解析条目,在C:/windows/system32/drivers/etc/目录下找到hosts文件

4.完成以上步骤后,重启Apahce就可以了

重点来了

这时虚拟主机的域名www.web.com可以正常访问,但是localhost就不能访问了。报错如下:

解决:

在httpd.conf文件中有一行代码是需要注释掉的
ServerName localhost:80
ServerName这一行代码注释掉就可以了
也许你的httpd.conf文件中并不是localhost:80 这个值,可能是ServerName a.com:80 ; 都一样,直接注释掉就可以使用。
之后无论开启或者关闭虚拟主机,localhost都可以正常访问。

相信看了本文案例你已经掌握了方法,更多精彩请关注php中文网其它相关文章!

推荐阅读:

PHP如何操作可以记录访客浏览信息

php双引号中访问数组元素报错如何处理

Atas ialah kandungan terperinci win10 apache配置虚拟主机后localhost无法使用如何处理. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!

Label berkaitan:
sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan