From 82346c13bcf95d6528cfd295a7d19d92576a5e97 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Tue, 31 Oct 2023 14:36:08 +0000 Subject: [PATCH] debian11_install.md aktualisiert --- debian11_install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian11_install.md b/debian11_install.md index 3e02d18..bae0404 100644 --- a/debian11_install.md +++ b/debian11_install.md @@ -58,3 +58,8 @@ apt update && apt upgrade -y && apt install apache2 libarchive-zip-perl libclon ``` * Datenbakuser anlegen: ```createuser -d -P kivitendo``` + + ### Webserver + * Datei etc/apache2/sites-enabled/000-default.conf vom GIT-Repo nach /etc/apache2/sites-enabled/000-default.conf kopieren + * ```a2enmod fcgid rewrite && systemctl restart apache2``` +