hello,
i have asked this question on apache group and irc. no one has come to a answer yet.
hope people
here will help me with it.
i have a directory which execute mod_perl program. i want to requestion
site.com/printer/ and
index.pl get executed. however i got directory listing instead. requestiong index.pl
directly runs
fine.
both index.pl and /www/printer are 755 on permission.
here is what i have.
Alias /printer/ /www/printer/
PerlModule ModPerl::Registry
<Directory /www/printer/>
Order allow,deny
Allow from all
AllowOverride None
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
PerlSendHeader On
DirectoryIndex index.pl
</Directory>
with Options +ExecCGI +MultiViews, i got this error while requesting
/www/printer/index
Negotiation: discovered file(s) matching request: /www/printer/index (None could be
negotiated).
has anyone run accros the same problem before ? running apache 2.0.40 on redhat 9.
mod_perl-1.99_07-5
Regards,
Qiang
__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html