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



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

Answer / 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

More Linux System Calls Interview Questions

linux file defaults permition

8 Answers  


why the kernel panic error was appering?

13 Answers   Air2Web, Allianz,


what is the diff b/w MUTEX and semaphore?

12 Answers   Sony, TCS,


what are the backup utilites on red hat linux 4.0?

4 Answers   Wipro,


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


What are system calls used for process management in linux?

0 Answers  


what is stored in /proc ? what is significance of /proc in linux ?

3 Answers   NetApp,


what kind of information the linux driver modules (.ko ) files has ?

2 Answers   NetApp,


if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?

4 Answers   NetApp,


what is sudo on linux?

3 Answers   IBM,


if root user forget the password how to change it?

4 Answers   Wipro,


how to configure sendmail server on red hat linux version 4 and what and all we Require?

3 Answers   Wipro,


Categories