I find that I can't put ascii escape characters into lines in the config file - even if I read the out with AP_INIT_RAW_ARGS.
To be more specific, I can put it in the config file, but when I put "\n" in the config file and use it elsewhere, I find that its two characters, '\' and 'n'. How can I pass in ascii escape sequencecs? What is happening to these strings? Thanks