[ic] APACHE 2.0

James P. Kinney III interchange-users@icdevgroup.org
Thu Nov 21 15:54:00 2002


--=-52c/Pxpo7UIqoaThAGPj
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

It should be:

sub new {
    my ($class, $fh, $env, $entity) =3D @_;
    populate($env);
    my $http =3D {
                                        fh =3D> $fh,
                                        entity =3D> $entity,
                                        env =3D> $env,
                                };
        eval {
                map_cgi($http);
        };
        if($@) {
                my $msg =3D errmsg("CGI mapping error: %s", $@);
                ::logGlobal({ level =3D> 'error' }, $msg);
                return undef;
        }
    bless $http, $class;
}



On Thu, 2002-11-21 at 13:14, Billy J. Mayberry wrote:
> Still no fire.
>=20
> my code is:
> -------------------------------------------------------------------------=
---
> --
> sub new {
>     my ($class, $fh, $env, $entity) =3D @_;
>     populate($env);
>     my $http =3D {
>                                         fh =3D> $fh,
>                                         entity =3D> $entity,
>                                         env =3D> $env,
>=20
>                                 };
>         eval {
>                 map_cgi($http);
>         };
>         if($@) {
>                 my $msg =3D errmsg("CGI mapping error: %s", $@);
>                 ::logGlobal({ level =3D> 'error' }, $msg);
>                 return undef;
>         }
>     bless $http, $class;
> }
> -------------------------------------------------------------------------=
---
> -----
> end of code
>=20
> I edited the file with 'vi' and still no luck still get same error
>=20
> Any other ideas
>=20
> Thanks in advance...
>=20
> ----- 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
>=20
>=20
> > > 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
> >
> >
>=20
>=20
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
--=20
James P. Kinney III   \Changing the mobile computing world/
President and CEO      \          one Linux user         /
Local Net Solutions,LLC \           at a time.          /
770-493-8244             \.___________________________./

GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics) <jkinney@localnetsoluti=
ons.com>
Fingerprint =3D 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7=20



--=-52c/Pxpo7UIqoaThAGPj
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA93UfEYZCtw4KcbKcRAmn7AKDG7tCCqY5UgnoRc6Bv3pNGFQiRWQCdH/2j
rtotKMLFkN2cjS0Np8+Qe4E=
=QxP3
-----END PGP SIGNATURE-----

--=-52c/Pxpo7UIqoaThAGPj--