On Tue, 2002-08-27 at 16:34, Fionn Behrens wrote:
> On 26 Aug 2002 22:54:01 -0500
> Ian Bicking <ianb@...> wrote:
>
> > I haven't used PSP, so I don't know, but there's a specific order in
> > which Apache goes through rules for the URL. What does your PSP
> > configuration look like? I imagine it's getting run before the
> > AliasMatch, so the AliasMatch no longer matches by the time the URL gets
> > to that step.
>
> One of the first things to try for me was to move the Alias command right to
> the top of httpd.conf - no success.
It's not the order of the file (mostly), but the type of the rule. So
Apache goes through the various rules, and applies them each. These are
rules like <Location>'s, DocumentRoot, Alias, RewriteRule, etc.
Somehow, AliasMatch must come after the PSP rule, or the PSP rule is
somehow aborting the rules (like [L] does in a RewriteRule).
Ian
|