On Centos 6 I can do
# yum install webserver
or
# yum install httpd
And both commands will install httpd (apache)
I am building an RPM and I don't know which one I should use or why they are different. Do packages have a 'generic' name that you can address them by? For instance if you had lighttpd installed it could provide the webserver package?