Port number is already in use .. how to fix for apache..?

Answer Posted / dharmendrajet

Apache run on port 80. So you can check which service is using this port
ps -aux |grep :80

kill that process which is using port 80 .
pkill process name

Just restart the apache again.

or

YOu can chage the port no of apache in httpd.conf u can use 8080

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are different ways the context switch happens from user to kernel space or vice-versa ?

2134


What are system calls used for process management in linux?

577


I would like to know whether Simado and Setu products are they EPBX or not ?

1924


Explain process management system calls in linux?

538