home *** CD-ROM | disk | FTP | other *** search
- ### 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 /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 /xampp/webdav/tmp/LockDB
- #<Location />
- #DAV On
- #AuthType basic
- #AuthName "WAMPP mit WebDAV"
- #AuthUserfile /xampp/webdav/.htpasswd
- #<LimitExcept GET HEAD OPTIONS>
- #require user wampp
- #</LimitExcept>
- #</Location>
-
- <Directory "/xampp/webdav/">
- DAV On
- Options ALL
- AllowOverride All
- AddHandler cgi-script .cgi .exe
- Order allow,deny
- Allow from all
- </Directory>
- </VirtualHost>