On Mon, 9 Jul 2001, Surat Singh Bhati wrote:

> Hi,
> 
> I am not able to run the mod_perl scriptsd as with
> Apache::PerlRun, Apache::Registry  is working fine.
> 
> PerlRun says :
>       "filename not found or unable to stat"
>       and gives the 404 error.
> 
>       The file is exists there with proper permission, I am able to run same 
>       file with Apache::Registry 
> 
> I changed the PerlRun.pm as:
> 
> -35      if (-r $r->finfo && -s _) { 
> +35      if (-r $filename && -s _) { 

hmm, not sure why it isn't working, but this isn't the first problem
reported with $r->finfo.  i think i will apply your patch, the finfo
feature clearly isn't as stable as it should be.


Reply via email to