[ic] APACHE 2.0

Billy J. Mayberry interchange-users@icdevgroup.org
Thu Nov 21 13:16:01 2002


Still no fire.

my code is:
----------------------------------------------------------------------------
--
sub new {
    my ($class, $fh, $env, $entity) = @_;
    populate($env);
    my $http = {
                                        fh => $fh,
                                        entity => $entity,
                                        env => $env,

                                };
        eval {
                map_cgi($http);
        };
        if($@) {
                my $msg = errmsg("CGI mapping error: %s", $@);
                ::logGlobal({ level => 'error' }, $msg);
                return undef;
        }
    bless $http, $class;
}
----------------------------------------------------------------------------
-----
end of code

I edited the file with 'vi' and still no luck still get same error

Any other ideas

Thanks in advance...

----- Original Message -----
From: "Rene Hertell" <rene@hertell.com>
To: <interchange-users@icdevgroup.org>
Sent: Thursday, November 21, 2002 3:37 AM
Subject: RE: [ic] APACHE 2.0


> > Sorry for the lame question following but
> >
> > What do I do with this file you send me?
> >
> > I have no idea?
>
> You have to edit the file (is in your interchange directory) and either
add
> (+) the lines to the code or remove (-) the line from there. First you
have
> to find the right spot in that file.
>
> This should be done with a non Windows editor to avoid that carriage
returns
> are be saved to the file.
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>