Re: [AOLSERVER] Purify with AOLserver 4.0.7?

2004-08-11 Thread Zoran Vasiljevic
On Tuesday 10 August 2004 23:27, Andrew Piskorski wrote: I'm not and never have been doing any refcounting of Tcl objects at all, so that can't be it. (Actually, my C code is using the old-style string based Tcl APIs only, no Tcl objects.) When you launch the AOLserver in foreground, run

[AOLSERVER] virtual hosting: abort; not defined virtual host.

2004-08-11 Thread Artur Meski
When I request something from a not defined virtual host I get SIGSEGV. I think, that even a configuration error shouldn't cause it. # bin/nsd -f -u aolserver -t etc/main.tcl [...] [11/Aug/2004:11:59:34][61964.134529024][-main-] Notice: nsmain: AOLserver/4.0.7 running

Re: [AOLSERVER] virtual hosting: abort; not defined virtual host.

2004-08-11 Thread Dossy Shiobara
On 2004.08.11, Artur Meski [EMAIL PROTECTED] wrote: When I request something from a not defined virtual host I get SIGSEGV. I think, that even a configuration error shouldn't cause it. Indeed -- thanks for reporting this. 82913 nsd GIO fd 12 read 439 bytes GET / HTTP/1.1\r

Re: [AOLSERVER] Purify with AOLserver 4.0.7?

2004-08-11 Thread Elizabeth Thomas
Andrew Piskorski wrote on 8/10/04, 5:27 PM: On Tue, Aug 10, 2004 at 10:19:32AM +0200, Zoran Vasiljevic wrote: You might want to distinguish between real leaks and pure memory consumption. Purify will report real leaks, that is, if you allocate Well, yes. But my problem is that my

Re: [AOLSERVER] Purify with AOLserver 4.0.7?

2004-08-11 Thread Elizabeth Thomas
Elizabeth Thomas wrote on 8/11/04, 10:06 AM: You can do a sanity check to see if your aolserver is using the thread memory allocator by issuing an 'ns_info pools' command. If it returns anything, its still on. If you are still using the pools that could explain why Purify isn't telling

Re: [AOLSERVER] Purify with AOLserver 4.0.7?

2004-08-11 Thread Elliott Phil Civ AFMSA/SGSID
For those of you that are running Wintel platform with AOLSERVER some or all of the free tools from http://www.sysinternals.com/ntw2k/utilities.shtml might help. That site also has several other packages for other platforms. -phil Don't argue with an idiot; people watching may not be able to

Re: [AOLSERVER] nsopenssl latest from CVS SSL error on reading data

2004-08-11 Thread Nathaniel Haggard
After reordering the ns_sections in nsd.tcl to jive with http://aolserver.com/docs/admin/config-detailed.html as Torben recommends the new order goes like this: ns_section ns/parameters ns_section ns/threads ns_section ns/mimetypes ns_section ns/encodings ns_section ns/servers ns_section

[AOLSERVER] phpmyadmin for aolserver

2004-08-11 Thread Nathaniel Haggard
Performing queries from a GUI over the web would be ideal. Is there a phpmyadmin like app written for aolserver in tcl out there somewhere? http://www.phpmyadmin.net/home_page/ Nate -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to [EMAIL

Re: [AOLSERVER] phpmyadmin for aolserver

2004-08-11 Thread Daniel P. Stasinski
On Wed, 2004-08-11 at 14:42, Nathaniel Haggard wrote: Performing queries from a GUI over the web would be ideal. Is there a phpmyadmin like app written for aolserver in tcl out there somewhere? http://www.phpmyadmin.net/home_page/ I haven't tested it under 4.0, but under 3.x you can use:

Re: [AOLSERVER] phpmyadmin for aolserver

2004-08-11 Thread Noah Robin
On Aug 11, 2004, at 5:56 PM, Daniel P. Stasinski wrote: Performing queries from a GUI over the web would be ideal. Is there a phpmyadmin like app written for aolserver in tcl out there somewhere? Of course, you could always just use PHP in AOLServer; the bindings exist for PHP to run as a module

Re: [AOLSERVER] phpmyadmin for aolserver

2004-08-11 Thread Daniel P. Stasinski
On Wed, 2004-08-11 at 15:26, Dossy Shiobara wrote: Depending on how Dan has licensed his work, I'd love to pull that into SourceForge and have folks start seriously developing it. My portion falls under the u *shrugs shoulders* license. :) Have your way with it. The rest falls under the

Re: [AOLSERVER] phpmyadmin for aolserver

2004-08-11 Thread Daniel P. Stasinski
On Wed, 2004-08-11 at 17:41, Daniel P. Stasinski wrote: My portion falls under the u *shrugs shoulders* license. :) Have your way with it. The rest falls under the AOLserver license. Oops, and be sure to give me commit access for that dir too. I think my current access is only for

Re: [AOLSERVER] file upload corrupts jpg images

2004-08-11 Thread Thorpe Mayes
I ran md5 on the file in temploc and after it had been moved to the new location for both servers. About the only conclusion I can draw is that the output from each system is consistent. In both cases the checksum for the file in temploc was different each time a test was run. In both cases the

Re: [AOLSERVER] ASP style parser

2004-08-11 Thread Jamie Rasmussen
I'm afraid that the AOLserver 4.0 core doesn't support custom ADP parsers. About a year ago there was some discussion of adding this capability back in for AOLserver 4.1, but I don't think anything was decided. If this capability was available in the core, I'm sure the ASP-style parser could be