[LON-CAPA-cvs] cvs: doc /build ubuntu14LTS_install.frag
raeburn
raeburn at source.lon-capa.org
Tue Jun 3 16:38:22 EDT 2014
raeburn Tue Jun 3 20:38:22 2014 EDT
Modified files:
/doc/build ubuntu14LTS_install.frag
Log:
- Update installation instrctions for Ubuntu 14 LTS to include enabling
cgi scripts.
Index: doc/build/ubuntu14LTS_install.frag
diff -u doc/build/ubuntu14LTS_install.frag:1.1 doc/build/ubuntu14LTS_install.frag:1.2
--- doc/build/ubuntu14LTS_install.frag:1.1 Sun May 4 14:42:04 2014
+++ doc/build/ubuntu14LTS_install.frag Tue Jun 3 20:38:22 2014
@@ -147,11 +147,12 @@
</pre><p>
This may take some minutes due to LON-CAPA's large number of dependencies.
</p>
-<h3>Set MPM mode for Apache web server</h3>
+<h3>Set MPM mode for Apache web server and enable use of cgi scripts</h3>
<p>Execute: </p>
<pre>
sudo a2dismod mpm_event
sudo a2enmod mpm_prefork
+sudo a2enmod cgi
</pre>
<h3>Retrieve and execute LON-CAPA setup program</h3>
<p>
More information about the LON-CAPA-cvs
mailing list