[Qgis-developer] Installing QGIS server
Paolo Cavallini
cavallini at faunalia.it
Tue Mar 4 05:20:22 PST 2014
Il 03/03/2014 20:41, Alex Mandel ha scritto:
> I think this was a change implemented in Apache 2.4 at least on
> Debian/Ubuntu variants. I too have had to add the .conf to the end of
> vhost config files.
Hi all.
Thanks for the replies. For the record, the solution is:
a2enmod cgi
If you do not want to enable cgi for the whole server, add to the single
site:
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Require all granted
</Directory>
All the best.
--
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
More information about the Qgis-developer
mailing list