[ic] Mod_Interchange and images - with catalog at root

Kevin Walsh kevin at cursor.biz
Mon Apr 12 14:22:00 EDT 2004


Ron Phipps [rphipps at reliant-solutions.com] wrote:
> In the latest mod_interchange there is a directive called
> 'OrdinaryFileList'.  You place it inside the <Location> directive with a
> list of directories that should be served by Apache, not Interchange.
> Mine looks like this: 
> 
> <Location />
>         SetHandler interchange-handler
>         InterchangeServer 127.0.0.1:7786
>         DropRequestList /default.ida /x.ida /cmd.exe /root.exe
>         OrdinaryFileList /images/ /interchange-5/ /js/ /classes/
> </Location> 
> 
You probably know this already, but you can specify files, as well
as directories, to the OrdinaryFileList directive.  One useful file
is /robots.txt.  In theory I could make OrdinaryFileList use wildcards,
such as *jpg or *gif etc., but I just didn't have the time when I
added the facility.  Wildcards are overrated anyway. :-)

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list