Thanks for catching that type, GreenGecko.
I was able to get nginx installed, but at this point it won't start (bind, that is).
Is this problem familiar to anyone?
>>> the end of the installation...
Installed:
nginx.x86_64 0:1.2.7-1.el6.ngx
Complete!
>>> trying to start nginx...
[root@01 ~]# /etc/init.d/nginx start
Starting nginx: 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()
[FAILED]