Module External Configuration

2011-06-20 Thread Jason Funk
Hello, The module that I am writing has an external configuration file that it parses and loads into configuration when the server loads. Before every request it checks to see if the configuration file has been updated and if it has it reloads the configuration. The configuration should be shared

Re: Module External Configuration

2011-06-20 Thread Jason Funk
s the best way or not, but it's one data point for you. > Source code is here: > > http://mod-sflow.googlecode.com > > Neil > > > On Jun 20, 2011, at 11:39 AM, Jason Funk wrote: > > > Hello, > > > > The module that I am writing has an external

Re: Finding out original request's scheme

2011-07-21 Thread Jason Funk
I just check the local port: c->local_addr->port == 443 -> HTTPS c->local_addr->port == 80 -> HTTP It should work for most implementations. On Thu, Jul 21, 2011 at 9:19 AM, Ignaz Birnstingl wrote: > 2011/7/21 Sorin Manolache : > > On Thu, Jul 21, 2011 at 11:02, Ignaz Birnstingl > wrote: > >