]> git.pld-linux.org Git - packages/apache-mod_roaming.git/commitdiff
- default config file for mod_roaming. auto/ac/apache-mod_roaming-1_0_2-6
authorkloczek <kloczek@pld-linux.org>
Sun, 26 May 2002 12:19:40 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_roaming.conf -> 1.1

apache-mod_roaming.conf [new file with mode: 0644]

diff --git a/apache-mod_roaming.conf b/apache-mod_roaming.conf
new file mode 100644 (file)
index 0000000..020c633
--- /dev/null
@@ -0,0 +1,10 @@
+RoamingAlias /roaming /var/lib/mod_roaming
+
+<Location /roaming>
+       AuthUserFile /var/lib/mod_roaming/roaming-htpasswd
+       AuthType Basic
+       AuthName "Roaming Access"
+       <Limit GET PUT MOVE DELETE>
+               require valid-user
+       </Limit>
+</Location>
This page took 0.171827 seconds and 4 git commands to generate.