[Pkg-apache-commits] r1281 - in /trunk/apache2: README.Debian changelog

sf at alioth.debian.org sf at alioth.debian.org
Sat Feb 26 14:06:41 UTC 2011


Author: sf
Date: Sat Feb 26 14:06:30 2011
New Revision: 1281

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1281
Log:
Add hint in README.Debian about 403 error with mod_dav PUT

Modified:
    trunk/apache2/README.Debian
    trunk/apache2/changelog

Modified: trunk/apache2/README.Debian
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/README.Debian?rev=1281&op=diff
==============================================================================
--- trunk/apache2/README.Debian (original)
+++ trunk/apache2/README.Debian Sat Feb 26 14:06:30 2011
@@ -385,3 +385,9 @@
     Apache configuration. This will reduce Apache's performance.
     Because of the way Apache's memory allocator interacts with glibc's malloc,
     higher values of MaxMemFree don't have much effect.
+
+11) A PUT with mod_dav_fs fails with "Unable to PUT new contents for /...
+[403, #0]" even if Apache has permission to write the file.
+
+Apache also needs write permission to the directory containing the file, in
+order to replace it atomically.

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1281&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Sat Feb 26 14:06:30 2011
@@ -1,3 +1,9 @@
+apache2 (2.2.17-2) UNRELEASED; urgency=low
+
+  * Add hint in README.Debian about 403 error with mod_dav PUT. Closes: #613438
+
+ -- Stefan Fritsch <sf at debian.org>  Sat, 26 Feb 2011 15:04:45 +0100
+
 apache2 (2.2.17-1) unstable; urgency=low
 
   * New upstream version




More information about the Pkg-apache-commits mailing list