Hallo,

ich beobachte mit zwei apache2 Versionen auf zwei verschiedenen Architekturen ein Problem. Die Apache Versionene die ich verwende stammen beide aus dem Debian Repository und sind 2.2.3 und 2.2.6.
Zur Veranschaulichung die WebDAV Session:

----- Schnipp ----

[EMAIL PROTECTED]:~$ cadaver localhost
dav:/> ls
Listing collection `/': collection is empty.
dav:/> put Entries.bak
Uploading Entries.bak to `/Entries.bak':
Progress: [=============================>] 100,0% of 405 bytes succeeded.
dav:/> ls
Listing collection `/': succeeded.
       Entries.bak                          405  Jan 22 10:35
dav:/> put Entries
Uploading Entries to `/Entries':
Progress: [=============================>] 100,0% of 58630 bytes succeeded.
dav:/> ls
Listing collection `/': succeeded.
       Entries.bak                        58630  Jan 22 10:36
dav:/>

----- Schnapp ----

Wie man sehen kann wird beim zweiten Upload das File Entries.bak mit dem Inhalt von Entries überschrieben.

Gibt es für dieses Problem einen Workaround, oder habe ich einen Fehler in meiner Konfiguration ?

Meine Konfiguration:

<VirtualHost 127.0.0.1>
       Servername localhost
       ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www/desert/storage
       <Directory />
               Options FollowSymLinks
               AllowOverride None
       </Directory>
       <Directory /var/www/desert/storage>
               Dav On
               DavDepthInfinity on
               Options Indexes FollowSymLinks MultiViews
               AllowOverride None
               Order allow,deny
               allow from all
       </Directory>

       ErrorLog /var/log/apache2/error.log
       LogLevel warn
       CustomLog /var/log/apache2/access.log combined
       ServerSignature On
</VirtualHost>

Vielen Dank.

  Matthias Barmeier


--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de" unsubscribe-Anfragen an [EMAIL PROTECTED]
          sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an