Re: Another way to perhaps do this......

2001-10-01 Thread Cees Hek
On Fri, 28 Sep 2001 16:40, Steven Boger wrote: > I've been netsearching for hours. It's time to beg for help... > > My apache has a hacked mod_include that has a new directive, OAS: > > > > > > Can I somehow run those directives right from mod_perl If you have the Eagle book (if you don

Re: Another way to perhaps do this......

2001-10-01 Thread Ken Williams
Gerald Richter <[EMAIL PROTECTED]> wrote: >> >> Wouldn't it be better to subclass Apache::SSI instead of >> HTML::Embperl::Syntax::SSI ? That part of it would be really easy - the >> hard part would be actually implementing the OAS directive actions. >> >> > > If you really only want to do SSI,

Re: Another way to perhaps do this......

2001-10-01 Thread Gerald Richter
> > Wouldn't it be better to subclass Apache::SSI instead of > HTML::Embperl::Syntax::SSI ? That part of it would be really easy - the > hard part would be actually implementing the OAS directive actions. > > If you really only want to do SSI, then subclassing Apache::SSI is of course the easier

Re: Another way to perhaps do this...... / SSI

2001-09-29 Thread Wim Kerkhoff
Hey Ken, You are probably right. Your Apache::SSI module looks quite simple to extend, although the same can be said for HTML::Embperl::Syntax. The reason I was working with the Embperl module, was that I was wanting to change calls to something faster. I rewrote the cgi's in Embperl, but needed

Re: Another way to perhaps do this......

2001-09-29 Thread Ken Williams
Wim & Steven, Wouldn't it be better to subclass Apache::SSI instead of HTML::Embperl::Syntax::SSI ? That part of it would be really easy - the hard part would be actually implementing the OAS directive actions. Wim Kerkhoff <[EMAIL PROTECTED]> wrote: > Steven Boger wrote: >> >> I've been net

Re: Another way to perhaps do this......

2001-09-28 Thread Wim Kerkhoff
Steven Boger wrote: > > I've been netsearching for hours. It's time to beg for help... > > My apache has a hacked mod_include that has a new directive, OAS: > > > > > > Can I somehow run those directives right from mod_perl Well... Since I've been spending several hours looking at

Re: Another way to perhaps do this......

2001-09-28 Thread darren chamberlain
Steven Boger <[EMAIL PROTECTED]> said something to this effect on 09/28/2001: > I've been netsearching for hours. It's time to beg for help... > > My apache has a hacked mod_include that has a new directive, OAS: > > > > > > Can I somehow run those directives right from mod_perl Aft

Another way to perhaps do this......

2001-09-27 Thread Steven Boger
I've been netsearching for hours. It's time to beg for help... My apache has a hacked mod_include that has a new directive, OAS: Can I somehow run those directives right from mod_perl -Steven