码迷,mamicode.com
首页 > Web开发 > 详细

apache 配置

时间:2018-11-21 19:39:36      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:symlink   file   php   配置   hat   possible   --   cgi   ocs   

换了php的版本准备学习laravel ,结果apache 先复习了一遍............

 

 

DocumentRoot "E:/xampp/www"
<Directory "E:/xampp/www">
    #
    # 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 Includes ExecCGI

    #
    # 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.
    #
    Require all granted
</Directory>

apache 配置

标签:symlink   file   php   配置   hat   possible   --   cgi   ocs   

原文地址:https://www.cnblogs.com/fengxiaoyao/p/9996838.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!