If you can't telnet to port 80 when Apache is down, then there is nothing
listening at that port (assuming you don't have a local firewall that would
allow a port to register but not allow data through/in/from).

So:

telnet localhost 80

... when apache is stopped and see what comes back. And stop your local
firewall first if applicable.

Then at least you will have confirmed that you are at a safe point to look
at other configuration issues.

Feel free to email me/post your Apache config and I can take a quick scan.
Please kill comments first if to my email especially.

Best Regards,
Matthew Kurowski

----- Original Message -----
From: "Uwe Birkenhain" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 12, 2002 10:00 AM
Subject: [PHP-INST] apache error: failed to get a socket for port 80 (W98)


> Hi,
> I tried to install apache 1.3.26 under Win98 on my laptop,
> but all I'll get is the DOS-Box with the error message:
> "make_sock: failed to get a socket for port 80"
>
> I have no other process running which might use port 80 (as far as I
know).
> Is the problem perhaps, that there is NO network adapter (ethernet card,
> modem, ...) in the laptop?
>
> I installed TCP/IP - but don't know how to check whether it's working.
>
> Yes, in httpd.conf the servername is 127.0.0.1
>
> Any suggestions?
>
> Thank's a lot in advance,
>
> Uwe
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to