https://bz.apache.org/bugzilla/show_bug.cgi?id=63145

            Bug ID: 63145
           Summary: <FilesMatch> not work inside <If> <ElseIf> <Else>
           Product: Apache httpd-2
           Version: 2.4.37
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When I try to use <FilesMatch> inside <If> — the first one directive has not
work.

<If "-f '/www/%{HTTP_HOST}/php70'">
   <FilesMatch \.php$>
      SetHandler "proxy:fcgi://127.0.0.1:9070"
   </FilesMatch>
</If>

This is working:

<If "-f '/www/%{HTTP_HOST}/php70'">
   Redirect / http://url/
</If>

and this one:

<FilesMatch \.php$>
   SetHandler "proxy:fcgi://127.0.0.1:9070"
</FilesMatch>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to