[Live-demo] [OSGeo] #1440: QGIS Server appears to be broken

OSGeo trac_osgeo at osgeo.org
Thu Dec 25 11:47:18 PST 2014


#1440: QGIS Server appears to be broken
----------------------+-----------------------------------------------------
 Reporter:  kalxas    |       Owner:  live-demo@…              
     Type:  defect    |      Status:  new                      
 Priority:  critical  |   Milestone:  OSGeoLive8.5             
Component:  LiveDVD   |    Keywords:                           
----------------------+-----------------------------------------------------

Comment(by sebastic):

 The qgis-mapserver package was renamed in QGIS 2.6.0 to qgis-server.

 Changing the install scripts to install qgis-server instead should resolve
 the problem:
 {{{
 Index: install_qgis_mapserver.sh
 ===================================================================
 --- install_qgis_mapserver.sh   (revision 12080)
 +++ install_qgis_mapserver.sh   (working copy)
 @@ -37,8 +37,8 @@
  QS_APACHE_CONF=$APP_CONF_DIR$QS_APACHE_CONF_FILE
  APACHE_CONF_DIR="/etc/apache2/conf-available/"

 -## get qgis_mapserver
 -apt-get install --assume-yes qgis-mapserver libapache2-mod-fcgid
 +## get qgis server
 +apt-get install --assume-yes qgis-server libapache2-mod-fcgid

  # Make sure Apache has cgi-bin setup, and that fcgid is enabled
  a2enmod cgi
 }}}

 You'll also want to remove all the obsolete qgis packages for previous
 versions from the APT repository.

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1440#comment:3>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Osgeolive mailing list