Re: [AOLSERVER] ns_returnfile

2001-10-04 Thread Rusty Brooks
I've done this before by registering procedures. This is pretty easy. For example, you can do: ns_registerproc POST /my/special/post/url/* myprocname Then, you can POST to /my/special/post/url/myfile.exe you don't have to post of course, you can do a GET to

Re: [AOLSERVER] Newbie issue: How configure production / test / development environment?

2001-10-04 Thread Dave Weis
I would advise using two instances, along with two database instances. If you'll be playing with the config, you won't want to have to bounce your live site. For the file moving, you can either check everything in dev into cvs and check it back out into the live site, or you can just use rsync to

[AOLSERVER] [ aolserver-Bugs-425366 ] 3.4 changes broke MSVC projects

2001-10-04 Thread Ms. Source Forge
Bugs item #425366, was opened at 2001-05-18 20:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=425366group_id=3152 Category: Architecture: Win32-specific Group: aolserver3_4 Status: Open Resolution: None Priority: 5 Submitted By: Adam Zell (zellster)

Re: [AOLSERVER] Solid driver for 3.4

2001-10-04 Thread Peter M. Jansson
FYI Sybase had a similar issue, and old Sybase drivers did not do the automatic rollback that AS expected. Automatic rollback is in the newer Sybase drivers, however (if you're using 1.01 or so, on either 2.3.3 or 3. x, you're fine). Anyone implementing a DB driver should make sure a rollback

[AOLSERVER] [ aolserver-Bugs-467982 ] Cannot change charset encoding in .tcl

2001-10-04 Thread Ms. Source Forge
Bugs item #467982, was opened at 2001-10-04 10:59 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=467982group_id=3152 Category: API: Tcl Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sharon Kotler (sharon_kotler) Assigned to:

[AOLSERVER] Reminder: AOLserver weekly chat today

2001-10-04 Thread mayoff
The AOLserver weekly chat takes place today, 2001-10-04, and every Thursday. Common topics include AOLserver, Tcl, SQL, ACS, and general web-related questions. The place: AIM chatroom AOLserver on exchange 4 The time: 20:00 UTC During the summer, that time is 4 PM US/Eastern 3 PM

[AOLSERVER] strange nsopenssl behavior -- explained

2001-10-04 Thread Robert Spassky Cabacungan
The problem is the NsOpenSSLSend() function in ssl.c, in nsopenssl-2.0. BIO_write is returning a resource not available, try again error, but NsOpenSSLSend is not checking for that, and so behaves as though it were a non-recoverable error, aborting the write instead of trying again. A simple

[AOLSERVER] This should work?!!

2001-10-04 Thread Ian Harding
This does not work. It breaks at server start saying there are the wrong number of args to ns_register_proc. Does it work for you? aolserver 3.4, NetBSD 1.5 i386. ns_register_proc GET /foo1 foo 1 ns_register_proc GET /foo2 foo 1 2 ns_register_proc GET /foo3 foo 1 2 3 proc foo { conn one