hi i'm new to php.so i decided to install XAMPP to get php,mysql,and apache.but when i installed it my apache server didn't run.it say port 80 is used by another application.
so can u please help me to change the port used by apache server.i'v an interner connection on my pc and also iis5 installed which r using the same port 80.should i uninstall the iis5 server.please help me.
port conflict please help!!!!!
Moderator: General Moderators
-
ashutosh.titan
- Forum Newbie
- Posts: 15
- Joined: Wed Mar 01, 2006 12:14 am
- Location: india
- Contact:
Both IIS and Apache are trying to use port 80, if your not using IIS turn it off then restart apache.
If you need IIS then open up your httpd.conf file for apache and find where is says 'Listen 80' and change that to 'Listen 81'
Save it and restart apache.
All files for apache will now be localhost:81
Best option would be to turn of IIS if your not using it.
If you need IIS then open up your httpd.conf file for apache and find where is says 'Listen 80' and change that to 'Listen 81'
Save it and restart apache.
All files for apache will now be localhost:81
Best option would be to turn of IIS if your not using it.