1 # You can use lighttpd instead of mogstored on your storage nodes by using
4 server.document-root = "/var/mogdata/"
6 server.modules = ( "mod_webdav" )
7 webdav.activate = "enable"
9 # that alone works, but you can add more options as you see fit.
11 # Note that you'll need to find a way to write out your 'usage' files
12 # on each /var/mogdata/dev<n>/usage separately, as mogilefsd monitors
13 # those for disk usage. A separate tool for this is planned, but
14 # doesn't yet exist. (for instance, running mogstored in
15 # write-out-usage-file-only mode)