Re: [AOLSERVER] Can't access a previously happy AOLserver.

2004-06-27 Thread Alfred Werner
Maybe you have /etc/hosts file entry on the machine where the gecko is? Or if on windows - an lmhosts entry? Just guessing - sounds like a real head scratcher :) On Sun, 27 Jun 2004, Steve wrote: On Sun, 2004-06-27 at 12:35, Dossy wrote: I'm at the point where I'm stumped, and a reboot

Re: [AOLSERVER] Binding to port 80

2004-02-15 Thread Alfred Werner
usr/local/aolserver/bin/nsd -t /web/aolserver/site-config.tcl -b 1.2.3.4:80 -u webuser works for me in that order. Naruhodo! On Sun, 15 Feb 2004, Chris Davies wrote: I think you're missing the -b parameter -b 1.2.3.4:80 needs to be on the command line, but there might be some specific

Re: [AOLSERVER] Binding to port 80

2004-02-15 Thread Alfred Werner
Is there anything on already on the port? If you have lsof command you can run lsof -i TCP:80 Regards, Alfred Werner On Mon, 16 Feb 2004, Taguchi Takeshi wrote: Not work for me ...;( Firstly, I type simply # bin/nsd -t config.tcl -b 10.0.0.6:80 -u www -g www and I got same permission

Re: [AOLSERVER] Binding to port 80

2004-02-15 Thread Alfred Werner
In the second case you have a conflict between command line port and config file port. Also - is 10.0.0.0 a valid address? On Mon, 16 Feb 2004, Taguchi Takeshi wrote: Not work for me ...;( Firstly, I type simply # bin/nsd -t config.tcl -b 10.0.0.6:80 -u www -g www and I got same

Re: [AOLSERVER] [AS4] ns_getcsv and nsperm

2004-02-10 Thread Alfred Werner
Not sure if it will be useful for you but tcllib has a CSV:: namespace, and now that aolserver is package aware it might do the trick. On Tue, 10 Feb 2004, Kevin S. Davis wrote: Greetings! First time poster here, but I have used AS for a number of years. I just upgraded from 3.5.something to

Re: [AOLSERVER] outgoing http sniffer, http authentication?

2003-09-30 Thread Alfred Werner
Darn - I was trying to remember that name! There was also a little perl script written by the guy who wrote the CGI module - you could google that and use it as a base to roll your own.. On Tue, 30 Sep 2003, Michael A. Cleverly wrote: On Tue, 30 Sep 2003, Andrew Piskorski wrote: I want to

Re: [AOLSERVER] VFS and FTP

2003-09-25 Thread Alfred Werner
I've used it with no surprises. Pop-3 works too. On Thu, 25 Sep 2003 [EMAIL PROTECTED] wrote: There's ftp support in tcllib (pure Tcl). I haven't tried it from within AOLserver but don't see why it shouldn't work. -Original Message- From: AOLserver Discussion [mailto:[EMAIL

Re: [AOLSERVER] VFS and FTP

2003-09-25 Thread Alfred Werner
, but Curl is very well done/maintained and works in a lot of environments - e.g. PHP includes a curl interface. I remember seeing somewhere that someone had played with libcurl on 4.x - if you google it you might get some hits. Alfred Werner Schemathings, LLC On Thu, 25 Sep 2003, Robert Locke wrote

Re: [AOLSERVER] libcurl, tclcurl Re: [AOLSERVER] VFS and FTP

2003-09-25 Thread Alfred Werner
I've been waiting patiently for the OACS switch to 4.x so we can use Curl - it really does seem to be the 'best of breed' tool. With Curl and tDom all we need is a nice SWIG interface to htmltidy and we can get/parse/munge any doc on the web! Alfred Werner Schemathings, LLC -- AOLserver - http

Re: [AOLSERVER] ADP Syntax Verification

2003-09-02 Thread Alfred Werner
Wouldn't just running ns_adp_parse on all the ADP files do the trick (with a catch around it?) If you catch - investigate further.. On Thu, 28 Aug 2003, Dossy wrote: On 2003.08.28, John M Wright [EMAIL PROTECTED] wrote: In gerneral, we'd like to run a syntax checker on our ADPs before

Re: [AOLSERVER] ADP Syntax Verification

2003-09-02 Thread Alfred Werner
should still be fine. On Tue, 2 Sep 2003, Dossy wrote: On 2003.09.01, Alfred Werner [EMAIL PROTECTED] wrote: Wouldn't just running ns_adp_parse on all the ADP files do the trick (with a catch around it?) If you catch - investigate further.. Sure, this'd work simple stuff. What about stuff

Re: [AOLSERVER] CGI Memory Leak - AOLserver 3.x - *IMPORTANT*

2003-04-04 Thread Alfred Werner
Thanks for the detective work and the fix Scott! Kudos, Alfred On Fri, 4 Apr 2003, Scott Goodwin wrote: Problem Report on nscgi Memory Leak: !!! THIS IS A MAJOR BUG FOR ANYONE RUNNING CGI SCRIPTS IN AOLSERVER 3.x !!! This bug exists in released versions of AOLserver 3.x inclusive of

Re: [AOLSERVER] Bug in tclhttp.c

2003-03-28 Thread Alfred Werner
Has anyone on the aolserver core team taken a look at libcurl? http://curl.haxx.se They claim to be thread safe... There is a TCL wrapper at http://personal1.iddeo.es/andresgarci/tclcurl/english/ Doubtless this is old news to many, but it seems like it has so much to offer :) jab The TCL

Re: [AOLSERVER] Bug in tclhttp.c

2003-03-28 Thread Alfred Werner
I'm close .. I'll need it for a project right after the one I'm finishing up :) Any pointer to a good doc to show me what layer of interface you're talking about or a module that is similar/at the same layer? I take it the TCLcurl is a hand-rolled SWIG-ish kind of interface to the underlying C

[AOLSERVER] TCLcurl .. WAS Re: [AOLSERVER] Bug in tclhttp.c

2003-03-28 Thread Alfred Werner
2003, Tom Jackson wrote: Alfred Werner wrote: They claim to be thread safe... There is a TCL wrapper at http://personal1.iddeo.es/andresgarci/tclcurl/english What more do you need to do? If this a package, just load into AOLserver4.0 and be done with it. If it isn't, look at it to see

Re: [AOLSERVER] Tcl profiling suggestions with AOLserver?

2003-03-20 Thread Alfred Werner
http://sdm.openacs.org/wp/display/140/ has a good presentation on a different approach to profiling. (I just happen to have the printout next to my keyboard :) Regards, Alfred Werner On Thu, 20 Mar 2003, Eric Larkin wrote: We are using AOLserver (3.4.2 with a ported version of the ACS encoding