Page 1 of 1

Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 20. September 2015 18:05
by benjisea
Windows 7 Ultimate 64 bit
XAMPP installation path: E:/xampp

Hey all, so I've been attempting to develop Wordpress themes on XAMPP.
So I opened cmd with administrative privileges using net stop was /y to stop any programs using the port 80. I've used this quite often and this made Apache work. However, out of nowhere, this doesn't seem to solve the problem anymore.

IF it helps, I did tried installing multisites and my computer MAY have installed another version of XAMPP on this computer. Again, I'm not sure how everything works so I'm giving you random misc information. I tried following the posting bugs guidelines, so let me know if you need any other information. I'm so frustrated at debugging instead of plain out coding.

Here are the error logs:
http://www.mediafire.com/view/ikt9sdyxphm9zm5/access_log
http://www.mediafire.com/view/v9k39x9wejw2lde/php_error_log.txt
http://www.mediafire.com/view/9714kc20jn4gn05/apache_error.txt

Thanks in advance!

Re: Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 20. September 2015 18:37
by Altrea
Hi,

Please describe your specific problem in detail.
Does Apache not start any more?
Can you not request http://localhost ?

best wishes,
Altrea

Re: Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 20. September 2015 20:29
by benjisea
Hi Altrea!
Here's what XAMPP is showing:
Image

Yes, it simply does not start anymore. Localhost does not pop up anymore as well. It says on Google Chrome, " This webpage is not available" err_connection_refused, Google Chrome's connection attempt to localhost was rejected. The website may be down, or your network may not be properly configured.

I used to be able to launch Wordpress with this and it seems disabled out of nowhere. Does that help?

Re: Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 20. September 2015 22:45
by Altrea
Please execute the file apache_start.bat and tell us the response of it

Re: Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 21. September 2015 00:32
by benjisea
Where will this file be? I'm using Windows Explorer and looking through the XAMPP folders and it does not appear to be found. Sorry I'm be troubling!

Re: Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 21. September 2015 01:00
by Altrea
directly in your \xampp\ root folder

Re: Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 21. September 2015 03:52
by benjisea
Image

There's not a folder called apps in the XAMPP folder, I'm not sure if that got deleted or...

Re: Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 21. September 2015 07:07
by Altrea
Seems to be a relict of a previous installed Bitnami WordPress app.

Simply delete this line in your httpd.conf file

Re: Apache on XAMPP will not launch, not a Port 80 Issue

PostPosted: 21. September 2015 22:38
by benjisea
You're a life saver man! I love you. How do you Apache wizards do this.