hi all, i am trying install and configure Nginx with node.js in a server when i enter command : /etc/init.d/nginx start (or restart) to start (or reload) nginx server , i get an error :
Restarting nginx: nginxnginx: [warn] conflicting server name "dantri.com.vn" on 0.0.0.0:83, ignored nginx: [warn] conflicting server name "www.dantri.com.vn" on 0.0.0.0:83, ignored nginx: [warn] conflicting server name "dantri.com.vn" on 0.0.0.0:83, ignored nginx: [warn] conflicting server name "www.dantri.com.vn" on 0.0.0.0:83, ignored nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) nginx: [emerg] still could not bind() when i check with lsof command palo:/etc/nginx# lsof -i :80 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME java 17957 root 28u IPv4 12869301 TCP *:www (LISTEN) some body help me to fix it ? i use linux debian . thank ! -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
