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"