I figured out the problem stupid me didn't have the apache-mod_perl installed. It always helps. Also I found that there is some hard coding involved with the webgui app as it is not configured for Apache2.
> I have a little problem with mod_perl under Mandrake I haven't tried it > recently with RedHat or any other distro. > > I am trying to install WebGUI in my system I got it from > > www.plainblack.com/webgui > > Their install instructions suggest to use the following virtual host > tag. > > <VirtualHost *> > <Files ~ "\.(pl)$"> > SetHandler perl-script > PerlHandler Apache::Registry > Options +ExecCGI > </Files> > DocumentRoot /opt/apache/www > ServerName www.mycompany.com > ServerAlias mycompany.com > ErrorLog /opt/apache/logs/error-log > CustomLog /opt/apache/logs/access-log SomeLogType > </VirtualHost> > > What I have noticed that there is an issue with the line PerlHandler Apache::Registry > > Starting httpd2: Syntax error on line 1045 of /etc/httpd/conf/httpd.conf: > Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not > included in the server configuration > > How can I resolve the problem I have checked the mod_perl site have found that > under mod_perl 2.x they no longer use PerlHandler. > > I am not sure what version of mod_perl I have though I believe that is is > 2.x version coming from Mandrak9.1. > > > -- > Regards, > > Kevin Saenz > > Spinaweb > Your one stop shop for I.T solutions. > > Ph: 02 4620 5130 > Fax: 02 4625 9243 > Mobile: 0418455661 > Web: http://www.spinaweb.com.au -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
