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

what are the backup utilites on red hat linux 4.0?

4 Answers   Wipro,


what is nis server

13 Answers  


How to create secured appeche web sever ?

1 Answers   HCL,


what happens when we do insmod & rmmod in Linux Device Drivers ?

2 Answers  


What are the signals we have in Linux

3 Answers   HCL, NetApp,






what is stored at /lib/modules ?

2 Answers   NetApp,


what is mean by raid and what are all raids available even in software and hardware?

5 Answers   Satyam,


What do fork() internally call?

3 Answers  


diff b/w spinlock, seamaphores and mutex and where to use it.

2 Answers   Intel,


if root user forget the password how to change it?

4 Answers   Wipro,


What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?

3 Answers   NetApp,


how to create samba server in fedora linux 9 ?

2 Answers   Accenture,


Categories