Enable Apache2 mod_cgi
authorAndy Witter <awitter@georgialibraries.org>
Tue, 29 Sep 2015 15:26:03 +0000 (11:26 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 29 Sep 2015 15:26:03 +0000 (11:26 -0400)
templates/setup-head.sh

index 35c2c8e..53061f4 100755 (executable)
@@ -166,6 +166,7 @@ a2enmod rewrite
 a2enmod deflate
 a2dismod mpm_event
 a2enmod mpm_prefork
+a2enmod cgi
 
 if [ -e /etc/apache2/sites-enabled/000-default.conf ]
        then