]> wagnertech.de Git - projects.git/blobdiff - debian/verleihnix.postinst
verleihnix für D12
[projects.git] / debian / verleihnix.postinst
index 9f30658c141072876154bc26b4c1e90b668e5aec..83dd7caa3ec950466af24541ddbe7eb1d466c97b 100755 (executable)
@@ -41,6 +41,8 @@ sctl=$(which systemctl) || sctl=$(which sysd2sysv) || (echo "install sysd2sysv";
 if ! test -e /etc/apache2/sites-enabled/verleihnix.conf
 then
        ln -s /etc/apache2/sites-available/verleihnix.conf /etc/apache2/sites-enabled
+       a2enmod rewrite
+       systemctl reload apache2
        echo "verleihnix-apache2 configration enabled"
 fi
 $sctl reload apache2