Hi,

It took a few private back and forth for Eric to help me see the light, but
it looks like this now works in my vhost config :

Action cgi-wrapper /xcgi-bin/phpit/user

    <FilesMatch \.php$>

       SetHandler cgi-wrapper

    </FilesMatch>

It took a few back and forth for Eric to help me see the light, but it
looks like this now works.

Still wonder what the order of operations between the AddHandler and
FilesMatch. I'm guessing that FilesMatch wins given my experience.

Thank you!

Tuc


On Fri, Oct 28, 2016 at 9:40 AM, Eric Covener <cove...@gmail.com> wrote:

> On Fri, Oct 28, 2016 at 8:38 AM, Tuc at Beach House <tuct...@gmail.com>
> wrote:
> > 1) Is there a reference somewhere about "order of operations" of
> commands,
> > or which take precedence over others without skimming every page?
> > 2) Is there another way to implement what I want in my Virtual Host so I
> > don't have to comment out the FilesMatch?
>
>
> https://httpd.apache.org/docs/2.4/sections.html
>
> It may be enough to just wrap it in FilesMatch.
>
>
> --
> Eric Covener
> cove...@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to