From: Paul Schwarzl Date: March 22 1999 11:55am Subject: mysql: Apache logs to MySql List-Archive: http://lists.mysql.com/mysql/763 Message-Id: <003d01be745a$d34cb190$231510ac@kb35.win.at> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi there! How can I make apache access-logging into a mysql database, without recompile the apache server? (not with mod_log_mysql) In the http.conf file I currently use: CustomLog /home/myselfandI/logs/access '%h %l %u %t \'%r\' %s %b \'%{Referer}i\' \'%{User-agent}i\'' Thank you Paul