• Table of Contents
    • ownCloud 8.0 Server Administration Manual Introduction
    • ownCloud 8.0 Release Notes
    • What’s New for Admins in ownCloud 8
    • Installation
      • System Requirements
      • ownCloud Deployment Recommendations
      • Preferred Linux Installation Method
      • Installation Wizard
      • Installing and Managing Apps
      • Manual Installation on Linux
      • ownCloud Community Appliance
      • Installing PHP 5.4 on RHEL 6 and CentOS 6
      • Installing PHP 5.5 on RHEL 7 and CentOS 7
      • SELinux Configuration
      • Nginx Configuration
      • Univention Corporate Server
      • Hiawatha Configuration
      • Yaws Configuration
      • Mac OS X
    • User Management
    • File Sharing and Management
    • ownCloud Server Configuration
    • Database Configuration
    • Maintenance
    • Operations
    • Issues and Troubleshooting
    • ownCloud Videos
    • 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)
    • Enterprise Logging Apps (ES only)
  • « Univention Co...
  • Yaws Configur... »

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
}
  • « Univention Co...
  • Yaws Configur... »