You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/26 10:14:11 UTC

DO NOT REPLY [Bug 50976] New: Apache losts client's ip (%a or %h) sometimes.

https://issues.apache.org/bugzilla/show_bug.cgi?id=50976

           Summary: Apache losts client's ip (%a or %h) sometimes.
           Product: Apache httpd-2
           Version: 2.2.17
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: igor.goncharenko@gmail.com


In logs sometimes i see:

:: my.domain.com [26/Mar/2011:08:57:29 +0000] 0 99049 /index.php  200 2487
"Mozilla/5.0 [en] (compatible; MSIE 8.0; Windows NT 5.0; U)" 


10.10.10.10 my.domain.com [26/Mar/2011:09:00:36 +0000] 0 99050 /index.php  200
2487 "Mozilla/5.0 [en] (compatible; MSIE 8.0; Windows NT 5.0; U)"               

Both requests from 10.10.10.10. 

So, in first request i see that apache losts client's ip. I investigated http
headers for both requests(and answers from apache) by wireshark and saw that
both are identical and correct.

Logformat:
LogFormat "%a %V %t %T %P %U %q %>s %b \"%{User-Agent}i\"" debug


This issue concerned apache 2.0.6X and 2.2.17 (just upgraded). 

Advise me what can i do for resolve issue or for additional debugging?


Thx
---
Igor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 50976] Apache losts client's ip (%a or %h) sometimes.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50976

--- Comment #1 from Igor <ig...@gmail.com> 2011-03-26 05:17:56 EDT ---
apache bult on freebsd 7.1/i386 with prefork.

> httpd -V
Server version: Apache/2.2.17 (FreeBSD)
Server built:   Mar 20 2011 13:15:59
Server's Module Magic Number: 20051115:25
Server loaded:  APR 1.4.2, APR-Util 1.3.10
Compiled using: APR 1.4.2, APR-Util 1.3.10
Architecture:   32-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_FLOCK_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/usr/local"
 -D SUEXEC_BIN="/usr/local/bin/suexec"
 -D DEFAULT_PIDLOG="/var/run/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="/var/run/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="etc/apache22/mime.types"
 -D SERVER_CONFIG_FILE="etc/apache22/httpd.conf

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 50976] Apache losts client's ip (%a or %h) sometimes.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50976

--- Comment #2 from Christophe JAILLET <ch...@wanadoo.fr> ---
Could this be related to
https://issues.apache.org/bugzilla/show_bug.cgi?id=50262 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org