I believe 4.0.5 is all good now on that front as well.
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-796-9023
email: [EMAIL PROTECTED]
> -----Original Message-----
> From: DAve Goodrich [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 19, 2001 3:59 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Netscape + ModSSL=Dead slow.
>
>
> on 6/19/01 11:29 AM, McCaffity, Ray at [EMAIL PROTECTED] wrote:
>
> > I don't think this is your problem, but why such an old
> version of PHP?
> > Any chance you could post your configure statements? (Also
> which order you
> > did
> > them in, I've been gone for a while, what platform were you
> building this
> > on?
> > What compiler/version?
> >
>
> Well, it's not an old version of PHP, it's a stable one ;^) I
> don't want to
> sound tense about it but I get asked all the time.... Doesn't
> mean I'm not
> open to the suggestion that it might be the problem, but I am against
> upgrading on a lark to find out.
>
> Currently PHP 4.0.0 is the last version that would build with
> GD/PDF/Openlink/mm and not fall apart. PHP 4.0.0 will handle all the
> requests I throw at it, run well over 90 days, generate 40mb
> of log file a
> week, and never miss a beat.
>
> Configure statements follow,
>
> PHP: ./configure --with-cpdflib=/usr/local \
> --with-openlink=/usr/local/openlink \
> --with-apxs=/usr/local/apache/bin/apxs \
> --with-ttf=/usr/local \
> --with-gd=/usr/local/lib/gd \
> --with-config-file-path=/usr/local/lib \
> --with-track-errors \
> --with-xml \
> --without-mysql \
> --enable-url-fopen-wrapper \
> --disable-debug \
> --with-jpeg-dir=/usr/lib \
> --with-tiff-dir=/usr/lib \
> --with-mm \
> --with-zlib
>
> mod_ssl: ./configure \
> --with-apache=../apache_1.3.20/ \
> --with-ssl=../openssl-0.9.6a \
> --with-mm=../mm-1.1.3/ \
> --prefix=/usr/local/apache \
> --enable-shared=ssl \
> --disable-rule=SSL_COMPAT
>
> apache: EAPI_MM=../mm-1.1.3/ \
> SSL_BASE=../openssl-0.9.6a/ \
> ./configure \
> --with-layout=Apache \
> --enable-module=ssl \
> --prefix=/usr/local/apache \
> --enable-shared=ssl \
> --disable-rule=SSL_COMPAT
>
> openssl: ./config no-idea -fPIC
>
> MM: ./configure \
> --disable-shared
>
> Machine info:
>
> sysadmin@www2:/usr$ gcc -v
> Reading specs from
> /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>
> sysadmin@www2:/usr$ uname -a
> Linux www2 2.2.16 #6 Wed Dec 13 15:18:16 /etc/localtime 2000
> i686 unknown
>
> The box is running Slackware 7.0. I followed the order of the
> INSTALLATION
> (UNIX) guide, following the "option b" path at step 5, "The flexible
> APACI-only way". This was done only to add the PHP module to
> the build, I'm
> not wed to that method.
>
> I am absolutely out of things to try. Anything else? anyone?
> I have a box to
> use, and my time is dedicated to this alone.
>
> Thanks,
>
> DAve
>
> > -----Original Message-----
> > From: DAve Goodrich [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, June 19, 2001 12:12 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Netscape + ModSSL=Dead slow.
> >
> >
> > OK, fresh clean install of the following current versions,
> >
> > drwxr-xr-x 8 1134 1134 4096 Jun 19 09:55
> apache_1.3.20/
> > drwxr-xr-x 3 sysadmin wheel 4096 Dec 13 2000 mm-1.1.3/
> > drwxr-xr-x 10 root root 4096 Jun 19 09:35
> mod_ssl-2.8.4-1.3.20/
> > drwxr-xr-x 20 root root 4096 Jun 19 09:21
> openssl-0.9.6a/
> > drwxr-xr-x 16 sysadmin wheel 8192 Jun 19 09:49 php-4.0.0/
> >
> > I followed the instructions in the INSTALLATION (UNIX)
> guide to the letter.
> > Stopping apache and then restarting after the install
> produced the exact
> > same results, Netscape on a Mac hangs for up to 3 minutes.
> >
> > I am currently porked, done, finished, showstoppered,
> > gottaFindaNotherSolutionIzed unless someone can offer a
> suggestion. Is there
> > something else I can try?
> >
> > Again, is there ANY other information I can send the list?
> >
> > DAve
> >
> > on 6/5/01 1:09 PM, DAve Goodrich at [EMAIL PROTECTED] wrote:
> >
> >> on 6/5/01 12:21 PM, Mads Toftum at [EMAIL PROTECTED] wrote:
> >>
> >>> On Tue, Jun 05, 2001 at 10:25:25AM -0700, DAve Goodrich wrote:
> >>>>
> >>>> If the there is a another bug repository, reporting
> tool, etc, would
> > someone
> >>>> please point me to it?
> >>>
> >>> Usually the mailing list[1] archive is the place to look
> - all entries in
> > the
> >>> bugdb are sent to the mailing list, but not all answers
> make it back.
> >>>
> >>>>
> >>>> Again, I appreciate the help and suggestions I've
> gotten, still digging
> > ;^)
> >>>>
> >>> I just looked into the archive and saw your answers to one of my
> > questions:
> >>>
http://www.mail-archive.com/modssl-users@modssl.org/msg11612.html - I
> must
>>> have missed it the other day. I have previously seen somewhat similar
> trouble
>>> for others using dbm caches - and they managed to solve it by switching
> to
>>> MM based session caching. I'm far from sure that it will fix your
> problem,
>>> but the very short logfile entry that you posted suggests that new
> entries
>>> are being added to the session cache instead of reusing sessions.
>>>
>>> [1] http://www.modssl.org/support/
>>>
>>> vh
>>>
>>> Mads Toftum
>>
>> Well I hadn't used it because I didn't want to throw another variable
into
>> the mix. I compiled in MM support and tried;
>>
>> SSLSessionCache shm:/tmp/ssl_scache(512000)
>>
>> (I have a 1GB of Ram to play with)
>>
>> Everything else is speeded up quite nicely, but no change with Netscape
> Mac
>> 8^(
>>
>> hmmmmmmmm.........
>>
>> DAve
--
Dave Goodrich
Director of Interface Development
Reality Based Learning Company
9521 NE Willows Road, Suite 100
Redmond, WA 98052
Toll Free 1-877-869-6603 ext. 237
Fax (425) 558-5655
[EMAIL PROTECTED]
http://www.rblc.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]