Hello,
I can manually configure apache to enable/disable cgi bin using;
<Directory /home/*/public_html/cgi-bin>
Options +ExecCGI
</Directory>
but!
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 [email protected]
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>
2) Where does whm/cpanel enable or disable running of cgi scripts for customer accounts?
I can manually configure apache to enable/disable cgi bin using;
<Directory /home/*/public_html/cgi-bin>
Options +ExecCGI
</Directory>
but!
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 [email protected]
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>
2) Where does whm/cpanel enable or disable running of cgi scripts for customer accounts?