Hello, I'm using the Interchange::Link mod_perl module to facilitate a handoff to interchange (icdevgroup.org) from apache2 like so: <Location /> SetHandler perl-script PerlResponseHandler Interchange::Link PerlOptions +GlobalRequest PerlSetVar InterchangeServer /usr/local/interchange/socket PerlSetVar DropRequestList "/_vti_bin/owssvr.dll /MSOffice/cltreq.asp" PerlSetVar OrdinaryFileList "/images/ /squirrelmail/" </Location> The OrdinaryFileList specifies the beginning of URLs that should be served directly by apache2 without going through interchange. It works great, except it can't execute a script in the OrdinaryFileList such as a PHP page. apache2 just serves the raw PHP code. The module's author says he can't find a way to allow such script execution in the apache2 API. Is there a way to make this work? - 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx