One thing I noticed is that billing-gullo-me should be billing_gullo_me (typo?)
Also, this:
Does not need to be there, it is already set above and that the line you have entered defeats open_basedir security by allowing the domain to access the server root! (Major security risk)
You should also have a port forward for that domain (Available through the custom vhost entry area) that will redirect port 80 for that domain to be forwarded to port 443.
Also, this:
Code:
# Custom VH settings (if any exist)
<DirectoryMatch "/var/sentora/hostdata/billing-gullo-me/public_html/">
php_admin_value open_basedir "/var/sentora/hostdata/billing-gullo-me/public_html/:/tmp/:/"
</DirectoryMatch>
Does not need to be there, it is already set above and that the line you have entered defeats open_basedir security by allowing the domain to access the server root! (Major security risk)
You should also have a port forward for that domain (Available through the custom vhost entry area) that will redirect port 80 for that domain to be forwarded to port 443.