wamp本地能訪問,但區域網不能訪問的解決辦法

2022-02-04 12:40:50 字數 1158 閱讀 7837

wamp安裝好以後,本地訪問已經沒問題了,但是區域網的使用者還是訪問不了。

經過了昨天的那一系列的探索,這個問題的所在倒也好找。於是找到了httpd.conf檔案。這個是apache的配置檔案。

稍微瀏覽一下便找到解決方法,看這:

## 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

# # 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:

#   options fileinfo authconfig limit

#allowoverride all

## controls who can get stuff from this server.

##   onlineoffline tag - don't remove

order deny,allow

deny from all

#allow from 127.0.0.1

allow from all

最後還得提示一下,如果正在使用iis,你需要把iis中的服務停止掉,或者是把80埠讓出來。(在internet 資訊服務(iis)管理器中設定)。因為apache預設的也是使用80埠,這樣會打架的。當然你也可以把apache的預設埠改掉,至於怎麼改自己探索吧。還是httpd.conf。

wamp本地能訪問,但區域網不能訪問的解決辦法

wamp安裝好以後,本地訪問已經沒問題了,但是區域網的使用者還是訪問不了。經過了昨天的那一系列的探索,這個問題的所在倒也好找。於是找到了httpd.conf檔案。這個是apache的配置檔案。稍微瀏覽一下便找到解決方法,看這 最後還得提示一下,如果正在使用iis,你需要把iis中的服務停止掉,或者是...

如何禁止訪問區域網,但SQL能訪問?

如何禁止訪問區域網,但sql能訪問?delphi windows sdk api 同區域網內,如何禁止客戶機訪問區域網,但是自己寫的程式能訪問sql?另外,如果客戶機的策略 gpedit.msc 中guest禁止以及使用者中的guest關閉,在不開啟情況如何才能訪問sql?自己頂一下 策略中好像可以...

區域網訪問本地專案

phpstudy 開發環境中 1 在 d phpstudy phptutorial apache conf 你的安裝目錄 下的httpd.conf檔案中 新增監聽埠 listen 0.0.0.0 99 2.設定目錄的訪問許可權 httpd.conf檔案 allowoverride all requi...