怎么配置apache让自己电脑做服务器让其他电脑访问自己的主机

浏览:32日期:2022-08-02

问题描述

怎么配置apache让自己电脑做服务器让其他电脑访问自己的主机我自己输入ip是可以访问的,局域网其他电脑则无法访问防火墙也关闭了我的apache httpd.conf文件已做如下修改Options FollowSymLinksAllowOverride NoneOrder deny,allowAllow 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 removeOrder Deny,AllowAllow from all

问题解答

回答1:

我觉得是你那个web目录的访问权限的问题吧,或者当别人发请求的时候可以查查日志,为什么不响应blablabla

相关文章: