summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradek2002-08-30 18:55:45 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commita388ac4ebc0a9842b023fb73a53478a1e59bcc3a (patch)
tree2a4c5b35e7bec967d2dea0df08dc639a5d5b3324
parentcf7f9f5c06cc51412cfe9247c213fae47c2f5c22 (diff)
downloadapache1-mod_watch-RA-1_0.zip
apache1-mod_watch-RA-1_0.tar.gz
Changed files: apache-mod_watch.conf -> 1.2 apache1-mod_watch.conf -> 1.2
-rw-r--r--apache-mod_watch.conf19
-rw-r--r--apache1-mod_watch.conf19
2 files changed, 38 insertions, 0 deletions
diff --git a/apache-mod_watch.conf b/apache-mod_watch.conf
index e69de29..4ba6f90 100644
--- a/apache-mod_watch.conf
+++ b/apache-mod_watch.conf
@@ -0,0 +1,19 @@
+<IfModule mod_watch.c>
+ # Allows the URL used to query virtual host data:
+ #
+ # http://your.pld.machine/watch-info
+ #
+ <Location /watch-info>
+ SetHandler watch-info
+ </Location>
+
+ # Allows the URL used to query file owner and web
+ # server data:
+ #
+ # http://your.pld.machine/~username/watch-info
+ # http://your.pld.machine/~SERVER/watch-info
+ #
+ <Location /~*/watch-info>
+ SetHandler watch-info
+ </Location>
+</IfModule>
diff --git a/apache1-mod_watch.conf b/apache1-mod_watch.conf
index e69de29..4ba6f90 100644
--- a/apache1-mod_watch.conf
+++ b/apache1-mod_watch.conf
@@ -0,0 +1,19 @@
+<IfModule mod_watch.c>
+ # Allows the URL used to query virtual host data:
+ #
+ # http://your.pld.machine/watch-info
+ #
+ <Location /watch-info>
+ SetHandler watch-info
+ </Location>
+
+ # Allows the URL used to query file owner and web
+ # server data:
+ #
+ # http://your.pld.machine/~username/watch-info
+ # http://your.pld.machine/~SERVER/watch-info
+ #
+ <Location /~*/watch-info>
+ SetHandler watch-info
+ </Location>
+</IfModule>