Re: [EMAIL PROTECTED] Logging question

2007-12-04 Thread Sameer Naik
> > Is it possible to log incoming connections that don't send any data? > > Don't think so... HTTP is an application that sits on top of TCP/IP. So > the session is established at the TCP/IP layer and the server is ready > to pipe any incoming data to apache. But, at this point, apache is > un

Re: [EMAIL PROTECTED] Logging question

2007-12-03 Thread Christian Folini
On Mon, Dec 03, 2007 at 09:01:41AM +0100, Boyle Owen wrote: > > Is it possible to log incoming connections that don't send any data? > > Don't think so... HTTP is an application that sits on top of TCP/IP. So > the session is established at the TCP/IP layer and the server is ready > to pipe any in

RE: [EMAIL PROTECTED] Logging question

2007-12-03 Thread Boyle Owen
> -Original Message- > From: David Robinson [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 02, 2007 12:15 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Logging question > > Is it possible to log incoming connections that don't send any data? Don't think so... HTTP is a

Re: [EMAIL PROTECTED] logging question

2007-03-08 Thread Dan_Mitton
How?? Please respond to users@httpd.apache.org To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:Re: [EMAIL PROTECTED] logging question LSN: Not Relevant User Filed as: Not a Record [EMAIL PROTECTED] wrote: > > Is it possible to log both IP addre

Re: [EMAIL PROTECTED] logging question

2007-03-08 Thread Rob Wilkerson
Take a look at this: http://httpd.apache.org/docs/1.3/mod/mod_log_config.html#customlog Looks like %a and %h might do what you're asking. On 3/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is it possible to log both IP address and hostname to the apache logs? Thanks!

Re: [EMAIL PROTECTED] logging question

2007-03-08 Thread matt farey
[EMAIL PROTECTED] wrote: > > Is it possible to log both IP address and hostname to the apache logs? > > Thanks! Its a funny request, the answer is yes, but remember the fact that hostnames appear at all is due to apache having DNS resolution switched on - which is bad obviously. Also remember tha

Re: [EMAIL PROTECTED] logging question

2006-08-16 Thread Joshua Slive
On 8/16/06, Farid Hamjavar <[EMAIL PROTECTED]> wrote: Apache 1.3.33 on Linux RH AS 3.0 Greetings, Is there a way to instruct Apache not to log (in its access_log) entries from a certain things? e.g. not to log entries from IP# 1.2.3.4 or from host hostname.site.org http://httpd.apache.or