Skip to content

A WebDAV file share/inbox configuration example for Apache 2.4

License

Notifications You must be signed in to change notification settings

dbohdan/apache-2.4-webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache-2.4-webdav

This is an example of a WebDAV setup that can replace a legacy FTP server for both downloads and uploading. It allows anonymous users to upload files to /incoming/. It shows a server status page at /status/. You should modify this configuration to suit your needs. Do not let it out on the open Internet unless you understand the security implications. SSL support is missing.

Installation on Debian/Ubuntu

# Only with Rivet 3.x.
sudo a2dismod mpm_prefork
sudo a2enmod mpm_event

sudo ./deploy

License

MIT.

About

A WebDAV file share/inbox configuration example for Apache 2.4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published