PHP apach 配置局域网访问问题

php中文网
发布: 2016-06-23 13:05:34
原创
1405人浏览过

如下配置  ,就是没办法局域网访问 求大神指点
httpd.conf
listen 8088

documentroot "e:/test/"


options +indexes +followsymlinks +execcgi
    allowoverride all
    order allow,deny
    allow from all
    require all granted




    #
    # 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.4/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:
    #   allowoverride fileinfo authconfig limit
    #
    allowoverride all

    #
    # controls who can get stuff from this server.
    #

#   onlineoffline tag - don't remove
    require local



httpd-vhosts.conf

 
     servername 192.168.0.119:8088
     documentroot "e:/test/chemla/chemla/web"

问问小宇宙
问问小宇宙

问问小宇宙是小宇宙团队出品的播客AI检索工具

问问小宇宙 77
查看详情 问问小宇宙


回复讨论(解决方案)

 节也要有
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.4/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:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride all

    #
    # Controls who can get stuff from this server.
    #

    #onlineoffline tag - don't remove
#    Require local
    Order Deny,Allow
    Deny from all
    Allow from all 

DocumentRoot "E:/test/chemla/chemla/web"

    Options FollowSymLinks
AllowOverride None
Order deny,allow
  Allow from all

本机访问 localhost:8088 是可以访问的

PHP速学教程(入门到精通)
PHP速学教程(入门到精通)

PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

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