Heim >Backend-Entwicklung >PHP-Tutorial >apache配置多个虚拟主机 localhost访问不了解决方案,apachelocalhost_PHP教程

apache配置多个虚拟主机 localhost访问不了解决方案,apachelocalhost_PHP教程

WBOY
WBOYOriginal
2016-07-13 10:04:301032Durchsuche

apache配置多个虚拟主机 localhost访问不了解决方案,apachelocalhost

在httpd-vhosts.conf,重定向localhost


    ServerAdmin webmaster@dummy-host2.example.com
    DocumentRoot "D:/PHPAPACHERUN"
    ServerName localhost
    ErrorLog "logs/dummy-host2.example.com-error.log"
    CustomLog "logs/dummy-host2.example.com-access.log" common

 

而如果出现访问127.0.0.1的结果不是自己想要的,可能是因为httpd-vhosts.conf,存在了多个,地址127.0.0.1按顺序解析,解析到第一个,修改DocumentRoot的地址或调整顺序即可。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/966283.htmlTechArticleapache配置多个虚拟主机 localhost访问不了解决方案,apachelocalhost 在httpd-vhosts.conf,重定向localhost VirtualHost *:80 ServerAdmin webmaster@dummy-host2.exam...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn