summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-02 16:52:27 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-02 16:52:27 +0200
commit1872900adf2df32858625955c5bf904d51823e57 (patch)
treec4adff2999f8ac138f47e1c4d3026bd8f940b1b9 /hosts
parent055f9b1e21e169e5ab92a40421bf4b1b35abfca9 (diff)
downloadjenkins.debian.net-1872900adf2df32858625955c5bf904d51823e57.tar.xz
reproducible Debian: use Apache's NPH cgi mechanism to display growing logfiles. Thanks to Axel Beckert for telling me about NPH…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts')
-rw-r--r--hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
index 9310e203..80fd7ce3 100644
--- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
+++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
@@ -330,6 +330,14 @@ Use common-debian-service-https-redirect www.reproducible-builds.org
RewriteCond %{REQUEST_URI} ^/debian(/|)$
RewriteRule ^/?(.*) /debian/reproducible.html [R,L]
+ # for watching service logfiles
+ ScriptAlias /cgi-bin /srv/jenkins/bin/cgi-bin
+ <Directory "/srv/jenkins/bin/cgi-bin">
+ AllowOverride None
+ Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
+ Require all granted
+ </Directory>
+
<Proxy *>
Require all granted
</Proxy>