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 is stored in /proc ? what is significance of /proc in linux ?
how to configure ftp server on redhat linux?
if root user forget the password how to change it?
diff b/w spinlock, seamaphores and mutex and where to use it.
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 the use of proc structure?
what are the backup utilites on red hat linux 4.0?
what kind of information the linux driver modules (.ko ) files has ?
linux system its not booting up its showing groub error what i need to do?
How to get microseconds of system time from Redhat Linux 4.0
what is the difference between user APIs and kernel system calls ?