You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Grant <em...@gmail.com> on 2006/12/08 19:41:53 UTC

[users@httpd] Executing a script after a handoff

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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org