@@ -8,7 +8,7 @@
# ----------- global configuration parameters ------------------------
-debug=4 # debug level (cmd line: -dddddddddd)
+debug=3 # debug level (cmd line: -dddddddddd)
fork=yes
log_stderror=no # (cmd line: -E)
children=4
@@ -20,6 +20,7 @@ route {
#xlog("user: $rU\n");
$avp(i:80) = $rU;
+ $avp(i:81) = $rd;
if(!lookup ("location")){
sl_send_reply("404", "Not Found");
@@ -1,4 +1,4 @@
-debug=9
+debug=3
mpath="../modules"
loadmodule "sl.so"
@@ -6,7 +6,7 @@