Hello list,

is it possible to parse the output of mod_perl handler through PHP?

I tried like this:

### httpd.conf ###
PHPIniDir "C:/PHP/"
LoadModule php5_module "C:/PHP/php5apache2_2.dll"

### vhost.conf ###
    <Location /ls/app/demo>
      SetHandler modperl
      PerlHandler My::Handler
      SetOutputFilter PHP
    </Location>


When I trie to call up /ls/app/demo/index.php the Apache serves me the 
file for downloading.

Apache 2.2.6 (Win32)
PHP 5.2.9
mod_perl 2.0.3
Active Perl v. 5.8.8


Has anyone already set up this szenario?


Regards
Daniel

Reply via email to