[ic] mod_interchange OrdinaryFileList & ScriptAlias

Ron Phipps rphipps at reliant-solutions.com
Sun Jul 11 09:10:53 EDT 2004


> From: interchange-users-bounces at icdevgroup.org
[mailto:interchange-users-
> bounces at icdevgroup.org] On Behalf Of John1
> 
> I am using mod_interchange and have the catalog set at root.
> 
> Extract of httpd.conf:
> 
> ScriptAlias /cgi-bin/ /var/www/cgi-bin/
> ...
>  <Location />
>  SetHandler interchange-handler
> ...
> OrdinaryFileList /cgi-bin/
> ...
> </Location>
> 
> This seems to relegate my cgi-bin to an ordinary file directory rather
> than
> a script directory.  i.e.  My browser tries to download the script
rather
> than Apache try to execute the script.
> 
> Any help would be greatly appreciated.
> 

Please ignore my last post, I just realized that what I explained is
probably what you are already doing.  I think I posted to early in the
morning for me :)  Have you tried removing the 'cgi-bin' from the
OrdinaryFileList to see if Apache will use the ScriptAlias direction
first in that case?

Good luck,
-Ron



More information about the interchange-users mailing list