~ubuntu-branches/ubuntu/oneiric/lighttpd/oneiric

« back to all changes in this revision

Viewing changes to debian/conf-available/10-webdav.conf

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-11-21 12:09:27 UTC
  • mfrom: (6.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20101121120927-7tlcueke98p0y25r
Tags: 1.4.28-2ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/control:
    + libgamin-dev rather than libfam-dev to fix startup warning.
    + debhelper Build-depends bumped to (>= 7.0.50) for
      overrides in rules file.
  - debian/index.html: s/Debian/Ubuntu/g branding on the default page.
  - Added a UFW profile set:
    + debian/lighttpd.dirs: added etc/ufw/applications.d
    + debian/rules: install the ufw profile.
    + debian/control: Suggests on ufw.
  - Add lighttpd-dev package:
    + debian/control: Added lighttpd-dev package; Build-depends on
      automake, libtool
    + debian/lighttpd-dev.install: Added.
  - debian/rules:
    + Add override_dh_installinit to set "defaults 91 09" to not start
      before apache2 but in the same runlevel with the same priority.
  - debian/patches/build-dev-package.patch: Updated
  - debian/lighttpd.conf: Comment 'use-ipv6.pl' by default, which causes
    failure to bind port in ipv4 (LP: #551211)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## WebDAV stands for Web-based Distributed Authoring and Versioning.  
2
 
## The term also refers to the set of extensions to the HTTP protocol that
3
 
## the group defined which allows users to collaboratively edit and manage
4
 
## files on remote web servers.
5
 
##
6
 
# /usr/share/doc/lighttpd-doc/webdav.txt
7
 
# http://trac.lighttpd.net/trac/wiki/Docs%3AModWebDAV
8
 
 
9
 
server.modules += ( "mod_webdav" )
10
 
 
11
 
## The full path to the file you would like to use as your db file.  This
12
 
## is required for webdav props and locks.
13
 
webdav.sqlite-db-name = "/var/run/lighttpd/lighttpd.webdav_lock.db"