From 92d85f793b1a41bbbde1811004ae2708a47a44aa Mon Sep 17 00:00:00 2001 From: Christopher Powell Date: Wed, 28 Nov 2001 05:26:53 +0000 Subject: Initial revision --- (limited to 'access_log.sql') diff --git a/access_log.sql b/access_log.sql new file mode 100644 index 0000000..c38cb50 --- /dev/null +++ b/access_log.sql @@ -0,0 +1,13 @@ +create table access_log ( + remote_host varchar(50) not null, + remote_user varchar(50) not null, + request_uri varchar(50) not null, + request_duration smallint not null, + virtual_host varchar(50) not null, + time_stamp int unsigned not null, + status smallint not null, + bytes_sent int not null, + referer varchar(255) not null, + agent varchar(255) not null +) + -- cgit v0.9.2