On Thu, Feb 07, 2008 at 08:24:50PM -0800, Jyri Virkki wrote: > 5.3. Exported Interfaces > > NAME STABILITY > --------------------------------------------------------------- > /usr/apache2/2.2/libexec/mod_jk.so Volatile > /usr/apache2/2.2/libexec/mod_fcgid.so Volatile > /usr/apache2/2.2/libexec/mod_security.so Uncommitted > /usr/apache2/2.2/libexec/mod_dtrace.so Volatile
So what are the interfaces this project is actually exporting? That is, for instance, what is Volatile about "/usr/apache2/2.2/libexec/mod_jk.so"? Is it the pathname? The pathname seems unlikely to change -- either it stays the same pretty much forever or we decide to yank it. Doesn't seem particularly Volatile. Is it behavior? Is it the set of configuration directives it supports? Something else? A description of what each actually does would also be nice. The fact that it was discussed at length somewhere else is nice, but most of us aren't on those other lists, so a summary in the proposal of, y'know, what the project actually *does* would be useful to the majority of ARC members reviewing the proposal. :) Thanks, Danek