Mod mono is enabled by default for all accounts on cPanel server.
I installed it using EasyApache. How can I disable it by default for all accounts and how do I enable it just for a specific account? cpanel 11 - modmono 2 - apache 2.2
The global option
Need to be addedd in the global/default vhost config. In fact you can see this post here:
Httpd.conf multiple VirtualHost sections (was: Mono ASP.NET MVC AutoHosting issues)
Then you can enable it for a specific Vhost:
Hope this help!
if I recall correctly, you need to disable it globaly MonoAutoApplication disable
and enable it for desired Vhosts AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
There is much more detail in cpanel doc docs.cpanel.net/twiki/pub/AllDocumentation/TrainingResources/TrainingSlides08/Modmono.pdf
Let me know :)