Opened 10 years ago
Closed 10 years ago
#1440 closed defect (fixed)
QGIS Server appears to be broken
Reported by: | kalxas | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | OSGeoLive8.5 |
Component: | OSGeoLive | Keywords: | |
Cc: | live-demo@… |
Description
In nightly build 12066
Change History (8)
comment:1 by , 10 years ago
comment:3 by , 10 years ago
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.
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
trac automatically closed this ticket...
comment:7 by , 10 years ago
Priority: | critical → major |
---|
Tested with: apt-get install qgis-server in build [12080] and it works fine. Waiting for next builds to close this ticket
comment:8 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
confirmed fixed in build [12081]
Note:
See TracTickets
for help on using tickets.
bingo: