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: Two hour gaps in access log (apache 2.4.4)
Author
dhendriks



Joined: 24 Jul 2013
Posts: 3
Location: Belgium

PostPosted: Wed 24 Jul '13 10:27    Post subject: Two hour gaps in access log (apache 2.4.4) Reply with quote

Hey Guys,

After a recent upgrade from apache 2.2 to 2.4 the Wordpress (3.5.2) sites that are on it are not available from time to time.

When I look in the access log, I see gaps that are 2 hours long:

Code:

157.56.93.84 - - [22/Jul/2013:16:00:20 +0200] "GET /ihpfr/2012/pis-209-sante-maternelle-dans-les-pays-a-faible-revenu-encore-du-chemin/ HTTP/1.1" 200 58108
208.115.113.85 - - [22/Jul/2013:18:00:39 +0200] "GET /robots.txt HTTP/1.1" 404 208

and
Code:

10.111.10.83 - - [23/Jul/2013:16:44:00 +0200] "GET /wp-admin/css/colors-fresh.min.css?ver=3.5.2 HTTP/1.1" 200 36190
10.111.10.83 - - [23/Jul/2013:18:44:10 +0200] "GET /healthsystems/wp-content/plugins/captcha/images/icon_16_c.png HTTP/1.1" 304 -


This is the first time I'm working with Apache. I tried Google. But found nothing.

Does anyone have an idea what this could be?

Kind regards,

Davy
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3059
Location: Hilversum, NL, EU

PostPosted: Wed 24 Jul '13 11:06    Post subject: Reply with quote

Strange, exactly two hours.

22/Jul/2013:16:00:20 till 22/Jul/2013:18:00:39
23/Jul/2013:16:44:00 till 23/Jul/2013:18:44:10

Are the sites not reachable for that two hours ?

Anything in the Apache error.log and/or php log ?

Are there clues in the Windows Event Viewer during that times ?


Steffen
Back to top
dhendriks



Joined: 24 Jul 2013
Posts: 3
Location: Belgium

PostPosted: Wed 24 Jul '13 12:00    Post subject: Reply with quote

In the error log it's the same story:

Code:
[Tue Jul 23 16:43:52.985007 2013] [core:info] [pid 2424:tid 888] [client 10.101.10.80:52201] AH00128: File does not exist: D:/SystemData/Websites/e.itg.be/favicon.ico
[Tue Jul 23 18:44:10.612922 2013] [mpm_winnt:warn] [pid 2424:tid 356] (OS 121)The semaphore timeout period has expired.  : AH00341: winnt_accept: Asynchronous AcceptEx failed.


Also in the errorlog I see a lot of:

The system cannot find the path specified.

Davy
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3059
Location: Hilversum, NL, EU

PostPosted: Wed 24 Jul '13 12:50    Post subject: Reply with quote

And my other two questions ?


Be sure!! you have in httpd.conf:

AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off


Steffen
Back to top
dhendriks



Joined: 24 Jul 2013
Posts: 3
Location: Belgium

PostPosted: Wed 24 Jul '13 13:01    Post subject: Reply with quote

The sites are unreachable at that time.

There is nothing in the Windows event log.

EnableSendfile and EnableMMAP are both on.

AcceptFilter is not in the httpd.conf
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3059
Location: Hilversum, NL, EU

PostPosted: Wed 24 Jul '13 14:14    Post subject: Reply with quote

Be sure!! you have in httpd.conf:

AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off

Steffen
Back to top


Reply to topic   Topic: Two hour gaps in access log (apache 2.4.4) View previous topic :: View next topic
Post new topic   Forum Index -> Apache