Fernando Munoz wrote:
I'm exeperiencing a really odd behavior concerning to image rendering. I
trace the problem to be the fact that I use the <Location> directive in my
.conf. It seems like because the images directory is in that location, they
get to be parsed by Apache::ASP. I know that I can use the <Files> directive
but this is a virtual server environment and I don't want to parse all the
rest of html, htm files and I really want to use the html extension. I'm
also using Apache::ASP->Loader and that directive is pre-compiling just the
extensions I need, however the <Location> directive is calling for parsing
the whole content of the folder. I test this putting the images in an
What about using a Files match like:

<Files ~ "/folder/.*\.html$" >
  ASP directives
</Files>

--Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to