[PATCH] Make MapServer errors appear with docker logs

Wald Commits scm-commit at wald.intevation.org
Mon Aug 14 12:31:41 CEST 2023


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1692008965 -7200
#      Mon Aug 14 12:29:25 2023 +0200
# Branch 3.2.x
# Node ID 069d7ee4c0cb1711825b7ff4d3e5cfdab0bb7244
# Parent  a00bb9d39c162ff1fc05b5f2c7e6fa1d204fe8e0
Make MapServer errors appear with docker logs

diff -r a00bb9d39c16 -r 069d7ee4c0cb docker/httpd-mapserver.conf
--- a/docker/httpd-mapserver.conf	Thu Jul 20 10:35:10 2023 +0200
+++ b/docker/httpd-mapserver.conf	Mon Aug 14 12:29:25 2023 +0200
@@ -1,4 +1,2 @@
-<VirtualHost *:80>
-	ErrorLog /dev/stderr
-	CustomLog /dev/stdout combined
-</VirtualHost>
+ErrorLog /dev/stderr
+CustomLog /dev/stdout combined


More information about the Dive4Elements-commits mailing list