如何获取 apache 服务器进程内设置的环境变量
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,抱歉,我找到了。
猫 /proc//环境
ok sorry, i found it.
cat /proc//environ