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, 2001 12:04 PM
To: [EMAIL PROTECTED]
Subject: [AOLSERVER] Ruby module for AOLserver.


  Hi,
 Exist Ruby module for AOLserver ?

--
Petrica Clement Chiriac
Web application developer
Genesys Software Romania
http://dev.genesys.ro



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 appears at the top of a properly executed
page, and seems to have no effect on the other code?

---don


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



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 OS X?  I noticed that bind() under OS X is really
strange -- if you try and drop privs. using setuid(), your open
ports get closed or at least are unavailable to the now unprivileged
process.

This was of course with my experimentation with OS X PB ...

- Dossy

--
Dossy Shiobara   mail: [EMAIL PROTECTED]
Panoptic Computer Network web: http://www.panoptic.com/



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 e:\Work\AOLserver32\bin\ora8.dll exist?

- Dossy

--
Dossy Shiobara   mail: [EMAIL PROTECTED]
Panoptic Computer Network web: http://www.panoptic.com/