On Fri, 30 Jun 2000, Doug MacEachern wrote:

> On Fri, 30 Jun 2000, Matt Sergeant wrote:
> 
> > Is there any way I can write RAW_ARGS config directives like:
> > 
> > <AxMedia screen>
> > ...
> > </AxMedia>
> > 
> > And have the bit between the tags passed through to apache for processing?
> > The eagle book only seems to detail processing all the directives between
> > the tags myself. But I want to be more modular than that. Am I missing
> > some documentation somewhere?
> 
> nope, that functionality was missing, i was wanting this too for the
> Apache::DBIPool module that'll be part of my tutorial mod_perl-2.0
> section at oracon:
> 
>  <DBIPool dbi:mysql:db_name>
>    DBIPoolStart 10
>    DBIPoolMax   20
>    DBIPoolMaxSpare 10
>    DBIPoolMinSpare 5
>    DBIUserName dougm
>    DBIPassWord XxXx
>  </DBIPool>
> 
> more on that later :)

<g> - glad I signed up for that session now - look forward to meeting you
there.

Shame it can't be done right now though, and I can't really justify adding
that sort of functionality to AxKit at the moment. I guess I'll have to
setup a custom parser to call my own callbacks.

-- 
<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

Reply via email to