https://issues.apache.org/bugzilla/show_bug.cgi?id=51517
--- Comment #20 from Eric Covener <[email protected]> --- > However, this method is only available from Apache 2.4.10 onward. Also I > think that there's another "thinko" in the example. Imho it should read > <FilesMatch \.php> (note the missing $) so the handler would also trigger > for URIs like /path/to/my.php/with/some/added/stuff?and=vars ;) This works as-is (\.php$) because <FilesMatch> is relative to the mapped file not just the text in the URL. In other words, it knows the file is $docroot/ /path/to/my.php w/ PATH_INFO of /with/some/added/stuff an query string and=vars. I hope to add some balancer examples, and fixes for SCRIPT_FILENAME and PATH_INFO in combination with balancer soon. -- 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]
