ownCloud Server Administration Manual

    • Table of Contents
    • ownCloud 8.2 Server Administration Manual Introduction
    • ownCloud 8.2 Release Notes
    • What’s New for Admins in ownCloud 8.2
    • Installation
      • System Requirements
      • Preferred Linux Installation Method
      • Installation Wizard
      • Installing ownCloud From the Command Line
      • Installing and Managing Apps
      • Manual Installation on Linux
      • ownCloud Community Appliance
      • Installing PHP 5.4 on RHEL 6 and CentOS 6
      • SELinux Configuration
      • Nginx Configuration
      • Univention Corporate Server
      • Hiawatha Configuration
      • Yaws Configuration
      • Mac OS X
    • ownCloud Server Configuration
    • User Management
    • File Sharing and Management
    • Database Configuration
    • Mimetypes Management
    • Maintenance
    • Operations
    • Issues and Troubleshooting
    • Enterprise Subscription Installation (ES Only)
    • Creating Branded ownCloud Clients (ES only)
    • Enterprise Server Branding (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
}