【发布时间】:2021-06-14 02:42:48
【问题描述】:
我的 apache 服务器需要提供位于根文件夹中已安装目录中的文件。但是,当进程尝试访问该目录中的文件时,我得到...
PermissionError: [Errno 13] Permission denined 'path/to/file'
如何让 apache 服务器安全地访问文件?
我正在使用 CentOS 机器。
【问题讨论】:
标签: apache centos webserver wsgi file-access