dbee
October 29th, 2005, 04:48 AM
I'm trying to kill my apache processes, mainly because I keep getting this
Address already in use: make_sock: could not bind to address [::]:80
I go to ps -aux and I kill all the processes one by one
kill -9 <process_no>
only to run ps aux again and find that all the processes are still their under a different pid ???
Address already in use: make_sock: could not bind to address [::]:80
I go to ps -aux and I kill all the processes one by one
kill -9 <process_no>
only to run ps aux again and find that all the processes are still their under a different pid ???