[LON-CAPA-cvs] cvs: doc /build ubuntu14LTS_install.frag ubuntu16LTS_install.frag
raeburn
raeburn at source.lon-capa.org
Wed Jun 20 08:36:30 EDT 2018
raeburn Wed Jun 20 12:36:30 2018 EDT
Modified files:
/doc/build ubuntu14LTS_install.frag ubuntu16LTS_install.frag
Log:
- Instructions to enable webDAV modules on ubuntu.
Index: doc/build/ubuntu14LTS_install.frag
diff -u doc/build/ubuntu14LTS_install.frag:1.2 doc/build/ubuntu14LTS_install.frag:1.3
--- doc/build/ubuntu14LTS_install.frag:1.2 Tue Jun 3 20:38:22 2014
+++ doc/build/ubuntu14LTS_install.frag Wed Jun 20 12:36:29 2018
@@ -147,12 +147,14 @@
</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 and enable use of cgi scripts</h3>
+<h3>Set MPM mode for Apache web server and enable use of cgi scripts and webDAV</h3>
<p>Execute: </p>
<pre>
sudo a2dismod mpm_event
sudo a2enmod mpm_prefork
sudo a2enmod cgi
+sudo a2enmod dav
+sudo a2enmod dav_fs
</pre>
<h3>Retrieve and execute LON-CAPA setup program</h3>
<p>
Index: doc/build/ubuntu16LTS_install.frag
diff -u doc/build/ubuntu16LTS_install.frag:1.3 doc/build/ubuntu16LTS_install.frag:1.4
--- doc/build/ubuntu16LTS_install.frag:1.3 Mon Jun 12 21:04:08 2017
+++ doc/build/ubuntu16LTS_install.frag Wed Jun 20 12:36:29 2018
@@ -147,12 +147,14 @@
</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 and enable use of cgi scripts</h3>
+<h3>Set MPM mode for Apache web server and enable use of cgi scripts and webDAV</h3>
<p>Execute: </p>
<pre>
sudo a2dismod mpm_event
sudo a2enmod mpm_prefork
sudo a2enmod cgi
+sudo a2enmod dav
+sudo a2enmod dav_fs
</pre>
<h3>Retrieve and execute LON-CAPA setup program</h3>
<p>
More information about the LON-CAPA-cvs
mailing list