And here's the problem.....a dump of $cfg->{modules} during need_module shows this:

    ...
    mod_deflate.c
    mod_proxy.c
    core.c
    http_core.c
    proxy_http.c    <----- Hey, that's not intuitive given the
                LoadModule line. :-)
    mpm_winnt.c
    ...


Of course, it will never find it as it's assuming mod_$module.c.

What's the best way to deal with this? Simply pass in proxy_http.c since need_module leaves *.c modules as-is?

Well, we can only check the output of httpd -l or what .so files are available. so in this case it's proxy_http.so.


Seems kind of dirty, but it works.

so I guess a skip patch is on the way, right?


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to