> -----Message d'origine-----
> De:   Benedict Lofstedt [SMTP:[EMAIL PROTECTED]]
> Date: jeudi 4 mai 2000 15:38
> À:    Eric Cholet
> Cc:   [EMAIL PROTECTED]
> Objet:        RE: how do I use perl sections
> 
> 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>

but you're not following my example quoted above.
@ScriptAlias is a list of aliases. Each alias is a _reference_ to
a two-element array.

--
Eric


Reply via email to