> -----Original Message-----
> From: Matt Sergeant [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 12, 2000 9:02 AM
> To: [EMAIL PROTECTED]
> Subject: mod_perl <IfModule> directives?
>
>
> I know this isn't in mod_perl yet, so take this as a feature
> request :-)
>
> What I'd like to see is a mod_perl equivalent of <IfModule>,
> so that I can
> add custom config directives to my httpd.conf perfectly safely:
>
> <IfPerlModule AxKit>
> AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot
> </IfPerlModule>
cool idea...
is
<Perl>
$AxAddStyleMap = "text/xsl Apache::AxKit::Language::Sablot"
if Apache->module('AxKit');
</Perl>
good enough for the moment?
--Geoff
>
> --
> <Matt/>
>
> Fastnet Software Ltd. High Performance Web Specialists
> Providing mod_perl, XML, Sybase and Oracle solutions
> Email for training and consultancy availability.
> http://sergeant.org | AxKit: http://axkit.org
>