renamed configuration file to follow naming conventions foerste
authorMatthias Förste <foerste@schlittermann.de>
Fri, 15 Jul 2011 10:13:59 +0200
branchfoerste
changeset 14 5e0b1e520464
parent 13 269a29264c61
child 15 9c78a255a51e
renamed configuration file to follow naming conventions
.hgignore
dav-htpasswd.conf.ex
ius-dav-htpasswd.conf.ex
--- a/.hgignore	Fri Jul 15 10:04:00 2011 +0200
+++ b/.hgignore	Fri Jul 15 10:13:59 2011 +0200
@@ -1,6 +1,6 @@
 syntax regexp:
 
 ^TODO$
-^dav-htpasswd.conf$
+^ius-dav-htpasswd.conf$
 ^_build
 ^Build$
--- a/dav-htpasswd.conf.ex	Fri Jul 15 10:04:00 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-expiry 	    = 1                         # expire user after this many days per default
-expiry_min  = 1                         # don't accept arguments less than expiry_min to the --expiry option
-expiry_max  = 56                        # don't accept arguments greater than expiry_max to the --expiry option
-
-dav_base    = /srv/ius-dav-htpasswd              # user directories will be placed below dav_base
-htpasswd    = /etc/ius-dav-htpasswd/htpasswd     # where to place/look for the htpasswd
-conf_d      = /etc/ius-dav-htpasswd/apache.d     # where to place/look for configuration snippets
-
-www_user    = www-data                  # webserver user
-www_group   = www-data                  # webserver group
-
-master_user = david                     # master user with access to all directories (optional)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ius-dav-htpasswd.conf.ex	Fri Jul 15 10:13:59 2011 +0200
@@ -0,0 +1,12 @@
+expiry 	    = 1                         # expire user after this many days per default
+expiry_min  = 1                         # don't accept arguments less than expiry_min to the --expiry option
+expiry_max  = 56                        # don't accept arguments greater than expiry_max to the --expiry option
+
+dav_base    = /srv/ius-dav-htpasswd              # user directories will be placed below dav_base
+htpasswd    = /etc/ius-dav-htpasswd/htpasswd     # where to place/look for the htpasswd
+conf_d      = /etc/ius-dav-htpasswd/apache.d     # where to place/look for configuration snippets
+
+www_user    = www-data                  # webserver user
+www_group   = www-data                  # webserver group
+
+master_user = david                     # master user with access to all directories (optional)