On Mon, Jul 19, 2010 at 1:44 PM, Matt Funk <maf...@nmsu.edu> wrote:
> Hi,
>
> i had to have a power cycle for remote server i have (which runs as a
> webserver). After that apache never came back up.
>
> Trying to start the server again i now get:
> (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
> no listening sockets available, shutting down
> Unable to open logs
>
> i googled this a bunch but none of the results seems to match my issue.
>
> Doing a:
> sudo netstat -plant
> gives (the relevant lines):
> tcp        0      0 72.167.143.65:8080      0.0.0.0:*               LISTEN
> 4851/apache2
> tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN
> 4851/apache2
> tcp      502      0 72.167.143.65:80        128.123.131.126:53821
> ESTABLISHED -
>
> Can anyone give me a hint or point me to some documentation on how i can deal
> with this?

Maybe you have overlapping listen directives for port 80.

>
> thanks
> matt
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>



-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to