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 shutdown unexpectedly
Author
Kmichi



Joined: 21 Jan 2018
Posts: 2
Location: Hungary, Szeged

PostPosted: Tue 23 Jan '18 14:30    Post subject: Apache shutdown unexpectedly Reply with quote

I am novice and i developing a website on my home computer and my machine stopped at my last entry.
When the next xampp was started, the program refused to start with an error signal.
I'm looking for a solution to the problem in the forum.

Windows Version: Pro 64-bit XAMPP Version: 7.1.11
Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ]
Apache/2.4.29 (Win32) OpenSSL/1.0.2l PHP/7.1.11

Starting Check-Timer
12:33:04 [main] Control Panel Ready
12:36:30 [Apache] Attempting to start Apache app...
12:36:31 [Apache] Status change detected: running
12:36:39 [Apache] Status change detected: stopped
12:36:39 [Apache] Error: Apache shutdown unexpectedly.

Apache error log...Parent process exited abruptly. Child process is ending

Thank you in advance!
Back to top
Steffen
Moderator


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

PostPosted: Wed 24 Jan '18 12:10    Post subject: Reply with quote

Any other clue in the Apache error.log and/or Windows event viewer ?
Back to top
Kmichi



Joined: 21 Jan 2018
Posts: 2
Location: Hungary, Szeged

PostPosted: Thu 25 Jan '18 17:47    Post subject: Apache shutdown unexpectedly Reply with quote

There is nothing!
Back to top
Steffen
Moderator


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

PostPosted: Fri 26 Jan '18 11:26    Post subject: Reply with quote

Not familiar with xampp control panel output, maybe better to post on the xampp forum.
Back to top
James Blond
Moderator


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

PostPosted: Thu 08 Feb '18 16:17    Post subject: Re: Apache shutdown unexpectedly Reply with quote

Kmichi wrote:
There is nothing!


use the port checker or run cmd.exe as adminstrator

Code:

netstat -ano | findstr /R 0.0:80 && netstat -ano | findstr /R 0.0:443
Back to top


Reply to topic   Topic: Apache shutdown unexpectedly View previous topic :: View next topic
Post new topic   Forum Index -> Apache