From 9c84651508b5263eac3202a52489e903e22a144d Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 19 Jun 2024 23:26:34 +0700 Subject: [PATCH] Permission denied: AH00091: httpd: could not open error log file /proc/self/fd/2 --- webdav/usr/local/apache2/conf/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdav/usr/local/apache2/conf/httpd.conf b/webdav/usr/local/apache2/conf/httpd.conf index 1d16979..7dbbdda 100644 --- a/webdav/usr/local/apache2/conf/httpd.conf +++ b/webdav/usr/local/apache2/conf/httpd.conf @@ -118,7 +118,7 @@ DocumentRoot "${ROOT}/" # logged here. If you *do* define an error logfile for a # container, that host's errors will be logged there and not here. # -ErrorLog /proc/self/fd/2 +ErrorLog /dev/stderr # # LogLevel: Control the number of messages logged to the error_log.