This repository has been archived on 2019-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
copr-dani-qgis/qgis-mapserver-lighttpd.conf

13 lines
450 B
Plaintext

fastcgi.server = ( "/maps" =>
( "localhost" =>
(
"check-local" => "disable",
"bin-path" => "/usr/libexec/qgis/qgis_mapserv.fcgi",
"socket" => "/var/run/lighttpd/qgis-fastcgi.socket",
"max-load-per-proc" => 4,
)
)
)
#"socket" => "/tmp/mapserver-fastcgi.socket",