Koozali.org: home of the SME Server

invalid command 'perlhandler',perhaps mis-spelled or defined by a module not inc

Offline kiwispaniol

  • 4
  • +0/-0
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
« Last Edit: January 22, 2008, 10:02:08 AM by kiwispaniol »

Offline byte

  • *
  • 2,183
  • +2/-0
Moving this topic to the SME 7.x contribs forum, it is more appropriate there. Thanks!
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au

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
.........