Mo El-Awaisi wrote:

> as perl came with the install of red hat, i simply went to httpd.conf and
> added the following
> 
> ---->
> PerlModule Apache::PerlRun
> <Location /perl>
> SetHandler perl-script
> PerlHandler Apache::PerlRun
> Options ExecCGI
> PerlSendHeader On
> allow from all
> </Location>
> <----
> 

you need to tell Apache where is /perl. i am not sure if you only post a 
snip of your conf but if you haven't tell Apache where is /perl, it won't 
find it. do you have a:

Alias /perl /your/script/dir

somewhere?

so whener you have:

http://your_machine/perl/mod_perl.pl

Apache will be able to find it like:

/your/script/dir/perl/mod_perl.pl

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to