[mapguide-commits] r5874 - in trunk/Installer/Support/Web: x64/Apache2/conf x86/Apache2/conf

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 30 12:18:43 EDT 2011


Author: jng
Date: 2011-05-30 09:18:43 -0700 (Mon, 30 May 2011)
New Revision: 5874

Modified:
   trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf
   trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf
Log:
Fix trunk web tier breakage in apache

Modified: trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf
===================================================================
--- trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf	2011-05-30 13:54:11 UTC (rev 5873)
+++ trunk/Installer/Support/Web/x64/Apache2/conf/httpd.conf	2011-05-30 16:18:43 UTC (rev 5874)
@@ -130,6 +130,7 @@
 LoadFile "%MG_WEB_PHP%/MgMdfParser.dll"
 LoadFile "%MG_WEB_PHP%/MgPlatformBase.dll"
 LoadFile "%MG_WEB_PHP%/MgWebApp.dll"
+LoadFile "%MG_WEB_PHP%/MgWebSupport.dll"
 
 #
 # Dynamic Shared Object (DSO) Support

Modified: trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf
===================================================================
--- trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf	2011-05-30 13:54:11 UTC (rev 5873)
+++ trunk/Installer/Support/Web/x86/Apache2/conf/httpd.conf	2011-05-30 16:18:43 UTC (rev 5874)
@@ -130,6 +130,7 @@
 LoadFile "%MG_WEB_PHP%/MgMdfParser.dll"
 LoadFile "%MG_WEB_PHP%/MgPlatformBase.dll"
 LoadFile "%MG_WEB_PHP%/MgWebApp.dll"
+LoadFile "%MG_WEB_PHP%/MgWebSupport.dll"
 
 #
 # Dynamic Shared Object (DSO) Support



More information about the mapguide-commits mailing list