Hi,

I want to configure the Apache for Apache::PerlRun as:

<FilesMatch "\^fast_*\.pl$">
 SetHandler fastcgi-script
 Options +ExecCGI
</FilesMatch>

<FilesMatch "(cgi|pl)$">
    SetHandler perl-script
    PerlHandler Apache::PerlRun
    PerlSendHeader On
    Options +ExecCGI
</FilesMatch>      


But all the .pl , including fast_(.*).pl are run by Apache::PerlRun 
handler, I tryed by changing the order, any trick to make
it working. I cannot get help of the <Location> or <directory> as
all files are in the same dir.

Any solution to exclude the fast_(.*).pl in second expression?

Regards,

-Surat Singh 






Reply via email to