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 |
what is the diff b/w MUTEX and semaphore?
what is sudo on linux?
what is segmentation fault?
what is nis server
why the kernel panic error was appering?
what is stored at /lib/modules ?
what is stored in /proc ? what is significance of /proc in linux ?
What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?
What is atomic function / atomic variable ?
what are the backup utilites on red hat linux 4.0?
if root user forget the password how to change it?
How to give the root permision to users?