On Tue, 12 Sep 2000, Matt Sergeant wrote:
> I know this isn't in mod_perl yet, so take this as a feature request :-)
really, how do you know that? ;)
> What I'd like to see is a mod_perl equivalent of , so that I can
> add custom config directives to my httpd.conf perfectly safely:
>
>
>
On Tue, 12 Sep 2000, Geoffrey Young wrote:
> > I'm not convinced that will work, since it sets the directives in the
> > Apache::ReadConfig package, not mine.
>
> I just tested it with Apache::Dispatch, which also uses ModuleConfig, and it
> works just fine. I guess it depends on the mechanism
> -Original Message-
> From: Matt Sergeant [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 12, 2000 9:21 AM
> To: Geoffrey Young
> Cc: [EMAIL PROTECTED]
> Subject: RE: mod_perl directives?
>
>
> On Tue, 12 Sep 2000, Geoffrey Young wrote:
>
On Tue, 12 Sep 2000, Geoffrey Young wrote:
> cool idea...
>
> is
>
>
> $AxAddStyleMap = "text/xsl Apache::AxKit::Language::Sablot"
> if Apache->module('AxKit');
>
>
> good enough for the moment?
I'm not convinced that will work, since it sets the directives in the
Apache::Rea
> -Original Message-
> From: Matt Sergeant [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 12, 2000 9:02 AM
> To: [EMAIL PROTECTED]
> Subject: mod_perl directives?
>
>
> I know this isn't in mod_perl yet, so take this as a feature
> request :-
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 , so that I can
add custom config directives to my httpd.conf perfectly safely:
AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot
--
Fastnet Software Ltd.
Apache 1.3.9
Mod_perl 1.21
Solaris 2.7
Having read Doug's comments about malloc issues with configuring mod_perl as a dso on
solaris, I decided to compile mod_perl in statically. When I do a httpd -l,-L mod_perl
appears to be compiled in and all the mod_perl directives are available. Ho