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 |
linux file defaults permition
why the kernel panic error was appering?
what is the diff b/w MUTEX and semaphore?
what are the backup utilites on red hat linux 4.0?
what is the difference between user APIs and kernel system calls ?
What are system calls used for process management in linux?
what is stored in /proc ? what is significance of /proc in linux ?
what kind of information the linux driver modules (.ko ) files has ?
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 ?
what is sudo on linux?
if root user forget the password how to change it?
how to configure sendmail server on red hat linux version 4 and what and all we Require?