justsimple has asked for the wisdom of the Perl Monks concerning the following question:
Alias /page/ /home/me/page/
PerlModule Apache::Registry
<Location /page/>
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
PerlSendHeader On
allow from all
</Location>
All my perl scripts in this dir WORK, but I can't access other files. For example I can't access http://localhost/page/foto.jpg.
foto jpg has permissions rwxrwxrwx.
I can't figure why I can access perl scripts and can't access other files.
What should I do?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't figure with mod_perl
by Fletch (Bishop) on Jun 27, 2004 at 13:50 UTC | |
by Joost (Canon) on Jun 27, 2004 at 15:12 UTC | |
|
Re: Can't figure with mod_perl
by thor (Priest) on Jun 27, 2004 at 13:51 UTC |