On Sat, Jul 31, 2010 at 11:56 PM, Rajat Khanduja <[email protected]> wrote: > I've tried to follow a variety of steps from a few things that I found on > the net. > Could someone please tell me how I can get it running > I get the error mentioned in subject whenever I try to start Apache2. It was > working file sometime ago, but recently I started facing this trouble. I've > tried using "ps -e |grep httpd" and "ps -e| grep apache" but there was no > result.
Try as root netstat -avnp | grep 80 This will give you the process id of the process which has blocked port 80. Terminate the process and try again. regards Vivek -- The hidden harmony is better than the obvious!! -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
