Hi all. Sorry for the stupid question. I just installed qgis-mapserver (from qgis repo, waiting for official packages) on a jessie machine. Usually the server responds strainght away at the address
http://myhost/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities but now I get client denied by server configuration: /usr/lib/cgi-bin/qgis_mapserv.fcgi Has something been changed in the apache config? I tried adding to 000-defualt.conf Alias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> and also a2enconf says serve-cgi-bin is enabled. Any hint on how to fix this would be appreciated. Is there something that should be handled by post-install? All the best. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
