We have a PR (16631) that mentions that at least one error log entry is not assigned to the appropriate error log (in 1.3). The warning is written by ap_getword_conf, which doesn't know anything about server_rec structures.
I've discovered this by trying to forward port this feature. However, I'd really like to see this warning to go into 2.1 and here written to the right log. What do you think about introducing a wrapper around ap_getword_conf, called ap_getword_conf_s (or similar, suggestions welcome ;-)? It would take server_rec *s as a third argument and could write the warning into the right place. nd -- print "Just Another Perl Hacker"; # André Malo, <http://pub.perlig.de/> #