From 1872900adf2df32858625955c5bf904d51823e57 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 2 May 2017 16:52:27 +0200 Subject: reproducible Debian: use Apache's NPH cgi mechanism to display growing logfiles. Thanks to Axel Beckert for telling me about NPH… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Levsen --- hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts') 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 + + AllowOverride None + Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch + Require all granted + + Require all granted -- cgit v1.2.3-54-g00ecf