debian9-test: a2enmod cgi master
authorMichael Wagner <info@wagnertech.de>
Thu, 27 Feb 2020 12:11:48 +0000 (13:11 +0100)
committerMichael Wagner <info@wagnertech.de>
Thu, 27 Feb 2020 12:11:48 +0000 (13:11 +0100)
TestXfhem/bin/install-sysal-stub

index fae34cb..0121c38 100755 (executable)
@@ -21,6 +21,7 @@ Alias /sysal/rest/AlarmInterface/RemoteWatchdog $cwd/bin/sysal-stub.pl
 </Directory>
 " > /etc/apache2/sites-available/sysal_stub.conf
 a2ensite sysal_stub
+a2enmod cgi
 
 systemctl restart apache2