Drew Bertola wrote: > Hi, > > I'm a little bit puzzled about the right way to use AP_INIT_FLAG for per > server directives. Does anyone have a good example (snippet or link)? >
Nevermind. Found a good one here: http://buecher.lingoworld.de/apache2/mod_daytime_en.html My eyes must be tired. I was getting stuck w/ having arg prototyped as ..., char *arg) {... which needed to be changed to ..., int arg) {... in the directive processing routine. -- Drew
