RE: [us...@httpd] how to get logs per vhosts ?

2009-09-22 Thread Geurts, G.P.T.M.
Hello mr Bakshi, You can define per vhost accesslogs by simply defining them. If your vhost defenition contains a CustomLog /var/log/logfile logformat directive, it will log all accesslog using LogFormat logformat to the file /var/log/logfile for that vhost. Accesslogs not belonging to that vhost

RE: [us...@httpd] how to get logs per vhosts ?

2009-09-22 Thread Geurts, G.P.T.M.
Using syslog-ng you can log to different facilities and filter acordingly, or you can filter by contense of the message, so a %v in the LogFormat enables per vhost logging. Don't know anything about the performance impact to the server though... I know there is a BufferLog directive which enables

[us...@httpd] vhost based syslog logging

2009-09-16 Thread Geurts, G.P.T.M.
Hello list. I'm configuring syslog for our servers. One of them is a apache webserver. We've decided to log as much as possible via syslog. For apache the ErrorLog can go directly to syslog and for CustumLogs I use a small perl script, logger.pl, that listens for input and logs it to syslog.

RE: [us...@httpd] Re: how do I *define* a default virtual host

2009-09-16 Thread Geurts, G.P.T.M.
Hello, Thanks for your reply! I don't think it whould work for us we use ip based virtual hosting so a virtualhost directive looks like VitualHost 1.2.3.4:80 What does the __default__ directive do anyways? Greetings, Geert From: Igor Cicimov

[us...@httpd] LogFormat %{FOOBAR}n note

2009-09-01 Thread Geurts, G.P.T.M.
Hello list, I'm working on customised logging for our http servers, one thing I was unable to find information about is the %{FOOBAR}n option for LogFormat. The documentation says it's the contense of note FOOBAR from another module But what is that exacly and wich modules contain notes? And

RE: [us...@httpd] LogFormat %{FOOBAR}n note

2009-09-01 Thread Geurts, G.P.T.M.
Thanks Eric! I don't have time right now to look in to your response... It's 17:00 ;-) but I'll look into it tomorrow. Thanks, geert -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: dinsdag 1 september 2009 14:59 To: users@httpd.apache.org Subject: Re:

[us...@httpd] LogFormat Directives

2009-08-26 Thread Geurts, G.P.T.M.
Hello, I'm trying to customize the logging of apache for our web servers. To findout what can be logged I'm trying to define a LogFormat which logs all the information possible. I have some questions about the meaning of some of the LogFormat directives. The %{FOOBAR}i directive gives information

[us...@httpd] Log generating

2009-08-26 Thread Geurts, G.P.T.M.
Hello, I'm trying to findout the maximum log possible by vhosts on apache, for this I need or a lot of time clicking all the links possible and filling all the forms, or use some kind of automated tool that I'm sure must exist for this purpose, I only don't know the name... Could somebody