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

Title: invalid command 'perlhandler',perhaps mis-spelled or defined by a module not inc
Post 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
Title: Re: invalid command 'perlhandler',perhaps mis-spelled or defined by a module not
Post by: byte on January 22, 2008, 06:57:50 PM
Moving this topic to the SME 7.x contribs forum, it is more appropriate there. Thanks!
Title: Re: invalid command 'perlhandler',perhaps mis-spelled or defined by a module not inc
Post by: fixit on January 23, 2008, 12:55:41 AM

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