On 01/29/2012 04:20 AM, Ziegler Stefan wrote: > Hi > > Is there a way to have different QGIS server versions (e.g. master and raster > resampler branch) with one apache? I do have the following line in the > fcgi.conf file: > > DefaultInitEnv LD_LIBRARY_PATH /home/stefan/Apps/qgis_master/lib > > How to deal with the second qgis server version? > > Regards > Stefan >
Generally with apache, 1 fcgi per service you want to run. So you have 2 different fcgi files and in your vhost config you point to each one based on a different url (eg /maps /mapsmaster) Give that a shot. Thanks, Alex _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
