Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Connection closed to child with standard shutdown |
|
Author |
|
kranthipolsani
Joined: 11 Jun 2015 Posts: 1
|
Posted: Thu 11 Jun '15 10:07 Post subject: Connection closed to child with standard shutdown |
|
|
Mod note: Split from http://www.apachelounge.com/viewtopic.php?t=6428
I am also seeing similar issue "AH02001: Connection closed to child with standard shutdown "
Following are the version information
Server: Apache/2.4.6 (Unix) OpenSSL/1.0.2a
Any help is really appreciated |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 17 Jun '15 17:29 Post subject: |
|
|
do you run a reverse proxy or just serv a webpage? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Wed 17 Jun '15 19:48 Post subject: |
|
|
The problem is not this error message. This is standard operating procedure.
/*
* case SSL_SHUTDOWN_TYPE_UNSET:
* case SSL_SHUTDOWN_TYPE_STANDARD:
*/
/* send close notify, but don't wait for clients close notify
(standard compliant and safe, so it's the DEFAULT!) */ |
|
Back to top |
|
|
|
|
|
|