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 _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
