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