Fix problem noted by omry on original domtool; namely, bad handling of rewrites insid...
[hcoop/domtool2.git] / configDefault / webalizer.cfg
index 00ea5ba..4f1c83a 100644 (file)
@@ -1,6 +1,6 @@
 structure Webalizer :> WEBALIZER_CONFIG = struct
 
-val configDir = "/etc/webalizer"
-val outputDir = "/tmp/webalizer"
+val configDir = "/afs/hcoop.net/common/etc/domtool/webalizer/config"
+val outputDir = "/afs/hcoop.net/common/etc/domtool/webalizer/output"
 
 end