You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by James Bond <ja...@hotmail.com> on 2003/07/03 12:38:07 UTC

[users@httpd] apache modules for logging into database

Hi,
Is there any module to log the access and error logs to a central database 
server?

jerry

_________________________________________________________________
Hotmail messages direct to your mobile phone http://www.msn.co.uk/msnmobile


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache modules for logging into database

Posted by Joshua Slive <jo...@slive.ca>.
On Thu, 3 Jul 2003, Robert Andersson wrote:

> Bond, James Bond wrote:
> > Is there any module to log the access and error logs to a central database
> > server?
>
> mod_log_sql and
> mod_mylog (I think there are two of them)
>
> come to mind. I fear that none are for Apache 2, though.

In general, a module isn't required.  You can simply use a piped-logging
program to send the output where you want it.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache modules for logging into database

Posted by Robert Andersson <ro...@profundis.nu>.
Bond, James Bond wrote:
> Is there any module to log the access and error logs to a central database
> server?

mod_log_sql and
mod_mylog (I think there are two of them)

come to mind. I fear that none are for Apache 2, though.

Regards,
Robert Andersson




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org