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``` +