>   > this patch seems to have stalled:
> 
>   > http://marc2.theaimsgroup.com/?l=apache-modperl-dev&m=114021879222434&w=2
> 
>   > can you give it a whirl and see if it fixes things?
> 
> Thanks!
> 
> It doesn't fix the bug I reported.
> 
> But it brings me closer to a workaround. It allows me to write the
> pretty weird looking config file:
> 
>    <Perl>
>    @PerlConfig = split /\n/, <<EOC;
>      Alias /ping/ /tmp/ping/
>      <IfModule mod_asis.c>
>      </IfModule>
>    EOC
>    </Perl>
> 
> Before the patch I had no success with @PerlConfig, so apparently
> Frank's patch fixes @PerlConfig.
> 
> For the bug I am reporting, there's something missing to split config
> lines into single directives.

ok, thanks for trying :)

I'm including gozer here, since he is the main PerlConfig guy - I
wouldn't want to step on his toes trying to implement a fix for this
issue.  but it we harp on him he will probably have an answer in a
matter of seconds ;)

separately, we're going to need to ping you for apml maint, um, now :)

--Geoff

Reply via email to