Re: mod_perl directives?

2000-09-12 Thread Doug MacEachern
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: > > >

RE: mod_perl directives?

2000-09-12 Thread Matt Sergeant
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

RE: mod_perl directives?

2000-09-12 Thread Geoffrey Young
> -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: >

RE: mod_perl directives?

2000-09-12 Thread Matt Sergeant
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

RE: mod_perl directives?

2000-09-12 Thread Geoffrey Young
> -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 :-

mod_perl directives?

2000-09-12 Thread Matt Sergeant
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 Does not recognize mod_perl directives

1999-01-02 Thread Miguel Navarro
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