X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Flighttpd%2Ffiles%2Flighttpd.conf;h=48d6d1806e068cf11f433713a51dbe4d7fd38b91;hp=788ed64b6c7cb814d7a9da76109a81a50cd49d1c;hb=7a5fdbcdfa003cee008a40f27d3833005402f1b3;hpb=c01b259de5aa7871fc42184effed80add7351305;ds=sidebyside diff --git a/net/lighttpd/files/lighttpd.conf b/net/lighttpd/files/lighttpd.conf index 788ed64b6c..48d6d1806e 100644 --- a/net/lighttpd/files/lighttpd.conf +++ b/net/lighttpd/files/lighttpd.conf @@ -17,7 +17,8 @@ # "mod_cgi", # "mod_ssi", # "mod_usertrack", -# "mod_expire" +# "mod_expire", +# "mod_webdav" #) # force use of the "write" backend (closes: #2401) @@ -220,3 +221,10 @@ server.upload-dirs = ( "/tmp" ) #include_shell "echo var.a=1" ## the above is same as: #var.a=1 + +#### webdav +#$HTTP["url"] =~ "^/webdav($|/)" { +# webdav.activate = "enable" +# webdav.is-readonly = "enable" +# webdav.sqlite-db-name = "/var/run/lighttpd-webdav-lock.db" +#}