ownCloud Server Administration Manual

    • Table of Contents
    • ownCloud 8.1 Server Administration Manual Introduction
    • ownCloud 8.1 Release Notes
    • What’s New for Admins in ownCloud 8.1
    • Installation
      • Preferred Linux Installation Method
      • Installing ownCloud From the Command Line
      • Installation Wizard
      • ownCloud Appliances
      • Installing and Managing Apps
      • Hiawatha Configuration
      • Nginx Configuration
      • Manual Installation on Linux
      • Univention Corporate Server
      • Yaws Configuration
      • SELinux Configuration
      • Mac OS X
    • User Management
    • File Sharing and Management
    • ownCloud Server Configuration
    • Database Configuration
    • Maintenance
    • Operations
    • Issues and Troubleshooting
    • Enterprise Subscription Installation (ES Only)
    • Creating Branded ownCloud Clients (ES only)
    • External Storage (ES only)
    • User Management (ES only)
    • Enabling Anonymous Uploads with Files Drop (ES Only)

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
}