[mod_gnutls-devel] how to pass/set MONKEYSPHERE_VALIDATION_AGENT_SOCKET for msva validation?

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Mar 12 15:13:08 CET 2014


Hi Ramkumar--

On 03/12/2014 12:37 AM, Ramkumar Chinchani wrote:
> Setting the environment variable via the SetEnv approach [1] doesn't seem
> to work.
> 
> Suggestions?
> 
> [1] http://httpd.apache.org/docs/current/env.html

SetEnv is used to change the environment variable for child processes or
for apache configuration directives (see the first section of the page
you linked above).

On a debian system using sysvinit to start apache, there is a config
file /etc/apache2/envvars where you can add a line like:

 export MONKEYSPHERE_VALIDATION_AGENT_SOCKET=http://127.0.0.1:9999/

If you're using other initialization systems, i'm sure there are other
ways you can set the environment variable for the daemon process (e.g.
see the Environment= directive in systemd.exec(5) if you use systemd)

hope this helps,

	--dkg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1010 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20140312/cdd35bb0/attachment.sig>


More information about the mod_gnutls-devel mailing list