I am just starting and have "successfully" downloaded XAMPP using the instructions from Appendix A. I am having a challenge starting Apache from the Conrol Panel. The following screen shot offers clues ...
http://webskillswork...pache_xampp.png
My read on the problem I need to solve ...
Port 80 in use by "system"!
Any and all advice as to how to resolve this conflict is appreciated.
Thanks!
4 replies to this topic
#1
Posted 4 August 2012 - 1:14 PM
#2
Posted 4 August 2012 - 8:02 PM
Hmmm... never seen that before.
I've never seen the red Xs in the Services column either.
All the same, it sounds like a port conflict, meaning that you'll have to change the port for one of the two programs trying to use it.
The following might be of assistance:
http://www.apachefri...ic.php?p=116257
In general, if you do a Web search for "XAMPP port 80 in use" (without the quotes), you'll probably find an answer.
Good luck.
I've never seen the red Xs in the Services column either.
All the same, it sounds like a port conflict, meaning that you'll have to change the port for one of the two programs trying to use it.
The following might be of assistance:
http://www.apachefri...ic.php?p=116257
In general, if you do a Web search for "XAMPP port 80 in use" (without the quotes), you'll probably find an answer.
Good luck.
#3
Posted 5 August 2012 - 3:31 PM
@HartleySan -- Thanks for the link. I used the following instructions to change the port ...
1. locate httpd.conf, example is D:\xampp\apache\conf\httpd.conf
4. if you want to access localhost, the new link is localhost:8080/, example you want open phpmyadmin, then http://localhost:8080/phpmyadmin/
My localhost is now ... http://localhost:8080/ ... which is fine with me. I'm up and running!! Thanks again.
1. locate httpd.conf, example is D:\xampp\apache\conf\httpd.conf
- look for words “Listen 80″ and change into “Listen 8080″
- look for words “ServerName localhost:80″ and change into “ServerName localhost:8080″
- Save the file
- look for words ““Listen 443″ and change into ““Listen 4499″
- look for words “<VirtualHost _default_:443>″ and change into “<VirtualHost _default_:4499>″
- look for words “ServerName localhost:443″ and change into “ServerName localhost:4499″
- Save the file
4. if you want to access localhost, the new link is localhost:8080/, example you want open phpmyadmin, then http://localhost:8080/phpmyadmin/
My localhost is now ... http://localhost:8080/ ... which is fine with me. I'm up and running!! Thanks again.
#4
Posted 5 August 2012 - 5:54 PM
Good to hear. Thanks.
#5
Posted 6 August 2012 - 8:49 AM
Kudos for figuring it out and thanks for sharing that solution!
Also tagged with one or more of these keywords: xampp, apache
PHP Advanced: Visual QuickPro Guide →
PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition) →
Chapter 2, Mod_RewriteStarted by Dimitri Vorontzov , 27 Dec 2012 |
|
|
||
Single Editions →
The Yii Book →
Directory Structure ConfusionStarted by deancameron , 17 Nov 2012 |
|
|
||
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide →
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition) →
Xampp Control Panel - Error MessageStarted by kaysee , 28 Dec 2011 |
|
|
||
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide →
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (3rd Edition) →
Intalling With Xampp Appendix AStarted by Max , 1 Nov 2011 |
|
|










