ownCloud Administrators Manual

    • Overview
    • Introduction
    • What’s New for Admins in ownCloud 7
    • Installation
      • ownCloud Appliances
      • Installing and Managing Apps
      • Hiawatha Configuration
      • Installation Wizard
      • Lighttpd Configuration
      • Linux Distributions
      • Mac OS X
      • Nginx Configuration
      • Other Installation Methods
      • Manual Installation
      • Univention Corporate Server
      • Windows 7 and Windows Server 2008
      • Yaws Configuration
      • SELinux Configuration
    • Configuration
    • Maintenance
    • Issues

Hiawatha ConfigurationΒΆ

Add WebDAVapp = yes to the ownCloud virtual host. Users accessing WebDAV from MacOS will also need to add AllowDotFiles = yes.

Disable access to data folder:

UrlToolkit {
    ToolkitID = denyData
    Match ^/data DenyAccess
}