--- froxlor/lib/Froxlor/Cron/Http/Apache.php.orig	2020-11-06 14:56:05.000000000 +0100
+++ froxlor/lib/Froxlor/Cron/Http/Apache.php	2024-06-27 17:23:09.581826826 +0200
@@ -675,7 +675,8 @@
 			$webroot_text .= '  </Directory>' . "\n";
 			$this->deactivated = true;
 		} else {
-			$webroot_text .= '  DocumentRoot "' . rtrim($domain['documentroot'], "/") . "\"\n";
+			//$webroot_text .= '  DocumentRoot "' . rtrim($domain['documentroot'], "/") . "\"\n";
+			$webroot_text .= '  DocumentRoot "' . $domain['documentroot'] . "\"\n";
 			$this->deactivated = false;
 		}
 
