Menu

#37 Can't run apache. Localhost problem

open
nobody
5
2002-10-24
2002-10-24
Anonymous
No

I just installed FoxZerv 3.0 on a Win 2K machine
and I can't get Apache running. When I look at my
services screen I don't see Apache in the list. (I do
see MySQL started and running fine).

I openened a command window and typed:

c:\FoxServ\Apache\bin>apache -n "Apache" -k
install
I got the following error:
<32548>Only one usage of each socket address
(protocol/network address/port) is anormally
permitted. : make_sock: could not bind to address
0.0.0.0:80 no listening sockets available, shutting
down.

When installing I left the default port 80 but this
may be causing a conflict with another db or
application.

When I type http://localhost/ on my web browser
(IE6) it gives me an error and it does not display my
local host.

How can I change or remove other applications
using host 80, or how can I tell Apache to use
another one.

Thanks for the help

Mario
mmontag@bellsouth.net

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Microsoft IIS is already using port 80. Either switch it or
    Apache to another high-numbered port. In default install:
    C:\FoxServ\Apache\conf\httpd.conf
    Change the line:
    Listen 80
    to something like:
    Listen 9090
    Stop and start Apache so it will reread the conf file.
    URL will then be:
    http://localhost:9090

     
  • Nobody/Anonymous

    Logged In: NO

    Microsoft IIS is already using port 80. Either switch it or
    Apache to another high-numbered port. In default install:
    C:\FoxServ\Apache\conf\httpd.conf
    Change the line:
    Listen 80
    to something like:
    Listen 9090
    Stop and start Apache so it will reread the conf file.
    URL will then be:
    http://localhost:9090

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.