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 atomic function / atomic variable ?
What does exec family return?
what is cups and how to configure?
how to create samba server in fedora linux 9 ?
What are system calls used for process management in linux?
what is sudo on linux?
What is the use of proc structure?
diff b/w spinlock, seamaphores and mutex and where to use it.
what kind of information the linux driver modules (.ko ) files has ?
what is stored at /lib/modules ?
how to create a ftp user on redhat linux 4.0?
what is stored in /proc ? what is significance of /proc in linux ?