TOUVE 发表于 2017-12-25 10:31:21

mac上Apache修改目录浏览权限

  sudo vim /etc/apache2/httpd.conf
  <Directory "/Library/WebServer/Documents">
  #
  # 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 FollowSymLinks Multiviews
  Options Indexes FollowSymLinks
页: [1]
查看完整版本: mac上Apache修改目录浏览权限