https://bz.apache.org/bugzilla/show_bug.cgi?id=62220
--- Comment #15 from Yann Ylavic <[email protected]> --- (In reply to William A. Rowe Jr. from comment #14) > > Because these two directives run on exec (after preconfig, prior to other > directives), the scope is actually *server config*. Agreed on the scope, however EXEC_ON_READ happens *before* preconfig (from ap_read_config() in main.c, so before ap_run_pre_config() is called). This is why I removed the pre_config hook in trunk (and proposed as backport), it simply "cleared" all the EXEC_ON_READ work. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
