appache如何允许外部访问,通过局域网访问

之前的appache2.2的版本是在http.conf里改 allow from all

现在用的appache2.4.9版本是在http.conf里搜索它,<Directory "E:/wamp/www/">

在其下面加上   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

    Require all granted

    #

    # Controls who can get stuff from this server.

    #

posted @ 2016-11-23 12:34  尹白  阅读(232)  评论(0编辑  收藏  举报