For me, I rebuilt my VPS to CentOS 6.0 x86 64-bit and had to remove both Apache and bind, then install:
Code:
# yum erase httpd httpd-tools apr apr-util
# yum remove bind
# bash <(curl -L -Ss http://sentora.org/install)