Re: [AOLSERVER] Ruby module for AOLserver.

2001-04-23 Thread Scott Goodwin
My cohort at work, Gene Rogers, is working on the Ruby module now. He's gotten it to run single-threaded, but hasn't tamed the multithreaded beast yet. /s -Original Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED]]On Behalf Of Chiriac Petrica Clement Sent: Monday, April 23,

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Donald F Evans
Occasionally I get (about one in every ten page views) the following message at the top of my web pages? Any ideas??? HT.0/1.0 200 OK MIME-Version: 1.0 Date: Mon, 23 Apr 2001 19:16:53 GMT Server: AOLserver/3.3.1 Content-Type: text/html Content-Length: 3227 Connection: keep-alive The message

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Rob Mayoff
Actually, I am using neither ns_write or ns_read. I am using ns_adp_puts to print to the browser. Should I be gathering all the html into one var and then ns_write it out? No. If you're using ADP, you shouldn't be calling either ns_write or ns_return. Come up with a test case and post it.

Re: [AOLSERVER] Installing AOL 3.3.1 on OS X

2001-04-23 Thread Dossy
On 2001.04.23, Nate Folkman [EMAIL PROTECTED] wrote: 1. Make sure you are using the -b flag if you are trying to run the server on a privileged port: bin/nsd8x -fzt sample-config.tcl -ushmooved -bx.x.x.x:80 Hey, is the -b command line option undocumented? And why is it required for

Re: [AOLSERVER] Error with Oracle Driver in Windows.

2001-04-23 Thread Dossy
On 2001.04.23, Ariel E. Carn? [EMAIL PROTECTED] wrote: [21/Apr/2001:21:10:27][1236.468][-main-] Warning: modload: failed to load 'e:/Work/AOLserver32/bin/ora8.dll': 'win32 error code: 126' win32 error 126 is ERROR_MOD_NOT_FOUND (The specified module could not be found). Does