ownCloud Administrators Manual

    • Table of Contents
    • Introduction
    • ownCloud Videos
    • What’s New for Admins in ownCloud 7
    • ownCloud 7.0 Release Notes
    • Installation
      • Preferred Linux Installation Method
      • ownCloud Appliances
      • Installing and Managing Apps
      • Hiawatha Configuration
      • Installation Wizard
      • Lighttpd Configuration
      • Mac OS X
      • Nginx Configuration
      • Other Installation Methods
      • Manual Installation on Linux
      • Univention Corporate Server
      • Windows 7 and Windows Server 2008
      • Yaws Configuration
      • SELinux Configuration
    • Configuration
    • Maintenance
    • Issues and Troubleshooting

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
}