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 and

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

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: !--OAS SETUP=www.realmedia.com/Samples/lx.shtml@TopLeft,TopRight,BottomLeft, BottomRight-- !--OAS

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 !--#exec cgi=listsomething.cgi-- calls to something faster. I rewrote

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

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

2001-09-28 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: !--OAS SETUP=www.realmedia.com/Samples/lx.shtml@TopLeft,TopRight,BottomLeft, BottomRight-- !--OAS AD=BottomRight-- Can I somehow run those directives right

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: !--OAS SETUP=www.realmedia.com/Samples/lx.shtml@TopLeft,TopRight,BottomLeft,

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: !--OAS SETUP=www.realmedia.com/Samples/lx.shtml@TopLeft,TopRight,BottomLeft, BottomRight-- !--OAS AD=BottomRight-- Can I