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
@@ -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
@@ -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-requ...@mirrorbrain.org

Reply via email to