Re: [users@httpd] Issue with Files and/or FilesMatch Directive

2012-01-30 Thread Eric Covener
2012/1/30 Piotr Pawłowski : > OK, I've got it (quite simple) : > > > maybe \.xml$ to be safe? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.a

RE: [users@httpd] Issue with Files and/or FilesMatch Directive

2012-01-30 Thread Piotr Pawłowski
s -- Piotr Pawlowski From: Nick Kew [n...@webthing.com] Sent: Monday, January 30, 2012 14:55 To: users@httpd.apache.org Subject: Re: [users@httpd] Issue with Files and/or FilesMatch Directive On Mon, 30 Jan 2012 13:40:45 + Piotr Pawłowski wrote: > Currently my main goal is to

RE: [users@httpd] Issue with Files and/or FilesMatch Directive

2012-01-30 Thread Piotr Pawłowski
om: Nick Kew [n...@webthing.com] Sent: Monday, January 30, 2012 14:55 To: users@httpd.apache.org Subject: Re: [users@httpd] Issue with Files and/or FilesMatch Directive On Mon, 30 Jan 2012 13:40:45 + Piotr Pawłowski wrote: > Currently my main goal is to block every request to *.xml file. The c

Re: [users@httpd] Issue with Files and/or FilesMatch Directive

2012-01-30 Thread Nick Kew
On Mon, 30 Jan 2012 13:40:45 + Piotr Pawłowski wrote: > Currently my main goal is to block every request to *.xml file. The clue is in the name. applies to files, not to proxied requests. Get rid of the and sections and use . -- Nick Kew -

Re: [users@httpd] Issue with Files and/or FilesMatch Directive

2012-01-30 Thread Eric Covener
> Currently my main goal is to block every request to *.xml file. For this > purposes I've created "FilesMatch" rule, which is present at the end of the > above configuration. > Unfortunately it doesn't work, I have still access to xml files across server. > Where I am making a mistake? What is w