Eric,
> push @ScriptAlias, [ "/cgi-$_", "/users/$_/cgi-bin" ];
>
> > Where can I find better info than given in
> > http://perl.apache.org/src/mod_perl.html#PERL_SECTIONS ?
>
> http://www.modperl.com/book/chapters/ch8.html#Configuring_Apache_with_Perl
>
> See the paragraph: "Directive is Repeated Multiple Times"
>
Thank you for a quick reply and a good reference.
However, it seems that I have found a problem. Even the simplest construct:
<Perl>
push @ScriptAlias, "/cgi-benedict/", "/users/benedict/cgi-bin/" ;
</Perl>
doesn't work on my solaris2.7 box - but it works on my Solaris2.6 and my
Irix 6.5 boxes.
Has anyone else experienced something similar?
--- benedict