Index: build_apt.sh
===================================================================
--- build_apt.sh	(revision 3045)
+++ build_apt.sh	(working copy)
@@ -263,7 +263,7 @@
 SetEnv GDAL_DATA $INSTALLDIR/share/gdal
 SetEnv PROJ_LIB $INSTALLDIR/share/proj
 
-#LoadModule mgmapagent_module modules/mod_mgmapagent.so
+LoadModule mgmapagent_module modules/mod_mgmapagent.so
 
 #START NormalCGI PHP configuration
 #ScriptAlias /php/ "$INSTALLWEB/php/bin/"
@@ -285,7 +285,7 @@
   Allow from all
 
 AddHandler php5-script .php
-#AddHandler mgmapagent_handler fcgi
+AddHandler mgmapagent_handler fcgi
 
   RewriteEngine on
   RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]

