0

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?

1 Answers1

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