Re: [AOLSERVER] Install problem

2008-03-05 Thread Gustaf Neumann
Dossy Shiobara schrieb: On 2008.03.04, Michael Andrews [EMAIL PROTECTED] wrote: OK - I'll take a look tonight. I think that a 0 as the threadtimeout value use to mean no timeout. I guess I'll need to look at the C to see what the changes were. Is this file even needed anymore?

[AOLSERVER] ISAPI Plugin

2008-03-05 Thread Titi Alailima
I just recently found out about arsDigita's plugin which ran AOLserver (3.0) as an ISAPI filter/extension for IIS (5). Does anyone still do anything of the sort? Any idea what sort of work it would take to do this with AOLserver 4 and IIS 6? Titi Ala'ilima Lead Architect MedTouch LLC 1100

[AOLSERVER] authuser

2008-03-05 Thread Jeff Rogers
The authUser field of a conn is logged by nslog and can be read with ns_conn authuser but is only set in the driver from basic authentication. Does anyone (other than me) think there would be value in allowing the conn username to be updated, i.e., by a new 'ns_conn setauthuser' subommand?

Re: [AOLSERVER] authuser

2008-03-05 Thread Gustaf Neumann
Jeff Rogers schrieb: Does anyone (other than me) think there would be value in allowing the conn username to be updated, i.e., by a new 'ns_conn setauthuser' subommand? i would appreciate it. -gn -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an

Re: [AOLSERVER] authuser

2008-03-05 Thread Andrew Piskorski
On Wed, Mar 05, 2008 at 11:42:38AM -0800, Jeff Rogers wrote: The authUser field of a conn is logged by nslog and can be read with ns_conn authuser but is only set in the driver from basic authentication. Does anyone (other than me) think there would be value in allowing the conn username

Re: [AOLSERVER] authuser

2008-03-05 Thread Michael Roberts
Oh, that's an attractive notion. Very. I wish I'd thought of it years ago, would have simplified a lot of my logging. Actually it still would. Jeff Rogers wrote: The authUser field of a conn is logged by nslog and can be read with ns_conn authuser but is only set in the driver from basic

Re: [AOLSERVER] Install problem

2008-03-05 Thread Xavier Bourguignon
OK, guys, I owe you an apology. The server is working fine, the reason I thought that it was not working is that in the base.tcl file the server address is 127.0.0.1, but in fact when the server starts, it says: Notice: nssock: listening on 127.0.1.1:8001 Now I tried to connect to 127.0.0.1 and

Re: [AOLSERVER] Install problem

2008-03-05 Thread Xavier Bourguignon
Ok, I have set timeout to be 1 and now I don see the error anymore. Unfortunatelly, I still can connect to the server. I have tried to connect to 8000 to no avail. this si my config file: set home [file dirname [ns_info config]] set pageRoot $home/servers/server1/pages ns_section ns/parameters

Re: [AOLSERVER] authuser

2008-03-05 Thread Rick Cobb
We do this already, haven't committed it back, unfortunately. We also set password. It's very useful, especially if you're supporting more than one authentication method. (Why set password? Uh... probably a new thread is useful for that). -- ReC -Original Message- From: AOLserver

[AOLSERVER] Pluggable auth modules (was RE: [AOLSERVER] authuser)

2008-03-05 Thread Rick Cobb
OK, so here's the other thread: Alex Hisen I've talked about this, but we haven't pushed forward on a unified model. That's my fault; I just haven't put the cycles into imagining a more comprehensive model than what KnowNow is doing, nor looked at the OpenACS stuff in any depth. What KnowNow

Re: [AOLSERVER] Install problem

2008-03-05 Thread Juan José del Río
Hello Xavier, I have the following lines in my server config file: set httpport 8003 set hostname [ns_info hostname] set address127.0.0.1 ns_section ns/server/${servername}/module/nssock ns_param port$httpport ns_param hostname

Re: [AOLSERVER] Install problem

2008-03-05 Thread Tom Jackson
On Wednesday 05 March 2008 13:31, Xavier Bourguignon wrote: OK, guys, I owe you an apology. The server is working fine, the reason I thought that it was not working is that in the base.tcl file the server address is 127.0.0.1, but in fact when the server starts, it says: Notice: nssock: