diff options
author | Monsta <[email protected]> | 2015-09-08 16:49:32 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-08 16:52:18 +0300 |
commit | 5487116f2f65631346038d7192e2d9e7297d0bfa (patch) | |
tree | 53d6b76264a842e8a33d12bc21d2427c0859259f /data/dav_user_2.0.conf | |
parent | dadcc6243c6f3a7bcf7aba443816c50e987fc6e4 (diff) | |
download | mate-user-share-5487116f2f65631346038d7192e2d9e7297d0bfa.tar.bz2 mate-user-share-5487116f2f65631346038d7192e2d9e7297d0bfa.tar.xz |
drop apache 2.0 config, it's ancient
Diffstat (limited to 'data/dav_user_2.0.conf')
-rw-r--r-- | data/dav_user_2.0.conf | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/data/dav_user_2.0.conf b/data/dav_user_2.0.conf deleted file mode 100644 index 0be05f3..0000000 --- a/data/dav_user_2.0.conf +++ /dev/null @@ -1,40 +0,0 @@ -ServerRoot ${XDG_CONFIG_HOME}/user-share -PidFile pid -LockFile lock -LogLevel crit -#LogLevel info -ErrorLog log -DAVLockDB lock - -LimitXMLRequestBody 100000 - -LoadModule dav_module /etc/httpd/modules/mod_dav.so -LoadModule dav_fs_module /etc/httpd/modules/mod_dav_fs.so -LoadModule auth_digest_module /etc/httpd/modules/mod_auth_digest.so - -DocumentRoot ${XDG_PUBLICSHARE_DIR} -<Directory "${XDG_PUBLICSHARE_DIR}"> - AllowOverride None - DAV On - - AuthType Digest - AuthName "Please log in as the user guest" - AuthDigestDomain / - AuthDigestFile ${XDG_CONFIG_HOME}/user-share/passwd - - - <IfDefine RequirePasswordAlways> - Require user guest - </IfDefine> - - <IfDefine RequirePasswordOnWrite> - <LimitExcept GET OPTIONS PROPFIND> - Require user guest - </LimitExcept> - </IfDefine> -</Directory> - -StartServers 1 -MinSpareServers 1 -MaxSpareServers 1 -MaxClients 3 |