Linux 版 (精华区)
发信人: qubo (qubo), 信区: Linux
标 题: [合集]谢谢qubo和ids
发信站: 哈工大紫丁香 (2003年11月10日12:10:31 星期一), 站内信件
────────────────────────────────────────
swhit (寒冰) 于 上次由于配置网络的时候选得不太对!
很多包确实没有装上!
现在可以telnet访问linux!
可是我安装了apache!
其中,我修改了httpd.conf
servername为本机ip!
可是从另一台机器访问
http://192.168.1.45(linux主机ip)
ie上显示正在打开http://192.168.1.45
然后就没反映了!
这又是怎么回事呢?
────────────────────────────────────────
ids (Plan9) 于 将httpd.conf中的
#Listen 12.34.56.78:80
改为
Listen 192.168.1.45:80
重启apache
试试,或者将httpd.conf贴出来
【 在 swhit 的大作中提到: 】
: 上次由于配置网络的时候选得不太对!
: 很多包确实没有装上!
: 现在可以telnet访问linux!
: 可是我安装了apache!
: 其中,我修改了httpd.conf
: servername为本机ip!
: 可是从另一台机器访问
: http://192.168.1.45(linux主机ip)
: ie上显示正在打开http://192.168.1.45
: 然后就没反映了!
: 这又是怎么回事呢?
────────────────────────────────────────
swhit (寒冰) 于 httpd.conf中的内容!
大多数我都采用的是默认的设置!
我只是改了servername 192.168.1.45
修改Listen还是访问不了!
别的机器还是不能访问apache!
好像这样修改服务器就只侦听192.168.1.45:80的http请求了?
【 在 ids 的大作中提到: 】
: 将httpd.conf中的
: #Listen 12.34.56.78:80
: 改为
: Listen 192.168.1.45:80
:
: 重启apache
:
: 试试,或者将httpd.conf贴出来
: 【 在 swhit 的大作中提到: 】
: : 上次由于配置网络的时候选得不太对!
: : 很多包确实没有装上!
: : 现在可以telnet访问linux!
: : 可是我安装了apache!
: : 其中,我修改了httpd.conf
: : servername为本机ip!
: : 可是从另一台机器访问
: : http://192.168.1.45(linux主机ip)
: : ie上显示正在打开http://192.168.1.45
: : 然后就没反映了!
: : 这又是怎么回事呢?
────────────────────────────────────────
swhit (寒冰) 于 ps -A
可以看见 httpd!
这是怎么回事呢?
【 在 swhit 的大作中提到: 】
: httpd.conf中的内容!
: 大多数我都采用的是默认的设置!
: 我只是改了servername 192.168.1.45
: 修改Listen还是访问不了!
: 别的机器还是不能访问apache!
: 好像这样修改服务器就只侦听192.168.1.45:80的http请求了?
:
: 【 在 ids 的大作中提到: 】
: : 将httpd.conf中的
: : #Listen 12.34.56.78:80
: : 改为
: : Listen 192.168.1.45:80
: :
: : 重启apache
: :
: : 试试,或者将httpd.conf贴出来
────────────────────────────────────────
swhit (寒冰) 于 netstat -a|less
也可以看见*:http
这是怎么回事呢?
【 在 swhit 的大作中提到: 】
: ps -A
: 可以看见 httpd!
: 这是怎么回事呢?
: 【 在 swhit 的大作中提到: 】
: : httpd.conf中的内容!
: : 大多数我都采用的是默认的设置!
: : 我只是改了servername 192.168.1.45
: : 修改Listen还是访问不了!
: : 别的机器还是不能访问apache!
: : 好像这样修改服务器就只侦听192.168.1.45:80的http请求了?
: :
────────────────────────────────────────
qubo (qubo) 于 2003年08月24日16:00:22 星期天 说道:
rh7.2中httpd.conf默认配置documentroot是在/var/www/html,你的html是放在
这里吗?
btw:在本机上也看不到?连apache的测试页看不到?
【 在 swhit (寒冰) 的大作中提到: 】
: netstat -a|less
: 也可以看见*:http
: 这是怎么回事呢?
: 【 在 swhit 的大作中提到: 】
: : ps -A
: : 可以看见 httpd!
: : 这是怎么回事呢?
: : 【 在 swhit 的大作中提到: 】
────────────────────────────────────────
swhit (寒冰) 于 是的啊!
而且index.html确实在啊!
我键入http://192.168.1.45/index.html
还是没有反映啊!
什么都没有?
【 在 qubo 的大作中提到: 】
: rh7.2中httpd.conf默认配置documentroot是在/var/www/html,你的html是放在
: 这里吗?
: btw:在本机上也看不到?连apache的测试页看不到?
: 【 在 swhit (寒冰) 的大作中提到: 】
: : netstat -a|less
: : 也可以看见*:http
: : 这是怎么回事呢?
────────────────────────────────────────
ids (Plan9) 于
【 在 swhit 的大作中提到: 】
: httpd.conf中的内容!
: 大多数我都采用的是默认的设置!
: 我只是改了servername 192.168.1.45
: 修改Listen还是访问不了!
: 别的机器还是不能访问apache!
: 好像这样修改服务器就只侦听192.168.1.45:80的http请求了?
nod
:
: 【 在 ids 的大作中提到: 】
: : 将httpd.conf中的
: : #Listen 12.34.56.78:80
: : 改为
: : Listen 192.168.1.45:80
: :
: : 重启apache
: :
: : 试试,或者将httpd.conf贴出来
────────────────────────────────────────
ids (Plan9) 于
【 在 swhit 的大作中提到: 】
: netstat -a|less
: 也可以看见*:http
: 这是怎么回事呢?
监听任意网络接口(0.0.0.0)
: 【 在 swhit 的大作中提到: 】
: : ps -A
: : 可以看见 httpd!
: : 这是怎么回事呢?
────────────────────────────────────────
ids (Plan9) 于 最好的办法是抓些数据包看看,~~~
【 在 swhit 的大作中提到: 】
: 是的啊!
: 而且index.html确实在啊!
: 我键入http://192.168.1.45/index.html
: 还是没有反映啊!
: 什么都没有?
: 【 在 qubo 的大作中提到: 】
: : rh7.2中httpd.conf默认配置documentroot是在/var/www/html,你的html是放在
: : 这里吗?
: : btw:在本机上也看不到?连apache的测试页看不到?
────────────────────────────────────────
artist (手艺人) 于 2003年08月25日09:55:46 星期一 说道:
【 在 qubo (qubo) 的大作中提到: 】
: rh7.2中httpd.conf默认配置documentroot是在/var/www/html,你的html是放在
: 这里吗?
: btw:在本机上也看不到?连apache的测试页看不到?
: 【 在 swhit (寒冰) 的大作中提到: 】
: : netstat -a|less
: : 也可以看见*:http
: : 这是怎么回事呢?
────────────────────────────────────────
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.273毫秒