Apache VirtualHost问题很慢

时间:2011-03-29 20:10:36

标签: performance windows-7 apache2 virtualhost

我刚安装在Windows7,Apache2.2.17,PHP5.3.5上。 PC连接到LAN。我有配置vhosts,如:

<VirtualHost *:80>
    DocumentRoot "C:/www/tm"
    ServerName tm
    ServerAlias www.tm
    ErrorLog "logs/tm-error.log"
    CustomLog "logs/tm-access.log" common

    <directory "C:/www/tm">
        AllowOverride All
        Options Indexes FollowSymLinks
        Order allow,deny
        Allow from all
    </directory>

</VirtualHost>

在'hosts'文件中,我只在最后添加一行:'192.168.0.55 tm'(我的LAN-IP)。如果我输入地址http://tm - 它打开正常!它工作得很快,而且工作正常!

但是,如果我尝试从同一局域网上的其他计算机执行此操作(添加记录到主机文件),则会打开verry verry slooooow。 (phpinfo()页面打开~1分钟)

两台计算机上的Windows防火墙都已关闭。网络工作正常。 Ping PC到PC很好! 有任何想法吗? (在LocalLan连接中关闭了IPV6)

0 个答案:

没有答案