On 26 Oct 2010, at 03:52, Mike Meyer wrote: > Anyone got some hints on how I ought to set this up? Maybe there's a > writeup somewhere I missed on config processing Possibly there's some > facility that I ought to be looking at to replace the mmaped file?
One possible suggestion. post_config and child_init get passed the first server_rec. The server_rec in any later hook is the virtual host. Could your problem be setting data in one server then trying to retrieve it from another? -- Nick Kew