logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4.9 needs more time for syncing
Author
jraute



Joined: 13 Sep 2013
Posts: 188
Location: Rheinland, Germany

PostPosted: Fri 21 Mar '14 17:46    Post subject: Apache 2.4.9 needs more time for syncing Reply with quote

Working condition: Server 2008 R2
Server: Apache 2.4.9 (Win32-VC10) as reverse proxy - same configuration as before

Since the change to apache 2.4.9 we discover 5 log-entries for one sync-process via mobile device where before (2.4.7) there have been only 3 entries for the same sync-process with the same device. Besides this it takes a bit longer.

Do someone else have discovered the same phenomenon?
And what is the reason?


Last edited by jraute on Sat 22 Mar '14 11:18; edited 1 time in total
Back to top
jraute



Joined: 13 Sep 2013
Posts: 188
Location: Rheinland, Germany

PostPosted: Sat 22 Mar '14 9:39    Post subject: Reply with quote

Reading the changelog i guess it could be related to:

Code:
*) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
     save the socket for reuse by the next worker as if it were an
     APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]


Because we use
Code:
SetEnv proxy-initial-not-pooled
for some special locations it sounds possible that the now changed behaviour in combination with the variable leads to a re-initialization of the socket. That could cause two more log entries ...

Can someone shed some light on this?
Back to top
covener



Joined: 23 Nov 2008
Posts: 59

PostPosted: Sat 22 Mar '14 15:26    Post subject: Reply with quote

how do the requests/responses differ? Adding two wouldn't make sense unless 2 of the original 3 are failing catastrophically and being retried by the client.
Back to top
jraute



Joined: 13 Sep 2013
Posts: 188
Location: Rheinland, Germany

PostPosted: Sat 22 Mar '14 21:23    Post subject: Reply with quote

First of all the 5 entries look very similar.
Besides this i am not sure why it has been three all the time before and if it is related for example to the sync-process of mail, the calendar and tasks. The devices are iPhones which are working fine, but who knows what IOS is doing respectively how a sync is running exactly?!

Logs old:
Code:
123.123.123.123 - - [16/Mar/2014:01:38:46 +0100] "POST /Microsoft-Server-ActiveSync?User=xxx&DeviceId=ApplDNP.........&DeviceType=iPhone&Cmd=Sync HTTP/1.1" 200 249
123.123.123.123 - - [16/Mar/2014:01:38:50 +0100] "POST /Microsoft-Server-ActiveSync?User=xxx&DeviceId=ApplDNP.........&DeviceType=iPhone&Cmd=Sync HTTP/1.1" 200 244
123.123.123.123 - - [16/Mar/2014:01:38:50 +0100] "POST /Microsoft-Server-ActiveSync?User=xxx&DeviceId=ApplDNP.........&DeviceType=iPhone&Cmd=Sync HTTP/1.1" 200 249


Logs new:
Code:

123.123.123.123 - - [21/Mar/2014:13:03:52 +0100] "POST /Microsoft-Server-ActiveSync?User=xxx&DeviceId=ApplDNP.........&DeviceType=iPhone&Cmd=Sync HTTP/1.1" 200 249
123.123.123.123 - - [21/Mar/2014:13:03:53 +0100] "POST /Microsoft-Server-ActiveSync?User=xxx&DeviceId=ApplDNP.........&DeviceType=iPhone&Cmd=Sync HTTP/1.1" 200 249
123.123.123.123 - - [21/Mar/2014:13:03:54 +0100] "POST /Microsoft-Server-ActiveSync?User=xxx&DeviceId=ApplDNP.........&DeviceType=iPhone&Cmd=Sync HTTP/1.1" 200 244
123.123.123.123 - - [21/Mar/2014:13:03:57 +0100] "POST /Microsoft-Server-ActiveSync?User=xxx&DeviceId=ApplDNP.........&DeviceType=iPhone&Cmd=Sync HTTP/1.1" 200 249
123.123.123.123 - - [21/Mar/2014:13:04:00 +0100] "POST /Microsoft-Server-ActiveSync?User=xxx&DeviceId=ApplDNP.........&DeviceType=iPhone&Cmd=Sync HTTP/1.1" 200 249


I can do two things:
1. setting log debug level and have a close look at the log
2. testing without the sentenv parameter

Thanks for helping/asking!
Back to top
jraute



Joined: 13 Sep 2013
Posts: 188
Location: Rheinland, Germany

PostPosted: Sun 23 Mar '14 15:01    Post subject: Reply with quote

Please stop any examinations!
The complete log from yesterday does not show any further anomalies.
Don't ask me what it was, but as long as it does not appear again, i would not do a research - it may be connected to the vm-ware environment (which gets a reboot every night) or to whatever.

Thanks again for helping/asking!
Back to top


Reply to topic   Topic: Apache 2.4.9 needs more time for syncing View previous topic :: View next topic
Post new topic   Forum Index -> Apache