https://github.com/dbohdan/apache-2.4-webdav
A WebDAV file share/inbox configuration example for Apache 2.4
https://github.com/dbohdan/apache-2.4-webdav
apache configuration example file-sharing file-upload webdav
Last synced: 7 months ago
JSON representation
A WebDAV file share/inbox configuration example for Apache 2.4
- Host: GitHub
- URL: https://github.com/dbohdan/apache-2.4-webdav
- Owner: dbohdan
- License: mit
- Created: 2019-06-06T15:01:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T10:26:46.000Z (about 3 years ago)
- Last Synced: 2025-01-11T12:17:20.505Z (about 1 year ago)
- Topics: apache, configuration, example, file-sharing, file-upload, webdav
- Language: CSS
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# 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
```sh
# Only with Rivet 3.x.
sudo a2dismod mpm_prefork
sudo a2enmod mpm_event
sudo ./deploy
```
## License
MIT.