cPanel/WHM面板服务器是用什么语言做的?

发布于 2024-09-15 17:37:03 字数 388 浏览 3 评论 0原文

我计划在 Perl 中制作一个像 cPanel/WHM 这样的应用程序,因为我从未在 Perl 中开发过自己的服务器,并且我正在考虑一些我需要建议/帮助的点:

  • cpanel 和 whm 在端口 2082 上工作/3 和 2086/7 为他们的面板提供服务 我想知道他们的服务器是用什么语言完成的,或者是否有一个很好的 Perl 模块来容纳这样的网络服务器?

  • 据我所知,cpanel/whm 作为 root 运行,在让我自己的服务器以 root 身份运行时处理我的面板时,我应该记住什么?

  • 如果您知道任何开源使用 我会在这条路线上的PERL 喜欢看一下。

如果您有任何其他相关建议,请随时发表评论。

此致;

I am planning to make an application like cPanel/WHM in perl since i never worked out my own server in perl, and i was thinking of a few points that i wanted some advices/help:

  • cpanel and whm work on ports 2082/3 and 2086/7 to server their panel i was wondering in what language is their server done or if there is a nice module for perl to hold a webserver like that ?

  • from what i know cpanel/whm run as root what should i keep in mind while making my own server to handle my panel while it runs as root ?

  • if you know of any open source USING
    PERL that is on this route i would
    like to take a look at it.

If you have any other advices related please feel free to drop your comment.

Best regards;

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

北恋 2024-09-22 17:37:04

查看 webmin,源代码位于:http://github.com/webmin/。它是 cPanel、Plesk 等的开源替代品。所有模块似乎都是用 perl 编写的。您可以选择扩展它,或者只是仔细阅读代码来学习。你的选择。

Check out webmin, source code here: http://github.com/webmin/. It's an open-source alternative to cPanel, Plesk, etc. All of the modules appear to be written in perl. You can choose to extend it, or simply peruse the code to learn. Your choice.

吝吻 2024-09-22 17:37:04

对于您自己的服务器,我会查看 Plack/PSGI 堆栈。也许有一些Catalyst来帮助你。

For your own server I'd look at the Plack/PSGI stack. Maybe with some Catalyst to aid you.

-柠檬树下少年和吉他 2024-09-22 17:37:04

cPanel 和 WHM 都是用 Perl 编写的,然后编译为本机代码。

cPanel and WHM are both written in Perl and then compiled to native code.

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