1821800 Members
3340 Online
109637 Solutions
New Discussion юеВ

perl+apache

 
sahizan
Occasional Contributor

perl+apache

could anybody help me to configure perl in my redhat7.2 machine? fyi, apache and cgi-bin is successfully install.. expert, pls advise me :)
4 REPLIES 4
Albert E. Whale, CISSP
Honored Contributor

Re: perl+apache

I guess that in order for us to assist you, that you'll need to let us know what it is you are trying to accomplish. RedHat 7.2 generally is well configured for the 'average' users out of the box.

What are you attempting to configure in Perl?
Sr. Systems Consultant @ ABS Computer Technology, Inc. http://www.abs-comptech.com/aewhale.html & http://www.ancegroup.com
Erich Huebner_1
Occasional Advisor

Re: perl+apache

Hello,
First check to see if you have mod_perl installed. rpm -q mod_perl

Then modify the apache configuration file httpd.conf to enable the perl module. You should have some lines that look something like this:

Alias /perl/ /var/www/perl/

SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI



Good luck
sahizan
Occasional Contributor

Re: perl+apache

could u give short xplaination of mod_perl. tq.
Erich Huebner_1
Occasional Advisor

Re: perl+apache

Hello,
mod_perl Incorporates a perl interpreter into the Apache web server, so that the Apache web server can directly execute Perl code. I've got mod_perl-1.24-6.i386.rpm installed on my RedHat 7.0 box. You can find it at rpmfind.net/linux/RPM

Good luck!
Erich