1) How do I enable/disable cgi scripts to be run through whm/cpanel, if the account already exists?
I created an account with cgi access enabled and whm/cpanel didn't configure anything in the domain's virtualhost spec that would point to cgi being enabled for this account.
<VirtualHost 66.232.107.158>
ServerAlias demo-domain.com
ServerAdmin
webmaster@demo-domain.com
DocumentRoot /home/demodom/public_html
BytesLog domlogs/demo-domain.com-bytes_log
ServerName
www.demo-domain.com
User demodom
Group demodom
CustomLog /usr/local/apache/domlogs/demo-domain.com combined
</VirtualHost>