[AOLSERVER] AOLserver Crash

2009-07-01 Thread William Scott Jordan
Hey all! I've had a few times recently where AOLserver has crashed under high loads. Each time, I see a line in the logs that looks something like unable to alloc 4895393 bytes. Any guesses on what's causing this? -William -- AOLserver - http://www.aolserver.com/ To Remove yourself from

[AOLSERVER] Tuning Question

2009-05-01 Thread William Scott Jordan
Hey all! We're having an issue under high loads that's causing AOLserver to stop taking new connections and I wanted to see if anyone could point me in the right direction for diagnosing the problem. We're running AOLserver 4.5 on CentOS 5.2 with the following connection config:

Re: [AOLSERVER] Tuning Question

2009-05-01 Thread William Scott Jordan
in AOLserver's settings that should be stopping additional connections. I'll dig around a bit in CentOS to see if I can't find the culprit there. Thanks! -William On 05/01/2009 10:55 AM, Dossy Shiobara wrote: On 5/1/09 12:55 PM, William Scott Jordan wrote: The problem we're seeing

Re: [AOLSERVER] Custom server error page crash

2008-07-12 Thread William Scott Jordan
} ns_register_filter preauth PROPFIND /* ::reject_propfind return ns_register_filter trace PROPFIND /* ::reject_propfind break tom jackson On Thu, 2008-07-10 at 12:32 -0700, William Scott Jordan wrote: To answer Tom's questions, nope we don't have anything specifically registered to handle

Re: [AOLSERVER] Custom server error page crash

2008-07-10 Thread William Scott Jordan
To answer Tom's questions, nope we don't have anything specifically registered to handle the PROPFIND method. And yes, 500.html exists as a plain HTML file. So how would we register something for the PROPFIND method? Would it be something like: ns_register_proc PROPFIND /500.html

[AOLSERVER] Custom server error page crash

2008-07-09 Thread William Scott Jordan
Hey all! I've recently added a custom server error message using a redirect in AOLserver's config file. Since then, I've been occasionally seeing the following error in the logs: [09/Jul/2008:18:04:08][30505.1690512][-conn:1-] Error: return: failed to redirect 'PROPFIND /500.html':

[AOLSERVER] Tcl rounding question

2008-05-03 Thread William Scott Jordan
Hey all! This is really more of a tcl question, but I'm hoping that someone on the list might have an explanation. Why does [format %.2f 18.005] round down to 18.00 and [format %.2f 1.415] round up to 1.42? Any guesses? Am I missing something obvious here? Tcl version 8.4, if it matters.

Re: [AOLSERVER] Tcl rounding question

2008-05-03 Thread William Scott Jordan
: On 2008.05.03, William Scott Jordan [EMAIL PROTECTED] wrote: This is really more of a tcl question, but I'm hoping that someone on the list might have an explanation. Why does [format %.2f 18.005] round down to 18.00 and [format %.2f 1.415] round up to 1.42? Any guesses? Am I missing

[AOLSERVER] Hiring AOLserver developers in Seattle

2007-01-09 Thread William Scott Jordan
of this email. Anyone interested should send a resume to [EMAIL PROTECTED] Crossing my fingers, William Scott Jordan Brown Paper Tickets w) http://www.brownpapertickets.com e) [EMAIL PROTECTED] p) 1-800-838-3006 x7010 - Web Application Developer

Re: [AOLSERVER] nsopenssl dropping connections

2006-07-24 Thread William Scott Jordan
someone responds with a better answer, I'll take a closer look at the code tomorrow. /s. On Jul 22, 2006, at 7:45 PM, William Scott Jordan wrote: Hi all! We had a situation recently of extremely high traffic, during which connections were being rejected/dropped with following warning showing up

[AOLSERVER] nsopenssl dropping connections

2006-07-22 Thread William Scott Jordan
Hi all! We had a situation recently of extremely high traffic, during which connections were being rejected/dropped with following warning showing up in the logs: Warning: nsopenssl: connection dropped I guess my questions are, what limit in nsopenssl is causing connections to be dropped?

[AOLSERVER] Less than virtual

2006-06-02 Thread William Scott Jordan
Hi all! I'm hoping to get some advice from the community on whether something I want to do is possible and/or appropriate. For one of my projects, I have a system that is basically glorified online store on which our clients can sell their goods. Many of our clients are now asking for us

[AOLSERVER] Retrieving oid from INSERT

2006-03-28 Thread William Scott Jordan
Hi all! Is there any way to get the oid or any other row identifier from a database insert with ns_db on Postgres? Say for example I have the following table: CREATE TABLE test ( test_column int ) ; And then I do an insert with aolserver, along the lines of: ns_db dml $db INSERT INTO test

[AOLSERVER] Trouble Compiling ns_imap

2006-03-16 Thread William Scott Jordan
Hey all! Has anyone gotten ns_imap to successfully compile on Fedora Core 4? I just get a pile of warnings such as: nsimap.c:1814: warning: operation on outp may be undefined and nsimap.c:1823: warning: pointer targets in return differ in signedness ...and then it final errors out with a

[AOLSERVER] nsopenssl crash

2004-04-22 Thread William Scott Jordan
It seems like I pop on this list every 3 or 4 months with an nsopenssl question. Not wanting to break with tradition, I have a situation that has me stumped. I'm trying to install aolserver and nsopenssl on Redhat 7.3 with OpenSSL 0.9.7d, which was compiled with thread support. Everything seems

Re: [AOLSERVER] nsopenssl crash

2004-04-22 Thread William Scott Jordan
Scott Jordan wrote: It seems like I pop on this list every 3 or 4 months with an nsopenssl question. Not wanting to break with tradition, I have a situation that has me stumped. I'm trying to install aolserver and nsopenssl on Redhat 7.3 with OpenSSL 0.9.7d, which was compiled with thread support

Re: [AOLSERVER] nsopenssl crash

2004-04-22 Thread William Scott Jordan
. If that doesn't work, follow the same build procedure using earlier versions of OpenSSL to confirm that it's not the OpenSSL version that is the problem. BTW, what version of nsopenssl and AOLserver are you using? /s. On Apr 22, 2004, at 2:16 AM, William Scott Jordan wrote: It seems like I pop on this list

Re: [AOLSERVER] nsimap error

2003-08-04 Thread William Scott Jordan
Yup, that solved that problem. Thanks! Scott At 05:02 PM 8/4/2003 -0400, you wrote: Add -lcrypt to the MODLIBS in the Makefile MODLIBS = $(IMAPLIBS) $(SSLLIBS) -lcrypt William Scott Jordan wrote: I've compiled nsimap without any trouble, but when I try to load it with AOLserver, I get

Re: [AOLSERVER] SSL handshake error

2003-03-11 Thread William Scott Jordan
that if you want it turned off you'll have to explicitly do so. /s. On Monday, March 10, 2003, at 11:32 PM, William Scott Jordan wrote: ServerSessionCache is set to false. Scott At 11:12 PM 3/10/2003 -0600, you wrote: Do you have session caching turned on? /s. On Monday, March 10, 2003, at 11:00

[AOLSERVER] SSL handshake error

2003-03-10 Thread William Scott Jordan
I'm running AOLServer 3.4 with OpenSSL 0.9.6 and nsopenssl 2.2b4 on Redhat 7.0 and I'm getting this error quite a bit: Error: nsopenssl: EOF during SSL handshake I have no idea what's causing it and I can't recreate it. When it happens, it gives the end user a Server Error message. Reloading

Re: [AOLSERVER] SSL handshake error

2003-03-10 Thread William Scott Jordan
ServerSessionCache is set to false. Scott At 11:12 PM 3/10/2003 -0600, you wrote: Do you have session caching turned on? /s. On Monday, March 10, 2003, at 11:00 PM, William Scott Jordan wrote: I'm running AOLServer 3.4 with OpenSSL 0.9.6 and nsopenssl 2.2b4 on Redhat 7.0 and I'm getting

[AOLSERVER] Trouble installing SSL

2002-05-20 Thread William Scott Jordan
I'm having some trouble installing an SSL cert on AOLServer 3.4.2 with nsopenssl 2.2b3. Everything seems to be working just fine up to the point where AOLServer loads the private key. It's erroring out with the message Enter PEM pass phrase: error loading private key file. Is there a secret