如何默认禁用mod_mono?
默认情况下,cPanel 服务器上的所有帐户都会启用 Mod mono。
我使用 EasyApache 安装它。如何默认为所有帐户禁用它以及如何仅为特定帐户启用它? cpanel 11 - modmono 2 - apache 2.2
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
全局选项
需要在全局/默认虚拟主机配置中添加。事实上,您可以在这里看到这篇文章:
Httpd.conf 多个 VirtualHost 部分(是:Mono ASP.NET MVC AutoHosting 问题)
然后您可以为特定 Vhost 启用它:
这可以手动完成,也可以通过每个帐户的 Cpanel 界面完成!
希望这有帮助!
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:
This can be done manually, or trough each account Cpanel interface!
Hope this help!
如果我没记错的话,你需要全局禁用它
禁用
MonoAutoApplication为所需的虚拟主机 和启用它
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
cpanel doc中有更多详细信息
docs.cpanel.net/twiki/pub/AllDocumentation/TrainingResources/TrainingSlides08/Modmono.pdf
让我知道:)
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 :)