怎麼設定apache讓自己電腦做伺服器讓其他電腦存取自己的主機
我自己輸入ip是可以存取的,區域網路其他電腦則無法存取
防火牆也關閉了
我的apache httpd.conf檔案已做如下修改
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
#
# 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.2/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:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
#
# Controls who can get stuff from this server.
#
#onlineoffline tag - don't remove
Order Deny,Allow
Allow from all
我覺得是你那個web目錄的存取權限的問題吧,或者當別人發送請求的時候可以查日誌,為什麼不回應blablabla