怎么配置apache让自己电脑做服务器让其他电脑访问自己的主机
仅有的幸福
仅有的幸福 2017-05-16 17:02:29
[Linux讨论组]

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

仅有的幸福
仅有的幸福

全部回复(1)
过去多啦不再A梦

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

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号