Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "PHP-FPM" page has been changed by thumbs: https://wiki.apache.org/httpd/PHP-FPM?action=diff&rev1=14&rev2=15 Comment: Combined FilesMatch and If in the recipe, thanks to mspo `</FilesMatch>` + Combining [[http://httpd.apache.org/docs/current/mod/core.html#filesmatch|FilesMatch]] and [[http://httpd.apache.org/docs/current/mod/core.html#if|If]] can achieved as such: + + `<If "-f %{REQUEST_FILENAME} && %{REQUEST_URI} =~ /.+\.ph(ar|p|tml)$/" >` + === For the impatient === --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org