File: examples/apache-directory-list/webdav.conf

Recommend this page to a friend!
  Classes of Dom Hastings   JS Webdav Client   examples/apache-directory-list/webdav.conf   Download  
File: examples/apache-directory-list/webdav.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Webdav Client
Access files of a Webdav server
Author: By
Last change: Merge in changes from #93
Add first pass at i18n (using i18next).
Date: 4 months ago
Size: 647 bytes
 

Contents

Class file image Download
<VirtualHost *:80> ServerName webdav.server.com DocumentRoot /var/www/html/ # assuming webdav-js is checked out to /var/www/webdav-js Alias /webdav-js /var/www/webdav-js <Location /> DirectoryIndex disabled IndexOptions +Charset=UTF-8 DAV on AllowOverride None Options +Indexes -ExecCGI HeaderName /webdav-js/examples/apache-directory-list/header.html SetHandler None </Location> # Add security <Directory /var/www/webdav-js> Satisfy all <LimitExcept GET> Deny from all </LimitExcept> </Directory> </VirtualHost>