Eric Cholet writes:

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

I got the following to work after stopping/restarting the server:

<Perl>
my @cgi_users = qw(xx yy);

foreach (@cgi_users) {
push @ScriptAlias, [ "/cgi-$_/", "/users/$_/cgi-bin/" ] ;
};
</Perl>

Thanks for the patience.

--- benedict

Reply via email to