[AOLSERVER] rollfmt config directive for ns/server/server-name/module/nslog

2001-09-28 Thread Jim Wilcoxson
This is not documented in 3.4 but is present and appears (from limited testing) to work. It was in 2.3.3 also. Takes a date string like: ns_param rollfmt %Y-%m-%d-%H:%M and will rename the access.log file using this pattern. Jim

Re: [AOLSERVER] AOLserver tuning, troubleshooting,

2001-09-28 Thread Freddie Mendoza
On Thu, 27 Sep 2001, Kriston Rehberg wrote: Multi-threaded applications cannot detect stack overflows and can not increase stack sizes so your data can be corrupted. Not entirely true. I am not sure if Aolserver creates its own stack for the threads. If it creates its own stack , then it

Re: [AOLSERVER] AOLSERVER Digest - 26 Sep 2001 to 27 Sep 2001 (#2001-244)

2001-09-28 Thread Janine Sisk
For mysterious crashes with no explanation, it's probably due to data corrupted by blown stacks. Kris, Would this also apply to situations where nsd is still running, but stops responding? No zombies or anything, everything appears as normal except that all threads are frozen; nothing being

Re: [AOLSERVER]

2001-09-28 Thread Mike McKinney
ns_info threads In a message dated 9/28/01 1:33:14 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: There used to be a command, I forget what now, which would return a list of currently running threads and some info about them. Maybe you could look at that, see if there's anything

[AOLSERVER] [ aolserver-Bugs-466236 ] access log documentation

2001-09-28 Thread Ms. Source Forge
Bugs item #466236, was opened at 2001-09-28 15:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=466236group_id=3152 Category: Other: Documentation Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jim Wilcoxson (rubylane) Assigned to:

Re: [AOLSERVER] Are these bugs?

2001-09-28 Thread Tom Jackson
Bob Terek wrote: Yeah, I could just register the filter function on /* and look at the URL myself, but why should I have to do that? That's what the pattern matching is for in the first place. Couldn't the filter match to /*/ ? It seems to work here. --Tom Jackson

[AOLSERVER] command line -g isn't used in exec.

2001-09-28 Thread Tom Jackson
I start aolserver with: #!/bin/sh sleep 3 exec /web/scripts/bin/nsd -it /web/control/scripts/nsd.tcl -u nsadmin -g web As the nsadmin user: nsadmin$ groups nsadmin web The tcl script: set groups [exec groups] returns just 'nsadmin' Scripts which require the group to be web do not work. My