[ic] APACHE 2.0

Billy J. Mayberry interchange-users@icdevgroup.org
Sun Nov 24 04:19:00 2002


I am top posting to my own post hope that is ok

I still can't get interchange 4.8.7 and apache 2.0.40 to work together.

I have update to 4.8.7 with cvs which I thought would fix the issues but no
luck

Are there any other files that you need to edit for that patch that we
looked at last time

Here is my Server.pm file
----------------------------------------------------------------------------
-------------


use POSIX qw(setsid strftime);
use Vend::Util;
use Fcntl;
use Errno qw/:POSIX/;
use Config;
use Socket;
use Symbol;
use strict;

sub new {
    my ($class, $fh, $env, $entity) = @_;
#       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;
#       }
    populate($env);
    my $http = {                                };
        eval {
                map_cgi($http);
        };
        if($@) {
                my $msg = errmsg("CGI mapping error: %s", $@);
                ::logGlobal({ level => 'error' }, $msg);
                return undef;
        }
    bless $http, $class;
}

my @Map =
    (

                                        fh => $fh,
                                        entity => $entity,
                                        env => $env,
                                };

----------------------------------------------------------------------
end of code snippet

Please help we have been down for nearly 3 weeks and need to get back
up and running.  If you have a solution please let us know.

Like I said we did the patch and we did the update with cvs and you
can see the server.pm is the way the patch says we believe.

Side note we went to 4.9.3... or something like that and it works great
as for the clicking on the design button and getting to the page but boy
does it not have the features that the 4.8 versions do. But anyway if anyone
can help we would appreciate so very much...

Thanks in advance...


----- Original Message -----
From: "Billy J. Mayberry" <webmaster@thecomputercorner.net>
To: <interchange-users@icdevgroup.org>
Sent: Friday, November 22, 2002 12:24 PM
Subject: Re: [ic] APACHE 2.0


>
> ----- Original Message -----
> From: <dhenao@tampabay.rr.com>
> To: <interchange-users@icdevgroup.org>
> Sent: Friday, November 22, 2002 7:15 AM
> Subject: RE: [ic] APACHE 2.0
>
>
> > Did you try to create a new catalog and see if you have the same
problem?
> >
> > Diego
> >
> >
> > > > Still no fire.
> > >
> > > Please don't TOP-post!
> > >
> > >
> > >
> > >
> > > Did you restart your IC-engine?
> > >
> > >
> > >
> > > René
> > >
> > >
> > > _______________________________________________
> > > interchange-users mailing list
> > > interchange-users@icdevgroup.org
> > > http://www.icdevgroup.org/mailman/listinfo/interchange-users
> > http://www.icdevgroup.org/mailman/listinfo/interchange-users
> >
> >
> >
> >
> > _______________________________________________
> > interchange-users mailing list
> > interchange-users@icdevgroup.org
> > http://www.icdevgroup.org/mailman/listinfo/interchange-users
> >
> >
> Still no fire....
>
> Created a new demo cat and no luck?
>
> Any ideas would be greatly appreciated.
>
> Thanks in advance....
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>