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
- how do I use perl sections Benedict Lofstedt
- RE: how do I use perl sections Eric Cholet
- RE: how do I use perl sections Benedict Lofstedt
- RE: how do I use perl sections Eric Cholet
- Benedict Lofstedt
