局域網無法訪問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. docker - 各位電腦上有多少個容器啊?容器一多,自己都搞混了,咋辦呢?2. docker網絡端口映射,沒有方便點的操作方法么?3. docker start -a dockername 老是卡住,什么情況?4. docker images顯示的鏡像過多,狗眼被亮瞎了,怎么辦?5. docker gitlab 如何git clone?6. dockerfile - [docker build image失敗- npm install]7. docker不顯示端口映射呢?8. docker-compose 為何找不到配置文件?9. docker內創建jenkins訪問另一個容器下的服務器問題10. 最新版本的PhpStudy支持64位的PHP嗎? 為什么我把64位的PHP放入后,后臺收不到POST
