Re: [us...@httpd] Log

2010-02-09 Thread Daniel Reinhardt
-- From: "Mohit Anchlia" Sent: 09 February, 2010 2:18 To: Subject: [us...@httpd] Log We are seeing the following in logs? I am not sure why we are getting request in hex format. Something like? 10.1.1.40 - - [21/Jan/2010:16:31:15 -0

[us...@httpd] Log

2010-02-08 Thread Mohit Anchlia
We are seeing the following in logs? I am not sure why we are getting request in hex format. Something like? 10.1.1.40 - - [21/Jan/2010:16:31:15 -0800] "\x05\.\x01" 501 207 "-" "-" "webserver1" 0 - - - 32 207 Is this normal? It looks like a bad request trying to get in Thanks --

Re: [us...@httpd] Log to DBMS other than MySQL? [was Re: how to get logs per vhosts ?]

2009-09-22 Thread Nick Kew
Mark H. Wood wrote: On Tue, Sep 22, 2009 at 02:28:51PM +0200, Serge Fonville wrote: I'd consider logging to a database instead Read into mod_log_mysql http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch So, are there any log-to-dbms modules for Apache

Re: [us...@httpd] Log to DBMS other than MySQL? [was Re: how to get logs per vhosts ?]

2009-09-22 Thread Tom Evans
On Tue, 2009-09-22 at 10:04 -0400, Mark H. Wood wrote: > On Tue, Sep 22, 2009 at 02:28:51PM +0200, Serge Fonville wrote: > > I'd consider logging to a database instead > > > > Read into mod_log_mysql > > http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch

Re: [us...@httpd] Log to DBMS other than MySQL? [was Re: how to get logs per vhosts ?]

2009-09-22 Thread Serge Fonville
On Tue, Sep 22, 2009 at 4:04 PM, Mark H. Wood wrote: > On Tue, Sep 22, 2009 at 02:28:51PM +0200, Serge Fonville wrote: > > I'd consider logging to a database instead > > > > Read into mod_log_mysql > > > http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch

[us...@httpd] Log to DBMS other than MySQL? [was Re: how to get logs per vhosts ?]

2009-09-22 Thread Mark H. Wood
On Tue, Sep 22, 2009 at 02:28:51PM +0200, Serge Fonville wrote: > I'd consider logging to a database instead > > Read into mod_log_mysql > http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch So, are there any log-to-dbms modules for Apache HTTPD out there

Re: [us...@httpd] Log generating

2009-08-26 Thread Mike Cardwell
On 26/08/2009 10:21, Geurts, G.P.T.M. wrote: 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

[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 enlighte

Re: [us...@httpd] log rotation

2009-07-16 Thread Tom Evans
On Thu, 2009-07-16 at 09:37 +, Melanie Pfefer wrote: > hi folks, > > could you please advise on what solutions (preferably without using > third-party tool) you use to rotate apache logs? > > I see rotatelogs under bin/ Could you please advise on its usage? > > Is there a config option in h

[us...@httpd] log rotation

2009-07-16 Thread Melanie Pfefer
hi folks, could you please advise on what solutions (preferably without using third-party tool) you use to rotate apache logs? I see rotatelogs under bin/ Could you please advise on its usage? Is there a config option in httpd.conf we can benefit from to rotate logs? thanks -

Re: [us...@httpd] Log output from fprintf(stdout, ...)

2009-06-05 Thread Vyacheslav Zholudev
Thanks, Tom. It was helpful. However, I also use the part of code which contains fprintfs in another context, so I really need those fprintfs. And moreover I don't want to consider those messages as apache log messages. So the question remains, is it possible to log messages sent to stdout and s

Re: [us...@httpd] Log output from fprintf(stdout, ...)

2009-06-05 Thread Tom Evans
On Thu, 2009-06-04 at 11:36 -0700, Vyacheslav Zholudev wrote: > I have an Apache Module which contains such methods like > fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message); > > They are executed under certain circumstances, but I can't see the output in > the Apache's log fi

[us...@httpd] Log output from fprintf(stdout, ...)

2009-06-04 Thread Vyacheslav Zholudev
I have an Apache Module which contains such methods like fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message); They are executed under certain circumstances, but I can't see the output in the Apache's log files. I use directive ErrorLog and CustomLog ... combined with LogLevel

Re: [us...@httpd] Log Filter based on client ip ?

2009-05-04 Thread André Warnier
Bastien LEGRAS wrote: Hello, Is there a way to filter errors issued from a specific client ip ? i.e. my loadbalancers are testing my https urls but cannot perform SSL handshake so I have lot of errors like that : [Mon May 04 08:24:24 2009] [info] [client x.x.x.x] (70014)End of file found: SSL h

[us...@httpd] Log Filter based on client ip ?

2009-05-04 Thread Bastien LEGRAS
Hello, Is there a way to filter errors issued from a specific client ip ? i.e. my loadbalancers are testing my https urls but cannot perform SSL handshake so I have lot of errors like that : [Mon May 04 08:24:24 2009] [info] [client x.x.x.x] (70014)End of file found: SSL handshake interrupted by

[us...@httpd] Log HTTP traffic (whole requests and responses)

2009-03-26 Thread Florent Georges
Hi, I am looking for a way to log all the HTTP traffic, as it appears on the wire, including headers and entities content (well, it can be in another format, but I'd like to have those info.) I looked at mod_log_config[1] and mod_logio[2], but it seems this is not supported. Quite surpris

RE: [us...@httpd] log file format?

2009-01-21 Thread Bennett, Tony
Documentation: http://httpd.apache.org/docs/2.2/mod/mod_log_config.html -Original Message- From: Dave Stevens [mailto:g...@uniserve.com] Sent: Wednesday, January 21, 2009 2:56 PM To: users@httpd.apache.org Subject: [us...@httpd] log file format? Hi, I am trying to get a handle on how

[us...@httpd] log file format?

2009-01-21 Thread Dave Stevens
Hi, I am trying to get a handle on how much data is flowing to/from the server in a workshop where users are entering data to a mapserver-enabled application using apache on the server. I think the SSL log has the info I need but don't know where the file format is documented. It looks as if th

[us...@httpd] log file format

2009-01-21 Thread Dave Stevens
Hi, I am trying to get a handle on how much data is flowing to/from the server in a workshop where users are entering data to a mapserver-enabled application using apache on the server. I think the SSL log has the info I need but don't know where the file format is documented. It looks as if th