怎么配置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