[imp] Houston; we have a problem

Network network@network.shacknet.nu
Fri, 9 Feb 2001 16:39:36 -0500


Thanks to Chuck Brent and others who have helped me get this far.  Yes, the
directive I used was wrong.  after correcting the directive the login-page
appeared.

No one is able to login at all now. everyone is taken to an internet
explorer page stating "The page cannot be displayed" and a link= "detect
network settings"  The exact sequence we are getting is shown below....  The
entire site is SSL enabled.

request the URL https:// mail.server.dom  (SSL-login) -our index.html loads-
user clicks on a relative link and  cookie dialog is presented and accepted
then, user is taken to horde/imp/index.php3.  User types in user-id and
password, clicks login, -a dialog pops up stating "This page contains both
secure and nonsecure items" \n\n  "Do you want to display the nonsecure
items"  user clicks 'yes' and is given the internet explorer page "The page
cannot be displayed" and a link= "detect network settings"   This is not
intermittent any more as it was in my previous e-mail; "Subject: imp-2.2.4
logging in and ie5.5 "
-
The very first time a user goes thru the above sequence *no* error is seen
in any /var/log/*.  However, subsequent *imp login attempts* using the same
browser session, yields the following errors.

>From tail -f /var/log/messages <-- the first to display any output....
Feb  9 16:30:08 tower /kernel: pid 10207 (httpd), uid 65534: exited on
signal 11
Feb  9 16:30:08 tower /kernel: pid 10210 (httpd), uid 65534: exited on
signal 11
-
immediately after which tail -f /var/log/httpd_error_log starts scrolling
with the following (time-lapse one to two seconds)

[Fri Feb  9 16:30:09 2001] [notice] child pid 10210 exit signal Segmentation
fault (11)
[Fri Feb  9 16:30:09 2001] [notice] child pid 10207 exit signal Segmentation
fault (11)

I truely am sorry for so much mail to this list.  I am currently searching
the mail-list archives for the above errors.  If anyone has any input about
this  please post... I'm starting to get screamed at.  :)

----- Original Message -----
From: "Brent J. Nordquist" <bjn@horde.org>
To: <imp@lists.horde.org>
Sent: Friday, February 09, 2001 11:30 AM
Subject: Re: [imp] Houston; we have a problem


> On Fri, 9 Feb 2001, Network <network@network.shacknet.nu> wrote:
>
> > <Directory /usr/local/www/data/horde/>
> > <IfModule mod_php3.c>
> >         php_value include_path '/usr/local/etc/apache/php'
> >         php_value auto_prepend_file
/usr/local/etc/apache/php/prepend.php3
> >         php_flag magic_quotes_gpc Off
> >         php_flag track_vars On
> >     </IfModule>
> >
> > You may assume that our httpd.conf is correct because we had horde/imp
> > working with php4.
>
> You can't just change <IfModule mod_php4.c> to "3" without changes; those
> settings take a different form with PHP 3:
>
>     <IfModule mod_php3.c>
>         php3_include_path '/home/httpd/horde-phplib:.'
>         php3_auto_prepend_file /home/httpd/horde-phplib/prepend.php3
>         php3_magic_quotes_gpc Off
>         php3_track_vars On
>     </IfModule>
>
> with paths adjusted for your site, of course.
>
> > I'd like to think I've done my homework before mailing in.
>
> ...which we appreciate.  :-)  Thanks.
>
> --
> Brent J. Nordquist <bjn@horde.org>
> Yahoo!: Brent_Nordquist / AIM: BrentJNordquist / ICQ: 76158942
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>