Mo El-Awaisi wrote:
> hi
>
> i have installed red hat 8 on my computer along with Apache, Perl/ MySQL and
> PHP. i am having problems getting PERL to work.
>
> i try to run the following script, but no luck:
I'd suggest you sort out your issues one at a time. Do not test the performance of
Perl
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
>
> SetHandler perl-script
> PerlHandler Apache::PerlRun
> Options ExecCGI
> PerlSendHeader On
> allow from all
>
> <
>
you need to
Thanks,
How do i do the two options you have mentioned? i do have mod-perl
installed. How do i tell Apache where the CGI bin are? how do i change the
chmod from 755!!
Cheers,
Mo
Howdy,
One of two things, maybe. Either you have not
told Apahce where the cgi-bin is (I don't know
Red Hat, only N
hi
i have installed red hat 8 on my computer along with Apache, Perl/ MySQL and
PHP. i am having problems getting PERL to work.
i try to run the following script, but no luck:
simply trying to test mod-perl
as perl came with the install of red hat, i simply went to httpd.conf and
added the fo