AMM
AMM

Reputation: 17920

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

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?

Upvotes: 0

Views: 2345

Answers (1)

AMM
AMM

Reputation: 17920

ok sorry, i found it.

cat /proc//environ

Upvotes: -1

Related Questions