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
Post a Comment