Re: setting getting variable to be changed in production and read in my C module

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 20, 2017 at 11:55 AM, eeadev dev <eeadev@xxxxxxxxx> wrote:
> I have to write a set of variable to be read from my C module. Those
> variable could be change when the code is in production, similar to what u
> would write in a java properties file.
>
> What is the proper way to do it and which functions to use?
>
> write the in the httpd.conf (what is the API for getting/setting a var
> visible in all the apache web server)

You could:
  Define VAR_NAME "some_value"
in "httpd.conf" and then:
  const char *var_value = ap_resolve_env(some_pool, "VAR_NAME");
in your module for example.

No need for your module to add its own directive(s) for that, but it could too.


Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux