[QGIS-Developer] is QGIS Server 3.4 working?

umbertofilippo umbertofilippo at tiscali.it
Sat Nov 3 13:51:08 PDT 2018


Sorry, everything was ok with my config and QGIS SERVER.
Thanks to  gis.stackoverflow comment to my question
<https://gis.stackexchange.com/questions/301305/qgis-server-3-service-service-unknown-or-unsupported?noredirect=1#comment485177_301305> 
, I found out the problem was in the way I created my URL request and CURL.
Instead of doing curl
http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS%26VERSION=1.3.0%26REQUEST=GetCapabilities%26map=/home/ubuntu/qgis/projects/test_qgis/milano_test.qgs
I had to do curl
"http://qgis.demo/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&map=/home/ubuntu/qgis/projects/test_qgis/milano_test.qgs"
*no %26 instead of &, and the entire URL within double quotes.*



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html


More information about the QGIS-Developer mailing list