From 5eaf9171e3d0c378d53d7d86dbb30476738cb479 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 4 May 2007 22:26:47 +0000 Subject: [PATCH] Fix a security issue with logs directory --- debian/changelog | 6 ++++++ debian/conf/apache.conf | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0a9d79b..8d19071 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +roundcube (0.1~beta2.2~dfsg-2) experimental; urgency=high + + * Fix a security issue by disallowing access to logs. + + -- Vincent Bernat Sat, 5 May 2007 00:23:40 +0200 + roundcube (0.1~beta2.2~dfsg-1) experimental; urgency=low * Initial release. (Closes: #333756, #344949) diff --git a/debian/conf/apache.conf b/debian/conf/apache.conf index 1f5cffa..b4447d4 100644 --- a/debian/conf/apache.conf +++ b/debian/conf/apache.conf @@ -22,4 +22,9 @@ Deny from all - + + Options -FollowSymLinks + AllowOverride None + Order allow,deny + Deny from all + -- 2.39.2