[mirrorbrain-commits] r8339 - /trunk/docs/installation/debian.rst

From: <poeml_at_mirrorbrain.org>
Date: Mon, 27 Jan 2014 20:24:39 -0000
Author: poeml
Date: Mon Jan 27 21:24:38 2014
New Revision: 8339

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8339&view=rev
Log:
docs/install/debian: add hint about loading Apache modules

Modified:
    trunk/docs/installation/debian.rst

Modified: trunk/docs/installation/debian.rst
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/debian.rst?rev=8339&r1=8338&r2=8339&view=diff
==============================================================================
--- trunk/docs/installation/debian.rst	(original)
+++ trunk/docs/installation/debian.rst	Mon Jan 27 21:24:38 2014
_at_@ -83,6 +83,19 @@
 is a good choice for busy download servers. If something like PHP is in use as
 embedded interpreter (mod_php), though, then you need to stick to the prefork
 MPM, because libraries that are used by PHP might not be threadsafe.
+
+
+Loading Apache modules
+~~~~~~~~~~~~~~~~~~~~~~
+
+Don't forget to load the needed Apache modules::
+
+  a2enmod form
+  a2enmod mirrorbrain
+  a2enmod geoip
+  a2enmod dbd
+  a2enmod autoindex_mb   # instead of Apache's own mod_autoindex
+  a2enmod asn # only if you use that module as well
 
 
 Configure mod_geoip
_at_@ -133,6 +146,7 @@
 
 Running the following snippet will create a configuration for mod_dbd::
 
+  sudo a2enmod dbd
   sudo sh -c "cat > /etc/apache2/mods-available/dbd.conf << EOF
    <IfModule mod_dbd.c>
       DBDriver pgsql




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Mon Jan 27 2014 - 20:24:44 GMT

This archive was generated by hypermail 2.3.0 : Mon Jan 27 2014 - 20:32:04 GMT