所开发的内容需要通过Apache来访问具体的文件,一般直接访问出现403错误

Apache 访问权限修改

一直在修改Apache的文件访问权限,但是经常忘记apache配置文件的路径与修改内容

Apache 访问权限修改

特此记下

CentOS 6.4 

apache configruation path :/etc/httpd/conf/apache.conf

change the dir access:

<Directory />

    Options Indexes FollowSymLinks

    AllowOverride None

    Order allow,deny

    Allow form all

</Direcotry>

转载于:https://my.oschina.net/hava/blog/133195

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2021-05-31
  • 2022-01-16
  • 2022-12-23
猜你喜欢
  • 2022-01-07
  • 2021-08-08
  • 2022-02-09
  • 2021-06-06
  • 2021-06-25
  • 2022-12-23
相关资源
相似解决方案