From af86e34bfbc0414735fd3f4317af18814d078810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 26 Jun 2017 15:15:38 +0200 Subject: [PATCH] Fix an issue in the QGIS server httpd configuration --- qgis-server-httpd.conf | 2 +- qgis.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/qgis-server-httpd.conf b/qgis-server-httpd.conf index ce4e4bc..39866c1 100644 --- a/qgis-server-httpd.conf +++ b/qgis-server-httpd.conf @@ -2,7 +2,7 @@ # It is not meant for productive use. RewriteEngine on -RewriteRule ^/wms/(.+)$ /qgis/qgis_mapserv.fcgi?map=/var/www/wms/$1.qgs [QSA,PT] +RewriteRule ^/wms/(.*)$ /qgis/qgis_mapserv.fcgi?map=/var/www/wms/$1.qgs [QSA,PT] ScriptAlias /qgis/ "/usr/libexec/qgis/" diff --git a/qgis.spec b/qgis.spec index 1df7239..1ffc14d 100644 --- a/qgis.spec +++ b/qgis.spec @@ -418,6 +418,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog * Mon Jun 26 2017 Daniele ViganĂ² - 2.18.10-1 +- Fix an issue in the QGIS server httpd configuration - New upstream release * Mon May 29 2017 Daniele ViganĂ² - 2.18.9-1