Adding missing instructions to load missing Apache2 modules for Fidelius to work!
authorrtrimana <rtrimana@uci.edu>
Wed, 20 Mar 2019 00:45:10 +0000 (17:45 -0700)
committerrtrimana <rtrimana@uci.edu>
Wed, 20 Mar 2019 00:45:10 +0000 (17:45 -0700)
version2/src/server/README.txt

index 6eb138f6b5792ea362a707d80e988e42e74aa76a..34175e7be603bc1858072b2bdd5a42b80adc0b4f 100644 (file)
@@ -30,3 +30,12 @@ SetEnv IOTCLOUD_ROOT /iotcloud/
 8) Compile cloud server by typing make
 
 9) Copy it to the cgi-bin directory.
+
+10) Make sure that the 'rewrite' module is loaded. Run on the command prompt:
+sudo a2enmod rewrite
+
+11) Make sure that the 'cgid' module is loaded. Run on the command prompt:
+sudo a2enmod cgid
+
+12) Restart the apache server. Run on the command prompt:
+sudo service apache2 restart