Newbie...WebDAV - ich verstehe nur Bahnhof...

Alles, was den Apache betrifft, kann hier besprochen werden.

Newbie...WebDAV - ich verstehe nur Bahnhof...

Postby loub2001 » 24. October 2005 19:18

Tach zusammen,


habe WebDAV schon aktiviert. Das klappt soweit. Aber, ich möchte gerne, dass auf meinem File-Verzeichnis geschrieben werden kann.
Die mod_dav.conf sieht so aus:
--------------------------------------------------------------------------------------
### Section WEBDAV

# Use name-based virtual hosting.

Listen 81
NameVirtualHost 127.0.0.1:81


<VirtualHost 127.0.0.1:81>
# ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "C:/xampp/xampp/webdav/"
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
AccessFileName .htaccess
DAVLockDB "C:/xampp/xampp/webdav/tmp/LockDB"
# <Location />
# DAV On
# AuthType basic
# AuthName "WAMPP mit WebDAV"
# AuthUserfile C:/xampp/xampp/webdav/.htpasswd
# <LimitExcept GET HEAD OPTIONS>
# require user wampp
# </LimitExcept>
# </Location>

<Directory "C:/xampp/xampp/webdav">
DAV On
Options All
AllowOverride All
AddHandler cgi-script .cgi .exe
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
--------------------------------------------------------------------------------------
Mein Server heißt z.B. test.123.com das Unterverzeichnis Files. Also würde ich gerne test.123.com/files freigeben an Port 81. Kann mir einer erklären, wie das geht? Wäre echt schön. Danke.
PS: Für gute Seiten über WebDAV im Allgemeien wäre ich auch dankbar. Die Apache-Seite habe ich schon durchsucht und auch dies Forum, aber irgendwie verstehe ich nur Bahnhof. Sorry.

Also schonmal Danke für eure hilfe. Hoffe ich kann euch auch bald mal helfen.
loub2001
 
Posts: 4
Joined: 18. October 2005 09:45
Location: Oer-Erkenschwick

Postby deepsurfer » 25. October 2005 00:13

NameVirtualHost 127.0.0.1:81


<VirtualHost 127.0.0.1:81>

Mal testweise ändern auf

NameVirtualHost *:81


<VirtualHost webdav:81>
bzw. <VirtualHost *:81>


Scheinbar willst du hier für alles einen Webdav eröffnen..
chirio Deep
Wie sagte einst der MCP aus Tron auf dem Bildschirm zu schreiben Pflegte
" ... end of communication ... "
User avatar
deepsurfer
AF Moderator
 
Posts: 6440
Joined: 23. November 2004 10:44
Location: Cologne
Operating System: Win-XP / Win7 / Linux -Debian


Return to Apache

Who is online

Users browsing this forum: No registered users and 258 guests