I installed Apache to write php programs. But I have a problem, when I open Apache, it say me that the port 80 is busy. What can I do?
Asked
Active
Viewed 85 times
0
-
are you running any service that uses port 80? What OS are you running? – Jerry U May 26 '17 at 14:13
-
I think you might find Skype uses port 80, that's a common reason. You can change the Apache settings to listen to another port. – Single Entity May 26 '17 at 14:16
-
Could you explain me with an answer how can I do? Can I close Skype to use port 80 in Apache? If I can close Skype what is the process to do that? – Gioele Perrone May 26 '17 at 14:24
-
1Your solutions is here https://stackoverflow.com/questions/22994888/why-skype-using-http-or-https-ports-80-and-443 – matiaslauriti May 26 '17 at 14:40
-
I think this might solve your problem. Just check the [link](https://stackoverflow.com/a/37259352/8069943). – Shashank Sekhar Dash May 26 '17 at 14:59
1 Answers
0
The 80 port is used by another server , that's why you can change the port number from apache httpd.conf.
If you use windows , you can use wamp or xampp server , or you use linux , you can use lamp server in order to develop php application.

mehfatitem
- 147
- 1
- 12