如何允许 apache 读取其他用户在 cpanel 上创建的文件

How to allow apache read files created by another user on cpanel

我在 CPANEL 上有一个项目,其中另一个应用程序由另一个用户创建文件。
当我想访问这些文件时,apache return 404 错误。
Apache日志:

Caught race condition abuser. attacker: 502, victim: 0 open file owner: 0, open file:

这意味着apache无法读取其他用户创建的文件。
我该如何解决?我可以访问 WHM

找到答案there
这是 WHM 中 apache 的一些补丁。它可以防止访问不属于用户的文件。