如何获取 apache 服务器进程内设置的环境变量

发布于 2024-10-18 04:28:42 字数 260 浏览 0 评论 0原文

我正在使用 Apache 服务器。 实际上我已经编写了一些在 apache 服务启动时运行的模块 apachectl。

我已经在 envvars 中设置了某些环境变量 /usr/local/apache2/bin/envvars

现在我启动 httpd 进程 /usr/local/apache2/bin/apachectl -k 启动。

现在这个 apache 进程将启动另一个 apache 子进程。 我想知道这两个过程中设置的环境变量?我怎么能看到呢?

i am using an apache server.
Actually i have written a few modules which run when the apache service is started with
apachectl.

I have set certain env variables in envvars at
/usr/local/apache2/bin/envvars

Now i start the httpd process with
/usr/local/apache2/bin/apachectl -k start.

Now this apache process will initiate another child apache process.
I would like to know the enviroment variables set in both these processes? How can i see that?

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

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

发布评论

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

评论(1

我不咬妳我踢妳 2024-10-25 04:28:42

好吧,抱歉,我找到了。

猫 /proc//环境

ok sorry, i found it.

cat /proc//environ

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