From d54ade7b3c18794d5ab79f707fc35f0da061306a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 16 Jun 2015 23:31:15 -0700 Subject: web access logging to DB --- htetc/handler.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'htetc') diff --git a/htetc/handler.pl b/htetc/handler.pl index 18108ab11..45afafbec 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -7,6 +7,7 @@ use warnings; use FS::Mason qw( mason_interps ); use FS::Trace; use FS::Conf; +use FS::access_user_log; $FS::Conf::conf_cache_enabled = 1; # enable FS::Conf caching for performance @@ -107,7 +108,6 @@ sub handler return -1 if defined( $r->content_type ) && $r->content_type !~ m!(^text/|\bxml\b)!io; - local $SIG{__WARN__}; local $SIG{__DIE__}; @@ -139,6 +139,8 @@ sub handler } + FS::access_user_log->insert_new_path( $r->uri ); + FS::Trace->log('handling request'); my %session; my $status; -- cgit v1.2.1