SecPoty Posted January 30, 2009 Share Posted January 30, 2009 Hi, I get following error message when I run ./httpd. (13)Permission denied: make_sock: could not bind to address [::]:80 (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs m Has anyone an idea which permissions they are talking about here. Or maybe better a solution ?! Kind Regards, SecP. Quote Link to comment Share on other sites More sharing options...
corbin Posted January 30, 2009 Share Posted January 30, 2009 Apache must run under root to bind to 80 (or any port under 1024). Also, port 80 could already be in use. To see if it's already in use, do "telnet localhost 80" and see if it connects. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.