我将Apache HTTPD与在RHEL上运行的Dispatcher模块一起使用。 调度程序工作正常,但无法缓存文件。在检查日志时,我看到以下错误-
Unable to create parent directory /var/www/html/bla/bla/static: Permission denied
我还将我的docroot(/var/www/html
)的所有权更改为apache
。
drwxrwxrwx. 20 apache apache 278 Jun 14 04:08 var
有人知道问题出在哪里吗?请帮忙!