Is it possible to invoke third party Apache module functions from mod_perl

2011-01-30 Thread Shibi NS
I have a Apache module mod_xyz , is there is anyway i can invoke some functions defined mod_xyz from mod_perl ? -- --Shibi Ns--

Re: Is it possible to invoke third party Apache module functions from mod_perl

2011-01-30 Thread Torsten Förtsch
On Sunday, January 30, 2011 20:27:26 Shibi NS wrote: I have a Apache module mod_xyz , is there is anyway i can invoke some functions defined mod_xyz from mod_perl ? it depends. Apache2::ModSSL calls for example a few functions from mod_ssl. Problem is a module can be loaded but can also be