On Tue, Feb 28, 2012 at 12:29 AM, Grant <[email protected]> wrote: >>>> I have some settings inside a <Location /> block that I need applied >>>> to all but those same files: >>>> >>>> /folder/file.html >>>> /folder/file.txt >>>> >>>> Can that be done or do I need to use a separate VirtualHost for those >>>> files? > > Does anyone know if this can be done? > > - Grant > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] >
You can try to exclude exactly those two with a locationmatch, or just use <location /> and then two <location> for the separate URL's to revert the values (most directives can be "undone") -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
