What does cmd refer to/can I find it in the request_rec?
On Thu, May 23, 2013 at 10:21 AM, Eric Covener <[email protected]> wrote: > On Thu, May 23, 2013 at 11:44 AM, Sean Beck <[email protected]> > wrote: > > s is the server_rec? So what you're saying is s->defn_name refers to the > > .conf the module got its configuration information from? It's labeled in > > the httpd.h header as "The name of the server" but does that actually > mean > > the config file? > > > > Emphasis on the other side of the assignment, which you have access to > as you handle each directive. >
