* Aryeh Katz wrote: > What is the earliest stage at which r->per_dir_config is populated with the > per_dir information that my module sets? > Using some tests, I determined that it's sometime after post_read, and > before fixup. > Can someone narrow it down for me?
header_parser. That is the same hook, which mod_setenvif uses for setting its per-dir variables. HTH, nd
