局域网无法访问Apache服务器
问题描述
自己电脑上输入ip能访问,局域网同学电脑上输入ip无法访问。以做如下配置:1.
2.已经关闭360。
3.Httpd.conf文件修改如下:
# # Possible values for the Options directive are 'None', 'All', # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that 'MultiViews' must be named explicitly --- 'Options All' # doesn’t give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # Options Indexes FollowSymLinks
## AllowOverride controls what directives may be placed in .htaccess files.# It can be 'All', 'None', or any combination of the keywords:# AllowOverride FileInfo AuthConfig Limit#AllowOverride all## Controls who can get stuff from this server.#onlineoffline tag - don’t remove
Require local
4.配置了入站,出站规则,允许所有连接。
5.在自己电脑上访问
6.同学电脑访问
7.同学电脑ip:172.18.47.83 我的ip:172.18.141.56
问题解答
回答1:我之前也遇到过,在公司的电脑的时候连同一WiFi手机无法访问本机地址,但是在我自己家的电脑用随身WiFi就可以访问本机,后来在虚拟主机列表中添加一个本机ip地址,就可以访问了。(虽然这样感觉有点别扭,因为在公司里电脑ip地址是动态的,可能过几天就得换。。)
相关文章:
1. 为什么span的color非要内联样式才起作用?2. docker - 如何修改运行中容器的配置3. html5 - H5做的手机分享页微信更新后,分享出去不再默认显示第一个图 作为缩略图4. css - div设置float:left后高度设置自动会无效 ?5. golang - 用IDE看docker源码时的小问题6. docker start -a dockername 老是卡住,什么情况?7. 手机开发 - Android蓝牙模块连接后怎么接收数据?求助8. 请问一下各位老鸟 我一直在学习独孤九贱 现在是在tp5 今天发现 这个系列视频没有实战9. 求救一下,用新版的phpstudy,数据库过段时间会消失是什么情况?10. 老师,请问我打开browsersync出现这个问题怎么解决啊?

网公网安备