Re: this is killing me
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Fri, 06 Oct 2006 11:41:23 -0500
xvart wrote:
I am trying to use tclhttpd 3.5.1
I have modified tclhttpd.rc to contain "Config Auth {user,webmaster
password}"
I am trying to work out what happens to Config(Auth), it appears to
disappear, I can see it getting set but the auth.tcl file never see's
it.
I have placed a parray Config in config::init to try and trace this,
Specifically
array set Config [interp eval $i {array get Config}]
interp delete $i
set ConfigFile $config
parray Config
flush stdout
}
The parray produces no output.
A quick search of the TclHttpd sources shows that in utils.tcl parray is defined to return the information and not print it.
Try:
puts [parray Config]
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
.
- Follow-Ups:
- Re: this is killing me
- From: suchenwi
- Re: this is killing me
- References:
- this is killing me
- From: xvart
- this is killing me
- Prev by Date: Re: Amazon S3 in pure Tcl
- Next by Date: cfengine in tcl?
- Previous by thread: Re: this is killing me
- Next by thread: Re: this is killing me
- Index(es):