Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
User Journal

Journal PerlJedi's Journal: Apache2::Module::get_config

In my ongoing efforts to port slashdot onto modern revisions of Apache and ModPerl, I've made significant strides. This weekend I put in a few extras hours of work, just because it was on my mind.

Currently I am banging my head against Apache2::Module::get_config. I thought I had appropriately adjusted the code to use the new simplified mechanism for defining and handling custom apache config directives. Having added plenty of "print STDERR" debuging into my modules, I can see that the new directives are being read, and the associated sub routines to handle them are being called at server start time. However, calls to get_config from inside a request handler are always returning either 1 or undef. As far as I can tell from reading the documentation, it should be working. As I type this, it occurs to me that it could be getting fubared by Apache2::compat...

Off to test that theory!

This discussion has been archived. No new comments can be posted.

Apache2::Module::get_config

Comments Filter:

Scientists will study your brain to learn more about your distant cousin, Man.

Working...