[Git][debian-gis-team/tirex][master] Use virtualhost based configuration.

ǝɹʇʇɐʃǝ◖ xıʃǝɟ (@xamanu) gitlab at salsa.debian.org
Sun Sep 19 16:22:13 BST 2021



ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tirex


Commits:
6750c3f9 by Felix Delattre at 2021-09-19T14:55:31+00:00
Use virtualhost based configuration.

- - - - -


3 changed files:

- debian/control
- debian/etc/apache2/tirex.conf
- debian/tirex.examples


Changes:

=====================================
debian/control
=====================================
@@ -26,7 +26,6 @@ Depends: adduser,
          ${perl:Depends},
          ${shlibs:Depends}
 Recommends: ${misc:Recommends}
-Conflicts: renderd,
 Description: Daemon that renders raster map tile using different backends
  Tirex consists of several tools to manage map raster tile rendering and
  caching. It contains the master daemon, rendering manager, backends for


=====================================
debian/etc/apache2/tirex.conf
=====================================
@@ -1,8 +1,5 @@
-<Directory /var/cache/tirex/tiles>
-
-    Options Indexes FollowSymLinks MultiViews
-    AllowOverride None
-    Require all granted
+Listen 8082
+<VirtualHost *:8082>
 
     ModTileTileDir /var/cache/tirex/tiles
 
@@ -140,4 +137,4 @@
     RedirectMatch 404 /tiles/.*/dirty
     RedirectMatch 404 /tiles/.*/status
 
-</Directory>
+</VirtualHost>


=====================================
debian/tirex.examples
=====================================
@@ -1 +1,2 @@
 utils/*
+debian/etc/tirex/renderer/mapnik



View it on GitLab: https://salsa.debian.org/debian-gis-team/tirex/-/commit/6750c3f98ab3097ad474d2f88c7c39851be2773a

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/tirex/-/commit/6750c3f98ab3097ad474d2f88c7c39851be2773a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210919/c8c242e8/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list