Welcome to the Linux Foundation Forum!

httpd Service dsnt Start

Options

hi..

i have one problem regarding my web server.

when i am try to restart my httpd service it shows...

[root@localhost ~]# service httpd restart

Stopping httpd: [FAILED]

Starting httpd: (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

[FAILED]

[root@localhost ~]#



please tell me the problem.i am stuck here.

The simplest server kills me.:(

Thanks in Advance..



Dr.CRAZY


Linux pillu.:confused:

Comments

  • mfillpot
    mfillpot Posts: 2,177
    Options
    It sounds like another service is already listening on port 80, you can run "ss -lp: to get the list of listening ports and the applications that are using them. From that output you should be able to find what is using the port and be able to reconfigure said server daemon.

Categories

Upcoming Training