Recently if did an apt-get update and apt-get upgrade on my debian 6 VPS and after that the nginx started showing the below error
/etc/init.d/nginx restart
Restarting nginx: nginxnginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)it happens because if the new version of Nginx as 1.2.7
but i got the solution at http://www.ambidev.com/nginx-update-failed-on-debian/