LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   make_sock: could not bind to address why i cant start my apache instance (https://www.linuxquestions.org/questions/linux-newbie-8/make_sock-could-not-bind-to-address-why-i-cant-start-my-apache-instance-648091/)

rajamanickam 06-09-2008 02:11 PM

make_sock: could not bind to address why i cant start my apache instance
 
make_sock: could not bind to address i could not able to start my apache instance. Already 9 instances are running by a different user.

the port number is not less than 1024

MasterC 06-09-2008 03:31 PM

Hello and welcome to LQ.

You haven't provided much information above, but my guess is Apache is already running. You have to either start it on a different port, or stop the existing processes to start the http daemon again. You may have a start-stop-restart script installed depending on your distro that will do that for you. Maybe with something like:
/etc/init.d/apache2 restart

Good luck!

-Chad


All times are GMT -5. The time now is 07:41 AM.