[Pkg-apache-commits] r1282 - in /branches/squeeze-apache2: README.Debian changelog

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


Author: sf
Date: Sat Feb 26 14:07:34 2011
New Revision: 1282

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

Modified:
    branches/squeeze-apache2/README.Debian
    branches/squeeze-apache2/changelog

Modified: branches/squeeze-apache2/README.Debian
URL: http://svn.debian.org/wsvn/pkg-apache/branches/squeeze-apache2/README.Debian?rev=1282&op=diff
==============================================================================
--- branches/squeeze-apache2/README.Debian (original)
+++ branches/squeeze-apache2/README.Debian Sat Feb 26 14:07:34 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: branches/squeeze-apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/branches/squeeze-apache2/changelog?rev=1282&op=diff
==============================================================================
--- branches/squeeze-apache2/changelog (original)
+++ branches/squeeze-apache2/changelog Sat Feb 26 14:07:34 2011
@@ -1,3 +1,10 @@
+apache2 (2.2.16-6+squeeze1) 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:06:38 +0100
+
 apache2 (2.2.16-6) unstable; urgency=low
 
   * Also add $named to the secondary-init-script example.




More information about the Pkg-apache-commits mailing list