I have had trouble trying to install webgui & metadot, when I ran the command to start mod_perl,I get this error msg, I was getting the same error msg even when mod perl wasn't activated.
I would like to know why I am getting this error below
What have i not installed or activated, did anyone else have this trouble with webgui & metadot
Syntax error on line 814 of /etc/httpd/conf/httpd.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server configuration
</Directory>
#apply mod_perl to primary Ibay
alias /mod_perl/ /home/e-smith/files/primary/cgi-bin/
<Location /mod_perl/>
SetHandler perl-script
PerlHandler Apache::Registry (this line here)
Options +ExecCGI
PerlSendHeader On
</Location>
Alias /extras /home/e-smith/files/ibays/Primary/html/WebGUI/www/extras
Alias /webgui /home/e-smith/files/ibays/Primary/html/WebGUI/www
Alias /uploads /home/e-smith/files/ibays/Primary/html/WebGUI/www/uploads
<Location "/webgui">
SetHandler cgi-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
DirectoryIndex index.pl
</Location>
Thanks in Advance for any advice
I'm makeing a mess, LOL, but having fun