> unless ($r->is_main) { > $r->log_error("not the main request; declining..."); > return DECLINED; > }
> Is there a solution for this? that should probably by $r->is_initial_req, which returns true only for the main request, not subrequests. HTH --Geoff