Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: fixit on September 16, 2005, 03:22:00 AM

Title: Webgui & Metadot
Post by: fixit on September 16, 2005, 03:22:00 AM
has anyone else have trouble installing these packages
from http://ergin.dyndns.org/webgui/

webgui and metadot

I seem to run into trouble at step 8

 8. Generate /etc/httpd/conf/httpd.conf
[root@smeserver601 httpd.conf]# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
[root@smeserver601 httpd.conf]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]

this is the error i get

nfoot@server httpd.conf]# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.con
[root@server httpd.conf]# service httpd restart
Stopping httpd:                                            [   OK   ]
Starting httpd: Syntax error on line 816 of /etc/httpd/conf/httpd.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server configuration
                                                           [ FAILED ]
/conf/httpd.conf:d.conf]# Starting httpd: Syntax error on line 816 of /etc/httpd
bash: Starting: command not found

line 816 from httpd.conf

<Location       "/webgui">
        SetHandler      cgi-script
        PerlHandler     Apache::Registry
        PerlSendHeader  On
        Options         +ExecCGI
        DirectoryIndex  index.pl

is their an easrier way to install these packages, I'm going around in circles.

Thanks in advanced

Russell
Title: Re: Webgui & Metadot
Post by: CharlieBrady on September 16, 2005, 05:26:25 AM
Quote from: "fixit"

Starting httpd: Syntax error on line 816 of /etc/httpd/conf/httpd.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server configuration


You don't have mod_perl installed and configured.
Title: Webgui & Metadot
Post by: fixit on September 16, 2005, 09:46:05 AM
thanks for the reply

so how do i go about getting mod perl and configuring it

does it work with 6.5

regards, Russell