Page 1 of 1

Changed port, but does not work. [Solved]

PostPosted: 15. May 2012 11:51
by noname17
Hello everybody.
May I ask you for help, please?
I used XAMPP 1.7.7 without problems for 2 months on Win XP SP3.
Recenty I decided to change standard 80 port to something like 8001.
I did all instructions, but when I tried to "start" Apache from the control panel, it told "Busy" and refused to start. Apache's log file is empty. I opened new control panel(version 3.0.2). This new control panel writes that:
=====
[apache] Starting apache app...
[main] Executing "d:\xampp\apache"
=====
But the browser still can not open my local website. And the log is still empty. I tried to ping the website's address but without success.
Also I changed port back(to 80), closed Skype. I run command " netstat -an | find /i "listening" " to check which ports are in use. All ports I had assigned to XAMPP and 80 were free. I did reboot several times.
Thanks.

Re: Changed port, but does not work.

PostPosted: 15. May 2012 12:01
by noname17
Hmm... After I rebooted my PC, new control panel wrote me that:
====
[apache] Starting apache app...
[apache] Status change detected: running
[apache] Status change detected:stopped
====
Maybe it is due to that in the previous case old and new panels were being run simultaneously?
I noticed two icons in the tray just before rebooting. But now there is only one control panel.

Re: Changed port, but does not work.

PostPosted: 15. May 2012 12:42
by hackattack142
Is there anything in your Apache error log? (/xampp/apache/logs/error.log)?

Re: Changed port, but does not work.

PostPosted: 15. May 2012 16:21
by noname17
Is there anything in your Apache error log? (/xampp/apache/logs/error.log)?
======

Hi :) As I have mentioned in my post, the log is empty.
Thank you.

Re: Changed port, but does not work.

PostPosted: 15. May 2012 17:08
by JonB
Try running the apache_start.bat file from a Command window. see what it outputs.

Good Luck

Re: Changed port, but does not work.

PostPosted: 16. May 2012 08:12
by noname17
JonB wrote:Try running the apache_start.bat file from a Command window. see what it outputs.

Good Luck


Thank you. It helped. It said that I had a syntax error inside my "httpd-vhosts.conf". So now I am able to fix it.

Re: Changed port, but does not work.

PostPosted: 16. May 2012 14:47
by JonB
Great - Glad it worked out.

Good Luck with XAMPP
8)