Octavian Rasnita wrote:
> Is it possible to configure httpd.conf in such a way that when the users
> request the / directory, that module will handle it, but if the users
> request for a static file like /style.css for example, that file is served?
>
> I have tried:
>
> <Location />
> SetHandler perl-script
> PerlResponseHandler Foo::Bar
> </Location>
Sorry for the delayed reply, I've been lax in my reading.
Here is another way, add your images and static files to locations with
default handlers:
<Location /inc>
SetHandler none
</Location>
<Location /img>
SetHandler none
</Location>
Then /inc/style.css will work as expected. I have actually configured
my site this way.
--
__________________________________________________________________
Garrison Hoffman Codefix Consulting 1.718.210.3445
[EMAIL PROTECTED] http://codefix.net/ 1.866.456.0584