Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 77174 invoked from network); 26 May 2010 10:19:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 May 2010 10:19:22 -0000 Received: (qmail 24710 invoked by uid 500); 26 May 2010 10:19:18 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 24529 invoked by uid 500); 26 May 2010 10:19:15 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 24521 invoked by uid 99); 26 May 2010 10:19:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 10:19:15 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rverchere@gmail.com designates 74.125.83.45 as permitted sender) Received: from [74.125.83.45] (HELO mail-gw0-f45.google.com) (74.125.83.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 10:19:09 +0000 Received: by gwb11 with SMTP id 11so679843gwb.18 for ; Wed, 26 May 2010 03:18:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=tIx+00YyjhN/yg/zQjrjSlIrwdWjeNcc/limilJhss0=; b=i9eKC3RqWOVdI90KuXiJIg9G01T2hQX02Q35vIbLfoO6v476paOkqi0GNYDBQXtG/Y UBgkdnK4YEoOj9hB3691MVJw5PI2gBl7pCQDrSUG6PZlbusjbZYZ0W2y/iC3srgxByeX nc4iyfmT1gMKEu7VYJwdaud6Qf25L3O65C1lo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kEDQBKuPSFn/JRpQqXISW0y3bM4/zjmWrnxXYIwmQqja2rbNZPFtu2sYHmPDxixoMj KPjGZk+MOD0qsmmq1++TReQZSf6eomu3KO9VdL4xw/qBSPqMAc65Ylw4QNiGeF9guevX j3T/6eTHl7OZHIJTrWsQfbvNN9AMnt+tkkFcE= MIME-Version: 1.0 Received: by 10.101.189.31 with SMTP id r31mr10508071anp.37.1274869128079; Wed, 26 May 2010 03:18:48 -0700 (PDT) Received: by 10.100.229.16 with HTTP; Wed, 26 May 2010 03:18:47 -0700 (PDT) Date: Wed, 26 May 2010 12:18:47 +0200 Message-ID: From: Remi To: users@httpd.apache.org Content-Type: multipart/alternative; boundary=0016e6d2735383adbf04877c993f Subject: [users@httpd] Webdav - Files sent twice with --0016e6d2735383adbf04877c993f Content-Type: text/plain; charset=UTF-8 Hi all, I have a server running apache with mod_dav enabled. I try to set up a directory where only valid users can put files. Anonymous can get these files. I have an issue with this configuration. Below is the behavior when a valid user put a file on the server : - file is uploaded to server - server ask login/password - file is uploaded to server again. Does anyone have an idea why file is put twice ? How can I fix it ? Please find my webdav configuration below: DavLockDB /local/var/apache2/DavLock DAV On DavMinTimeout 300 Options Indexes MultiViews FollowSymlinks AllowOverride None Order allow,deny Allow from all AuthName "Company" AuthType Basic AuthBasicProvider ldap AuthLDAPURL "ldap:// ldap.company.com:389/ou=users,dc=company,dc=com?uid" AddDefaultCharset utf-8 AuthzLDAPAuthoritative off Require valid-user Kind Regards ! Remi --0016e6d2735383adbf04877c993f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all,

I have a server running apache with mod_dav enab= led.
I try to set up a directory where only valid users can put f= iles. Anonymous can get these files.
I have an issue with this co= nfiguration. Below is the=C2=A0behavior=C2=A0when a valid user put a file o= n the server :
- file is uploaded to server
- server ask login/password
- file is uploaded to server again.

Do= es anyone have an idea why file is put twice ? How can I fix it ?

Please find my webdav configuration below:
<= div>
=C2=A0=C2=A0 =C2=A0<IfModule mod_dav.c>
=C2=A0=C2= =A0 =C2=A0 =C2=A0DavLockDB /local/var/apache2/DavLock
=C2=A0=C2= =A0 =C2=A0 =C2=A0<Directory "/local/var/www/share">
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0DAV On
=C2=A0=C2=A0 =C2=A0 = =C2=A0 =C2=A0DavMinTimeout 300=C2=A0
=C2=A0=C2=A0 =C2=A0 =C2=A0 = =C2=A0Options Indexes MultiViews FollowSymlinks
=C2=A0=C2=A0 =C2= =A0 =C2=A0 =C2=A0AllowOverride None
=C2=A0=C2=A0 =C2=A0 =C2=A0 = =C2=A0Order allow,deny
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0Allow fro= m all
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0AuthName "Company"
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0AuthType Basic
=C2=A0=C2=A0 = =C2=A0 =C2=A0 =C2=A0AuthBasicProvider ldap
=C2=A0=C2=A0 =C2=A0 = =C2=A0 =C2=A0AuthLDAPURL "ldap://ldap.company.com:389/ou=3Dusers,dc= =3Dcompany,dc=3Dcom?uid"
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0AddDefaultCharset utf-8
=C2= =A0=C2=A0 =C2=A0 =C2=A0 =C2=A0AuthzLDAPAuthoritative off=C2=A0
= =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0<Limit POST PUT DELETE PROPPATCH MKCOL = COPY MOVE LOCK UNLOCK>
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0Require valid-user
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0</Limit= >
=C2=A0=C2=A0 =C2=A0 =C2=A0</Directory>
=C2=A0=C2= =A0</IfModule>

Kind Regards !

=
Remi




=

--0016e6d2735383adbf04877c993f--