-- HILFE --

Hallo Gemeinde,

ich brauche mal Hilfe mit WEBDAV...und APACHE

Es funktioniert alles, daher das Mounten mit Explorer und Up/Downloads etc. alles geht...

Das was mich stört sind die Fehlermeldungen im ERRORLOG

z.B. Wenn ich eine Datei neu Uploade kommt :

[Sat Sep 03 13:59:12 2005] [error] [client xxx] File does not exist: /srv/www/htdocs/xxx/typo3/WebDAV/DSC_0656.JPG

Wenn ich die selbe Datei nur überschreibe kommt nix..

Meine Konfig:

# Freigabe WebDAV
#############################################################################################
DavLockDB /srv/www/htdocs/dav/lock
DAVMinTimeout 600

<DirectoryMatch /srv/www/htdocs/xxx/typo3/WebDAV>
  <FilesMatch "\.php[12345]?$">
   Satisfy All
   Order deny,allow
   Deny from All
   </FilesMatch>
</DirectoryMatch>

<Location /typo3/WebDAV>
       AllowOverride None
       Options IncludesNOEXEC -ExecCGI Indexes FollowSymlinks
AddHandler cgi-script .cgi .pl .php .sh .pm .phtml .com .exe .bat .csh .js
       Dav on
</Location>

-------------------------------------

Natürlich habe ich noch etliche andere Konfigurationen die evtl diese Fehlermeldung verursachen, aber ich komme einfach nicht dahinter...

Kann mir evtl. jemand einen TIP geben wo ich suchen könnte ?

MfG

Tomas Michal


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

Antwort per Email an