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: Connection closed to child with standard shutdown
Author
kranthipolsani



Joined: 11 Jun 2015
Posts: 1

PostPosted: Thu 11 Jun '15 10:07    Post subject: Connection closed to child with standard shutdown Reply with quote

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

PostPosted: Wed 17 Jun '15 17:29    Post subject: Reply with quote

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

PostPosted: Wed 17 Jun '15 19:48    Post subject: Reply with quote

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


Reply to topic   Topic: Connection closed to child with standard shutdown View previous topic :: View next topic
Post new topic   Forum Index -> Apache