another big itch scratched.. first pass at directive handlers has been checked in. no doubt still needs work, optimizing and compat plan with 1.x. i think it is possible for the module .pm to work with both 1.x and 2.x, just the Makefile.PL needs to change so Apache::ExtUtils::command_table is only run for 1.x. need help here and with testing more than the test that is checked in.
i realized after several thoughts of it not being possible, 1.x directive handlers could have also been implemented without generating a .xs, oh well. making this stuff thread safe was the bigger challenge. since the apache config structures are shared between threads (assuming read-only). this cannot be done with Perl SVs like it was in 1.x. the implementation is not set in stone, so feel free to suggest how things should behave (e.g. the @APACHE_MODULE_COMMANDS global). should be easy to make adjustments at this point. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
