On Tue, Feb 28, 2012 at 12:29 AM, Grant <emailgr...@gmail.com> 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: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>


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
cove...@gmail.com

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to