虚拟主机在网络中不工作
我只是跟着这个网站教程,
Virtual host steps
本教程非常出色,但是当我在另一个系统中尝试使用这个别名url时,它不起作用。我已经签入了我的另一个系统,我可以看到我的应用程序,在我做了这些更改后,我不能看到我的应用程序在另一个系统上。
我甚至将allow从127.0.0改为all,但这不起作用。
我的C:\ wamp\bin\apache\apache2.2.11\conf\extra\httpd-vhosts.conf
这是我加的
<VirtualHost *:80>
ServerAdmin webmaster@developertalk
DocumentRoot "C:/wamp/www/developertalk"
ServerName developertalk
ServerAlias www.developertalk
ErrorLog "logs/developertalk-error.log"
CustomLog "logs/developertalk-access.log" common
<directory "C:/wamp/www/developertalk">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from all
</directory>
</VirtualHost>
在另一个系统中点击url时,出现以下错误:
Server not found
在本地主机上,我有3个web应用程序。
由于以上更改,我的本地主机其他网站无法工作。
如何让它在其他网站上运行。
最佳答案
您需要使用本地dns来表示网络中的每台pc,即您的pc主机上的“myapp”,还可以将类似于myapp 192.168.1.2
的文件添加到每个客户端的主机中,其中192.168.1.2是您的网络中的静态ip