From 39c18089fe9c8bbf8e18ff927d285ccc73248e1a Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Fri, 18 Oct 2024 14:50:48 +0200 Subject: [PATCH] Kleine Fixes --- conf/kapitel/kapitel_13.conf | 4 ++-- conf/kapitel/kapitel_14.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/kapitel/kapitel_13.conf b/conf/kapitel/kapitel_13.conf index 10ec52f..5f0ae5d 100644 --- a/conf/kapitel/kapitel_13.conf +++ b/conf/kapitel/kapitel_13.conf @@ -3,7 +3,7 @@ ### Web-Worker Definition - DocumentRoot /usr/local/apache2/htdocs-webworkerX.sv + DocumentRoot /usr/local/apache2/htdocs-webworker1.sv ServerName webworker1.sv DirectoryIndex index.php index.html CustomLog logs/webworker1-access.log combined @@ -11,7 +11,7 @@ - DocumentRoot /usr/local/apache2/htdocs-webworkerX.sv + DocumentRoot /usr/local/apache2/htdocs-webworker2.sv ServerName webworker2.sv DirectoryIndex index.php index.html CustomLog logs/webworker2-access.log combined diff --git a/conf/kapitel/kapitel_14.conf b/conf/kapitel/kapitel_14.conf index 65ec116..b3c5bb6 100644 --- a/conf/kapitel/kapitel_14.conf +++ b/conf/kapitel/kapitel_14.conf @@ -70,7 +70,7 @@ DeflateFilterNote Output deflate_output_info DeflateFilterNote Ratio deflate_ratio_info LogFormat '"%r" %{output_info}n/%{input_info}n (%{ratio_info}n%%)' deflate_compress -CustomLog "|bin/rotatelogs logs/deflate_log.%Y%m%d 86400" deflate_compress +CustomLog "|/usr/local/apache2/bin/rotatelogs logs/deflate_log.%Y%m%d 86400" deflate_compress ### mod_brotli aka "Accept-Encoding: br"