Hi,
I have mod_proxy_html in my httpd.conf. This requires an additional LoadFile
directive to load libxml prior to LoadModule. Unfortunately the httpd.conf
generated by the test framework includes the "LoadModule mod_proxy_html" but
omits the "LoadFile libxml.so".
I can solve this problem by adding mod_proxy_html to the skip list in TEST.PL:
Apache::TestConfig::autoconfig_skip_module_add('mod_proxy_html.c');
But I cannot know all modules that need special LoadFiles that a user of my
perl module may load.
How is this situation resolved best?
Torsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]