On Wed, 20 Oct 2004, mahboobeh soleimani wrote: > Hi everybody. > > I installed apache-1.3.31 and mod_perl1.28 on redhat > core1. > and i made a mod_perl_rules1.pl and saved it in > "/home/piwi" and chmod to 0700. > i can view it by : perl /home/piwi/index.pl
Do you mean perl /home/piwi/mod_perl_rules1.pl > but i can not view it by: > http://localhost/perl/mod_perl_rules1.pl > > and apache says: > "The requested URL /perl/mod_perl_rules1.pl was not > found on this server." Have you made the necessary entries in Apache's httpd.conf to have requests for http://localhost/perl/* handled by Apache::Registry? > in errorlog file ican see: > > "Wed Oct 20 10:14:18 2004] [error] > /home/piwi/testindex.pl not found or unable to stat" > but i never have requested testindex.pl That may come from some configuration directive you have instructing Apache to use a "testindex.pl" to generate directory listings? -- best regards, randy kobes -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html