If you run Centos and you want to create a new vhost but you get the following error:
Error "Permission denied: make_sock: could not bind to address"
Then you need to issue:
# semanage port -a -t http_port_t -p tcp 6077
where 6077 is the port you want to have it opened for your vhost.