how to get the env variables set inside an apache server process -


i using apache server. have written few modules run when apache service started apachectl.

i have set env variables in envvars @ /usr/local/apache2/bin/envvars

now start httpd process /usr/local/apache2/bin/apachectl -k start.

now apache process initiate child apache process. know enviroment variables set in both these processes? how can see that?

ok sorry, found it.

cat /proc//environ


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -