[Mapbender-commits] r6535 - trunk/build/osgeolive

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Jul 3 09:16:06 EDT 2010


Author: uli
Date: 2010-07-03 13:16:06 +0000 (Sat, 03 Jul 2010)
New Revision: 6535

Modified:
   trunk/build/osgeolive/install_mapbender.sh
Log:


Modified: trunk/build/osgeolive/install_mapbender.sh
===================================================================
--- trunk/build/osgeolive/install_mapbender.sh	2010-07-03 13:09:44 UTC (rev 6534)
+++ trunk/build/osgeolive/install_mapbender.sh	2010-07-03 13:16:06 UTC (rev 6535)
@@ -108,7 +108,7 @@
 
 #Create apache2 configuration for mapbender-owsproxy
 echo "#Configure apache for mapbender-owsproxy " >> /etc/apache2/conf.d/mapbender
-echo "Alias /mapbender $INSTALL_DIR/mapbender/owsproxy/" >> /etc/apache2/conf.d/mapbender
+echo "Alias /owsproxy $INSTALL_DIR/mapbender/owsproxy/" >> /etc/apache2/conf.d/mapbender
 echo "<Directory $INSTALL_DIR/mapbender/owsproxy>" >> /etc/apache2/conf.d/mapbender
 echo "Options MultiViews" >> /etc/apache2/conf.d/mapbender
 echo "DirectoryIndex index.php" >> /etc/apache2/conf.d/mapbender



More information about the Mapbender_commits mailing list