As of 2.3, the standard location for served content is /srv, so default
for web should be /srv/www
diff -ru dwww-1.9.16/debian/dwww.templates dwww-1.9.16.new/debian/dwww.templates
--- dwww-1.9.16/debian/dwww.templates 2004-08-26 19:40:41.000000000 +0200
+++ dwww-1.9.16.new/debian/dwww.templates 2004-12-08 09:44:32.000000000 +0100
@@ -1,9 +1,9 @@
Template: dwww/docrootdir
Type: string
-Default: /var/www
+Default: /srv/www
_Description: Location of web server's document root.
dwww needs to know the path of the directory which contains your web server's
- document root. The web standard suggests /var/www.
+ document root. The web standard suggests /srv/www.
Template: dwww/cgidir
Type: string