On Tue, Feb 2, 2021 at 12:34 PM Richard Duivenvoorde <[email protected]> wrote: > > Hi (Server)Devs, > > When I run the minimal qgis_mapserver and go to http://localhost:8000 QGIS > server presents me the nice "QGIS Server Catalog" landingpage. > > But installing (the exact same) qgis server as fast-cgi in my local apache I > do NOT get that....
Hi Richard, ... and you get what? > > Do I have to enable the QGIS_PLUGINPATH env var? nope: landing page is not a python plugin. > I tried to set it to the "/build/output/data/" or > "/build/output/data/resources" as there are some js files there for the > server... > > Going to http://localhost/cgi-bin/qgis_mapserv.fcgi/wfs3/ I get a landing > page, but that one is different from the "QGIS Server Catalog" which I have > if I run qgis_mapserver. yeah, that's the WFS3/OAPIF landing page, dictated by the standar. > > Any hints? It depends on what you actually get instead of the landing page. Try checking the logs, the landing page is pretty chatty. -- Alessandro Pasotti QCooperative: www.qcooperative.net ItOpen: www.itopen.it _______________________________________________ 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
