我在 VPS 上有一个网络服务器。
我的网站不工作。在日志文件中我发现了这两个错误
[2019 年 1 月 9 日星期三 06:25:01.902230] [mpm_prefork:notice] [pid 25757] AH00171:请求优雅重启,正在重启
[2019 年 1 月 9 日星期三 06:25:01.953796] [so:warn] [pid 25757] AH01574:模块 php7_module 已加载,正在跳过
如何解决它们?
当我打开我的网站时,它会告诉我这个
The following directories must be writable by the web server:
tmp/cache
tmp/templates_c
Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
or the equivilent for your platform before continuing.
这两个目录在哪里?
所以这是我的博客错误日志文件如何解决这些错误?
[Sat Dec 15 17:05:07.723291 2018] [core:error] [pid 10465:tid 139960006985472] (13)Permission denied: [client 81.198.48.253:58347] AH00035: access to /index.html denied (filesystem path '/home/chroot/websites/specialselektrods.lv/index.html') because search permissions are missing on a component of the path
[Sat Dec 15 17:05:07.723446 2018] [core:error] [pid 10465:tid 139960006985472] (13)Permission denied: [client 81.198.48.253:58347] AH00035: access to /index.cgi denied (filesystem path '/home/chroot/websites/specialselektrods.lv/index.cgi') because search permissions are missing on a component of the path
[Sat Dec 15 17:05:07.723472 2018] [core:error] [pid 10465:tid 139960006985472] (13)Permission denied: [client 81.198.48.253:58347] AH00035: access to /index.pl denied (filesystem path '/home/chroot/websites/specialselektrods.lv/index.pl') because search permissions are missing on a component of the path
[Sat Dec 15 17:05:07.723497 2018] [core:error] [pid 10465:tid 139960006985472] (13)Permission denied: [client 81.198.48.253:58347] AH00035: access to /index.php denied (filesystem path '/home/chroot/websites/specialselektrods.lv/index.php') because search permissions are missing on a component of the path
[Sat Dec 15 17:05:07.723521 2018] [core:error] [pid 10465:tid 139960006985472] (13)Permission denied: [client 81.198.48.253:58347] AH00035: access to /index.xhtml denied (filesystem path '/home/chroot/websites/specialselektrods.lv/index.xhtml') because search permissions are missing on a component of the path
[Sat Dec 15 17:05:07.723545 2018] [core:error] [pid 10465:tid 139960006985472] (13)Permission denied: [client 81.198.48.253:58347] AH00035: access to /index.htm denied (filesystem path '/home/chroot/websites/specialselektrods.lv/index.htm') because search permissions are missing on a component of the path
81.198.48.253 - - [15/Dec/2018:17:05:07 +0100] "GET / HTTP/1.1" 403 516 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
[Sat Dec 15 17:05:08.000730 2018] [core:error] [pid 10465:tid 139960015378176] (13)Permission denied: [client 81.198.48.253:58347] AH00035: access to /favicon.ico denied (filesystem path '/home/chroot/websites/specialselektrods.lv/favicon.ico') because search permissions are missing on a component of the path, referer: http://www.specialselektrods.lv/
81.198.48.253 - - [15/Dec/2018:17:05:08 +0100] "GET /favicon.ico HTTP/1.1" 403 526 "http://www.specialselektrods.lv/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"