> > 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
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
> -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?
Is it possible to log incoming connections that don't send any data?
Basically like a telnet client opens up a connection to port 80 but then never
ships any data?
David
-
The official User-To-User support forum of the Apache HT
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
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!
[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
Is it possible to log both IP address and hostname to the apache logs?
Thanks!
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
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
Thanks,
Farid
---
10 matches
Mail list logo