Port 80 on my VDS (Apache won't start) problem

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
ShuffleScape
A semi-regular
A semi-regular
Posts: 29
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon May 23, 2011 11:05 am

Port 80 on my VDS (Apache won't start) problem

Post by ShuffleScape »

Hey,

I recently got the reboot maintenance this night done.
But now, my port 80 apache on XAMPP won't start.

I am on the control panel of XAMPP and I click on Start Apache but it says it won't start.
Is there a way for you to make the port 80 work for it? It was working before..

Thanks (it's written in "you") because I sent a ticket and they said to post on here)
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Port 80 on my VDS (Apache won't start) problem

Post by Edge100x »

What is the exact error message it gives you? What shows in the Apache log?

Are you sure it's not already running (such as from being started as a system service)?
chaosportal
New to forums
New to forums
Posts: 4
Joined: Sat Oct 01, 2011 5:12 pm

Re: Port 80 on my VDS (Apache won't start) problem

Post by chaosportal »

I had the same problem and it was because I was missing the Microsoft C++ runtimes. If you check your event log and it says:

Code: Select all

Activation context generation failed for "C:\xampp\apache\bin\httpd.exe". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.
Thats the culprit.
ShuffleScape
A semi-regular
A semi-regular
Posts: 29
Joined: Mon May 23, 2011 11:05 am

Re: Port 80 on my VDS (Apache won't start) problem

Post by ShuffleScape »

Edge100x wrote:What is the exact error message it gives you? What shows in the Apache log?

Are you sure it's not already running (such as from being started as a system service)?
It says like "Apache Started" then "Busy" and it won't start.
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Port 80 on my VDS (Apache won't start) problem

Post by Edge100x »

The Apache log file should show something better. Does it have an option to see that? if not, I recommend looking for it in the Apache folder, which is likely something like c:\program files (x86)\apache or similar.
ShuffleScape
A semi-regular
A semi-regular
Posts: 29
Joined: Mon May 23, 2011 11:05 am

Re: Port 80 on my VDS (Apache won't start) problem

Post by ShuffleScape »

Edge100x wrote:The Apache log file should show something better. Does it have an option to see that? if not, I recommend looking for it in the Apache folder, which is likely something like c:\program files (x86)\apache or similar.
I tried to start it with the .bat instead and it said this:

Edit: nevermind, I fixed it.
Thanks
Post Reply