#apachectl start
apachectl: Configuration syntax error, will not run "start":
Syntax error on line 610 of /etc/httpd/conf/httpd.conf:
Invalid command 'PerlModule', perhaps misspelled or defined by a module not included in the server configuration
####
Alias /perl/ /cgi-bin/
PerlModule Apache::Registry
SetHandler perl-script
PerlHandler Apache::Registry
#PerlOptions +ParseHeaders
Options ExecCGI FollowSymLinks
#Order allow,deny
Allow from all
#AllowOverride All
PerlSendHeader On
####
PerlModule ModPerl::Registry
Alias /perl/ /home/httpd/perl/
PerlHandler ModPerl::Registry
...