Changelog for
mod_perl-1.21-1.i386.rpm :
Fri Aug 20 06:00:00 1999 Hao Li
- After installing this RPM you will need to add following lines into
appropriate locations of /etc/httpd/httpd.conf:
LoadModule perl_module lib/apache/libperl.so
AddModule mod_perl.c
Alias /perl/ \"/home/httpd/perl/\"
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI