[ic] APACHE 2.0

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


Sorry for the lame question following but

What do I do with this file you send me?

I have no idea?

My Server.pm
---------------------------------------------------------------
sub new {
    my ($class, $fh, $env, $entity) = @_;
    populate($env);
        if(@Global::argv > 1) {
                (
                        $CGI::script_name,
                        $CGI::values{mv_session_id},
                        $CGI::query_string
                ) = @Global::argv;
                map_cgi();
                $Global::FastMode = 1;
                return bless { fh => $fh }, $class;
        }
    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 Server.pm

Thanks in advance...



----- Original Message -----
From: "Dan Browning" <dbml@kavod.com>
To: <interchange-users@icdevgroup.org>
Sent: Thursday, November 21, 2002 2:46 AM
Subject: Re: [ic] APACHE 2.0


> At 01:28 AM 11/21/2002 -0500, you wrote:
> >I had everything working with 1.3.23 or 27
> >
> >but now I redid my server with rh 8.0 and apache 2.0
> >
> >when I click on the design button which has a link like this
>
>http://secure.thecomputercorner.com/cgi-bin/thecompu/admin/layout.html?id=J
Z
> >nV33GX&mv_pc=1533
> >
> >I get the following
> >
> >code:
>
>---------------------------------------------------------------------------
-
> >---------
> >Server error!
> >The server encountered an internal error and was unable to complete your
> >request.
> >Error message:
> >Premature end of script headers: thecompu
> >If you think this is a server error, please contact the webmaster
> >Error 500
> >
> >secure.thecomputercorner.com
> >Thu 21 Nov 2002 01:27:00 AM EST
> >Apache/2.0.40 (Red Hat Linux)
>
>---------------------------------------------------------------------------
-
> >---------
> >end code
> >
> >I searched the mailings for apache 2.0 and apache 2 but to no luck.
> >
> >If anyone has any ideas please let me know I had some cats up and running
> >and didn't
> >think that the upgrade would be bad but this is BAD.
> >
> >Thanks in advance...
>
> http://www.icdevgroup.org/~danb/apache2-compatibility.patch
>
>
> --
> /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
> | Dan Browning, Kavod Technologies      <dan.browning@kavod.com> |
> | (360) 882-7872 x7, 6700 NE 162nd Ave, Suite 210, Vancouver, WA |
> \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
> "Given the choice between accomplishing something and just lying
> around, I'd rather lie around.  No contest."
>                  -- Eric Clapton
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>