以 root 身份启动 lig​​httpd ?

发布于 2024-12-04 22:13:51 字数 311 浏览 1 评论 0原文

谁能告诉我如何以 root 身份启动 lig​​httpd 来增加 server.max-fds 值?

根据lighttpd文档> http://redmine.lighttpd.net/wiki/lighttpd/Server.max-fdsDetails

另外,我不明白他们的意思:更改此设置需要启动时的 root 权限???

先感谢您。

问候。

Can anyone tell me how can i start lighttpd as root to increase the server.max-fds value ?

According to the lighttpd documentation > http://redmine.lighttpd.net/wiki/lighttpd/Server.max-fdsDetails

also, i don't understand what they means by : Changing this setting requires root permissions on startup ???

Thank you in advance.

Regards.

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

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

发布评论

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

评论(2

半窗疏影 2024-12-11 22:13:51

您始终需要 root 权限才能打开 1-1024 之间的端口。默认 HTTP 端口为 80。在您的配置文件中,您需要添加 server.max-fds = 2048 并以 root 身份重新启动 lig​​httpd(可能与您之前所做的方式相同)。在我的例子中,/etc/init.d/lighttpd restart

You always require root permission to open the ports from 1-1024. Default HTTP-port is 80. In your configuration file you need to add server.max-fds = 2048 and restart lighttpd as root (prolly the same way you always did). /etc/init.d/lighttpd restart in my case.

飘落散花 2024-12-11 22:13:51

您可以从命令行使用 & 操作符在后台启动 lig​​httpd:lighttpd -D -f configfile &。即使您关闭 shell,它也可以工作,但我使用的是 z-shell。

You can start lighttpd in the background with &-operator from the commandline: lighttpd -D -f configfile &. It works even when you close the shell but I'm using z-shell.

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