WebDav

Irgendwelche Probleme mit XAMPP für Linux? Dann ist hier genau der richtige Ort um nachzufragen.

WebDav

Postby schmidtthorsten » 30. May 2008 03:56

Hallo und tach.
Ich habe ein problem mit webdav, und zwar wollte ich übers Web auf meinem Server durch webdav zugreifen.
Das einzige was ich an Fehler bekomme ist 403 Forbidden !!!
hir meine conf
<VirtualHost *:80>
ServerName test
ServerAlias test
DocumentRoot "/FTP/css"
DirectoryIndex index.php
<Directory "/FTP/css">
AllowOverride All
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
DavLockDB "/opt/lampp/var/DavLock"

Alias /uploads "/FTP/css/public"

<Directory "/FTP/css/public">
Dav On

AuthType Digest
AuthName DAV-upload
AuthUserFile "/FTP/css/public/.htaccess"

<LimitExcept GET OPTIONS>
require valid-user
</LimitExcept>
</Directory>

BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
BrowserMatch "^XML Spy" redirect-carefully
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully

#AccessFileName .htaccess
ErrorLog /var/log/vhost/test_error.log
TransferLog /var/log/vhost/test_access.log
</VirtualHost>
schmidtthorsten
 
Posts: 11
Joined: 15. April 2006 15:35
Location: ottweiler

Return to XAMPP für Linux

Who is online

Users browsing this forum: No registered users and 7 guests