[boinc] 01/01: Installations outside /var/www are disabled by default

Steffen Möller moeller at alioth.debian.org
Sun Sep 1 19:38:38 UTC 2013


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

moeller pushed a commit to branch master
in repository boinc.

commit 0d13872af08eb6a71a7a32dfaedc9a77596a14c9
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Sun Sep 1 21:37:35 2013 +0200

    Installations outside /var/www are disabled by default
    
    This friendly report helped me out
    http://dabase.com/blog/AH01630:_client_denied_by_server_configuration/
---
 .../make_project_overcomes_Apache24_security.patch |   20 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/make_project_overcomes_Apache24_security.patch b/debian/patches/make_project_overcomes_Apache24_security.patch
new file mode 100644
index 0000000..5a4655f
--- /dev/null
+++ b/debian/patches/make_project_overcomes_Apache24_security.patch
@@ -0,0 +1,20 @@
+Index: boinc_debian_new/tools/make_project
+===================================================================
+--- boinc_debian_new.orig/tools/make_project
++++ boinc_debian_new/tools/make_project
+@@ -321,6 +321,7 @@
+     <Directory "%(proot)s/html">
+         Options Indexes FollowSymlinks MultiViews
+         AllowOverride AuthConfig
++	Require all granted
+         Order allow,deny
+         Allow from all
+     </Directory>
+@@ -328,6 +329,7 @@
+     <Directory "%(proot)s/cgi-bin">
+         Options ExecCGI
+         AllowOverride AuthConfig
++	Require all granted
+         Order allow,deny
+         Allow from all
+     </Directory>
diff --git a/debian/patches/series b/debian/patches/series
index 4c0d3f0..5d05485 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 # patches to get Debian going
+make_project_overcomes_Apache24_security.patch
 libnotify-0.7.patch
 # undisputed patches above
 sched_driver_f_free.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list