[Qa-jenkins-scm] [jenkins.debian.net] 01/01: jenkins.d.n jessie upgrade: use 'Require all granted' as needed for apache 2.4 - thanks deki

Holger Levsen holger at moszumanska.debian.org
Mon Jun 1 18:47:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit bdd5ae38eadcba5cb2621a49c44977e73f159c2a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 1 20:46:41 2015 +0200

    jenkins.d.n jessie upgrade: use 'Require all granted' as needed for apache 2.4 - thanks deki
---
 etc/apache2/sites-available/jenkins.debian.net | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net
index cc42db8..91c93fe 100644
--- a/etc/apache2/sites-available/jenkins.debian.net
+++ b/etc/apache2/sites-available/jenkins.debian.net
@@ -8,8 +8,7 @@ NameVirtualHost *:443
 		CustomLog /var/log/apache2/access.log combined
 		ErrorLog /var/log/apache2/error.log
 		<Proxy *>
-			Order deny,allow
-			Allow from all
+			Require all granted
 		</Proxy>
 		ProxyPreserveHost on
 		AllowEncodedSlashes NoDecode
@@ -47,15 +46,13 @@ NameVirtualHost *:443
 	<Directory /var/www/>
 		Options Indexes FollowSymLinks MultiViews
 		AllowOverride None
-		Order allow,deny
-		allow from all
+		Require all granted
 		AddType text/plain .log
 	</Directory>
 	<Directory /var/lib/jenkins/userContent>
 		Options Indexes FollowSymLinks MultiViews
 		AllowOverride None
-		Order allow,deny
-		allow from all
+		Require all granted
 		AddType text/plain .log
 	</Directory>
 
@@ -136,8 +133,7 @@ Use common-debian-service-https-redirect reproducible.debian.net
 	RewriteRule ^/?(.*) https://reproducible.debian.net/$1 [R=301,L]
 
 	<Proxy *>
-		Order deny,allow
-		Allow from all
+		Require all granted
 	</Proxy>
 	ProxyPreserveHost on
 	AllowEncodedSlashes NoDecode
@@ -250,4 +246,8 @@ Use common-debian-service-https-redirect reproducible.debian.net
 	RewriteCond %{REQUEST_URI} ^/(testing|unstable|experimental)/$
 	RewriteRule ^/(.*) /$1index_suite_stats.html [R,L]
 
+	<Proxy *>
+		Require all granted
+	</Proxy>
+
 </VirtualHost>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list