On 8/2/06, Kris Da San Martino <[EMAIL PROTECTED]> wrote:
>
> I'm installing jffnms on a windows xp box. Right out of the gate I get the
> following error when I run the install of Apache.
> "(OS 10048)Only one usage of each socket address (protocol/network
> address/port)
>
> is normally permitted.  : make_sock: could not bind to address 0.0.0.0:80
>
> no listening sockets available, shutting down
>
> Unable to open logs
>
> Note the errors or messages above, and press the <ESC> key to exit.  22...
>
>
>
> [Wed Aug 02 07:45:55 2006] [error] (OS 2)The system cannot find the file
> specifi
>
> ed.  : No installed service named "Apache2".
>
> Note the errors or messages above, and press the <ESC> key to exit.  25...
>
>
>
> Here's the version I'm tried to install.
>
> Apache_2.0.58-win32-x86-no_ssl

While this is not related to jffnms at all, it sounds like your apache
install is goofed, and that some other webserver is already listening
on port 80. To check, do this at a command prompt:

   netstat -an | find "LISTEN"

and see if something is listening on 0.0.0.0:80

--falz

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to