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 errors constantly appearing in my log files.
Author
jack01



Joined: 28 Feb 2014
Posts: 27

PostPosted: Fri 08 Jan '16 13:53    Post subject: Two errors constantly appearing in my log files. Reply with quote

Hi,
I have downloaded http://www.apachelounge.com/download/VC10/binaries/httpd-2.4.18-win64.zip and installed Apache httpd 2.4.18 64-bit VC10 on Windows 2008 R2.
I have enabled SSL and I am ouputing all erros to ssl_error.log which is inside Apache httpd "log" directory.

I see two messages constantly appearing in this log file.
First message in log file:
Code:
 (OS 10060)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.  : [192.168.14.107:53495] AH01991: SSL input filter read failed. 

Second message in log file:
Code:
 [192.168.14.107:53512] AH01964: Connection to child 60 established (server www.example.com:443)

Is there anything I can do to fix this problems?

P.S. This errors are not new to Apache httpd 2.4.18 server. I already got this problems in previous versions. I just didn't have time to upgrade to the latest before asking question on this forum.
Thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7407
Location: EU, Germany, Next to Hamburg

PostPosted: Mon 11 Jan '16 11:01    Post subject: Reply with quote

Do you run a proxy server?
Back to top
jack01



Joined: 28 Feb 2014
Posts: 27

PostPosted: Mon 11 Jan '16 11:35    Post subject: Reply with quote

No, I am not running proxy server.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7407
Location: EU, Germany, Next to Hamburg

PostPosted: Wed 13 Jan '16 13:18    Post subject: Reply with quote

Add this to your httpd.conf

Code:

AcceptFilter https none
AcceptFilter http none
Back to top


Reply to topic   Topic: Two errors constantly appearing in my log files. View previous topic :: View next topic
Post new topic   Forum Index -> Apache