/ Home \ | \ Subjects / |
07/11/2020 04:31 Diogenes: |
When I try to run the software I get this message: "HTTP: Root dir=C:\shttps\www def=index.* Could not bind socket to 0.0.0.0:80 Wait 3 seconds for close old instance of server and try again... Could not bind socket to 0.0.0.0:80 port=80 Number of connections=16" Someone knows how can I solve this problem? Thanks |
07/11/2020 21:38 Max: |
Probably other program already using port 80. You may use another port for HTTP, -- set it in the "Settings", or close the program that using port 80. To look all using ports and open connections you may use console utility netstat -an |