On Mon, 13 Dec 2004, John Poltorak wrote:
[crit] (98)Address already in use: make_sock: could not bind to address 127.0.0.1 port 80
Then you have either - Some other software listening to 127.0.0.1 port 80 - Some other sofrware listening to port 80 (unspecified address)
netstat -an will tell you if this is the case.
Regards Henrik
