需要Apache 2.2帮助 [英] Apache 2.2 help needed

查看:105
本文介绍了需要Apache 2.2帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道这个问题不属于这里.但是我没有别的可去之处,我更喜欢codeproject.
我尝试使用谷歌搜索,但我认为我无法成功生成正确的Google字符串,例如:

I know this question doesn''t belong here. But I don''t have anywhere else to go, i prefer codeproject.
i tried googling but i don''t think i can successfully generate a proper google string like:

apache windows7 "no network" "loopback works"




无论如何,这里是设置:
Windows 7,NOD32,无防火墙,Apache 2.2
一堆VHOSTS,已编辑的主机文件.

Apache conf:


etc

Anyway, here''s the setup:
Windows 7, NOD32, no firewall, Apache 2.2
bunch of VHOSTS, edited hosts file.

Apache conf:

    Listen 172.16.214.237:80
    Listen 80
    NameVirtualHost *:80
    NameVirtualHost 172.16.214.237:80

<VirtualHost *:80>
    ServerAdmin me@localhost
    DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
    ServerName localhost
    ServerAlias 127.0.0.1 user-pc 172.16.214.237
...


<VirtualHost 172.16.214.237:80>
    ServerAdmin me@localhost
    DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
    ServerName 172.16.214.237
    ServerAlias user-pc 172.16.214.237
...



后来添加了172.16.214.237,因为它不起作用,但没有进行任何更改仍然不起作用

netstat



added the 172.16.214.237 things later because it wasn''t working, but didn''t change anything still isn''t working

netstat

netstat -ano | find ":80" 
TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       548
TCP    172.16.214.237:80      0.0.0.0:0              LISTENING       548
TCP    172.16.214.237:1637    77.67.20.56:80         CLOSE_WAIT      3232
TCP    172.16.214.237:2290    65.39.148.34:80        ESTABLISHED     7476
TCP    172.16.214.237:2298    65.39.148.34:80        ESTABLISHED     7476
TCP    172.16.214.237:2299    65.39.148.34:80        ESTABLISHED     7476
TCP    172.16.214.237:2469    74.125.224.205:80      ESTABLISHED     7476
TCP    172.16.214.237:2470    74.125.224.205:80      ESTABLISHED     7476
TCP    172.16.214.237:2471    74.125.224.205:80      ESTABLISHED     7476



在IP为172.16.214.216的Oracle VM WinXP上运行虚拟机,并且无法在地址http://172.16.214.237/上加载任何内容,该网络与网络上的其他所有PC相同,.237上没有防火墙. http://localhost/或http://127.0.0.1/或http://172.16.214.237/从.237开始工作

我已经在Apache上玩了4到5年了,只是基本的东西没什么大不了的,非常需要帮助.我不知道为什么我无法从任何其他机器上访问.237上的apache,看来一切都很好.有ping命令,没有防火墙



running a Virtual Machine on Oracle VM WinXP, with an IP: 172.16.214.216 and cannot load anything on it on address http://172.16.214.237/ same on every other PCs on the network, there is no firewall on .237. http://localhost/ or http://127.0.0.1/ or http://172.16.214.237/ works from .237

I''ve been messing around with Apache for 4 to 5 years just basic stuff nothing serious, help is greatly needed. I don''t know why i can''t access apache on .237 from any other machine, seems like everything is fine. there is ping, no firewall

推荐答案

哇,抱歉,请您花点时间.该死的Windows防火墙已启用.
Wow I''m sorry, to take everyone''s time. damn Windows Firewall was on.


这篇关于需要Apache 2.2帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆