Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: kiwispaniol on January 22, 2008, 10:00:15 AM
-
Hi all
Can any one help with this issue?
SME 7.3 and metadot6.4.X
Syntax error on line 655 of /etc/httpd/conf/httpd.conf:
invalid command 'perlhandler',perhaps mis-spelled or defined by a module not included in the server configuration
<Directory /opt/metadot>
Options +Indexes +Includes +FollowSymLinks -MultiViews +ExecCGI
AllowOverride All
allow from all
AddHandler cgi-script .cgi .
AddHandler cgi-script .pl
line 655..... PerlHandler speedy::Registry
PerlSendHeader On
DirectoryIndex index.pl
Much obliged
-
Moving this topic to the SME 7.x contribs forum, it is more appropriate there. Thanks!
-
Syntax error on line 655 of /etc/httpd/conf/httpd.conf:
invalid command 'perlhandler',perhaps mis-spelled or defined by a module not included in the server configuration
line 655..... PerlHandler speedy::Registry
This error is generally caused by mod_perl not being installed and activated, to install mod_perl, follow these commands below
yum --enablerepo=updates --enablerepo=addons install mod_perl gd ImageMagick ImageMagick-perl netpbm
config setprop modPerl status enabled
signal-event post-upgrade
Russell