如何默认禁用mod_mono?

发布于 2025-01-01 13:02:33 字数 132 浏览 0 评论 0原文

默认情况下,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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

戏剧牡丹亭 2025-01-08 13:02:33

全局选项

  • MonoAutoApplication 禁用

需要在全局/默认虚拟主机配置中添加。事实上,您可以在这里看到这篇文章:

Httpd.conf 多个 VirtualHost 部分(是:Mono ASP.NET MVC AutoHosting 问题)

然后您可以为特定 Vhost 启用它:

  • AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
    这可以手动完成,也可以通过每个帐户的 Cpanel 界面完成!

希望这有帮助!

The global option

  • MonoAutoApplication disable

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:

  • AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
    This can be done manually, or trough each account Cpanel interface!

Hope this help!

无人问我粥可暖 2025-01-08 13:02:33

如果我没记错的话,你需要全局禁用它
禁用

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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文