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 upgrade from 2.4.17 (64 bit) to 2.4.25( 64 bit)
Author
jetty11111



Joined: 22 Apr 2017
Posts: 1
Location: USA,Fremont

PostPosted: Mon 24 Apr '17 9:29    Post subject: Apache upgrade from 2.4.17 (64 bit) to 2.4.25( 64 bit) Reply with quote

Hi Team,
we are upgrading apache from 2.4.17 to 2.4.25
after upgrade we unable to access our proxy sites
look like child process for proxy is not getting created. when we check logs we are finding the following errors

[Sat Apr 22 02:05:38.720919 2017] [ssl:warn] [pid 11332:tid 380] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Apr 22 02:05:38.845913 2017] [mpm_winnt:notice] [pid 11332:tid 380] AH00455: Apache/2.4.25 (Win64) OpenSSL/1.0.2k configured -- resuming normal operations
[Sat Apr 22 02:05:38.845913 2017] [mpm_winnt:notice] [pid 11332:tid 380] AH00456: Apache Lounge VC11 Server built: Dec 20 2016 13:37:15
[Sat Apr 22 02:05:38.845913 2017] [core:notice] [pid 11332:tid 380] AH00094: Command line: 'D:\\Apache\\Apache24\\bin\\httpd.exe -d D:/Apache/Apache24'
[Sat Apr 22 02:05:38.845913 2017] [mpm_winnt:notice] [pid 11332:tid 380] AH00418: Parent: Created child process 10756
[Sat Apr 22 02:05:40.720855 2017] [ssl:warn] [pid 10756:tid 272] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Apr 22 02:05:42.189567 2017] [mpm_winnt:notice] [pid 11332:tid 380] AH00428: Parent: child process 10756 exited with status 3221225725 -- Restarting.
[Sat Apr 22 02:05:42.189567 2017] [core:error] [pid 11332:tid 380] AH00546: no record of generation 0 of exiting child 10756

could you please help us resolving this.
Back to top
James Blond
Moderator


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

PostPosted: Sun 14 May '17 12:33    Post subject: Reply with quote

Quote:
exited with status 3221225725


It seems a module causes apache to crash. Maybe PHP ?
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sun 14 May '17 12:49    Post subject: Re: Apache upgrade from 2.4.17 (64 bit) to 2.4.25( 64 bit) Reply with quote

Quote:
AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]

There is a problem with the SSLSessionCache config:
https://wiki.apache.org/httpd/SSLSessionCache and http://stackoverflow.com/a/16644065/872051
Back to top


Reply to topic   Topic: Apache upgrade from 2.4.17 (64 bit) to 2.4.25( 64 bit) View previous topic :: View next topic
Post new topic   Forum Index -> Apache