11
I Use This!
Activity Not Available

News

Posted almost 15 years ago by [email protected] (Peter Sadlon)
Did the original author find a solution to this? I remember reading about a similar issue a while back, and always kept it in my mind for a reason. Anyways, when TCL is compiled, by default it uses charset iso8859-1 and this can cause some issues ... [More] , so what I had read was that you should recompile TCL to use UTF-8 by default. That being said, I have no idea where I read that. [Less]
Posted about 15 years ago by [email protected] (Maurizio Martignano)
Hello all the folllowing post on OpenACS/Forums/Development is for your information: ============================== =================== Dear all, I've just compiled version 1.21 (13th of December 2010) of Windows- OpenACS: please pay attention ... [More] to the name, which is not any longer Win32-OpenACS but Windows-OpenACS. Why? Because now the system runs [Less]
Posted about 15 years ago by [email protected] (Maurizio Martignano)
Dear Balaji, I know this is a rather late answer…. Anyhow. I successfully compiled on Windows 64 bit AOLserver and it seems to be working…. To be precise I compiled and run: 1. aolserver-4.5.1 - including 1.1 nssha1 1.1.1.1 1.2 nspostgres 4.1 1.3 nsoracle 2.8a1 1.4 nsopenssl 1.77
Posted about 15 years ago by [email protected] (aT)
Hi , We are using the TLS package to call a certain HTTPs API, we do usually import the package using "package require" command then doing a normal "::http::register https 443 ::tls::socket" Sometimes a strange error just appear saying that ... [More] "invalid ::tls:socket command". Am assuming that the issue is happening due to a failure while importing [Less]
Posted about 15 years ago by [email protected] (Janine Ohmer)
Me again... still working out the last details on those sites I had to move. We're having some issues with characters like apostrophes and dashes either disappearing (Safari) or showing up as garbage characters (Firefox). I'm using the same version ... [More] of Postgres and the same codebase. The databases on both systems use the UNICODE encoding. The main thing that's different is the AOLserver version. There isn't anything about charset in either the old or the new config file. [Less]
Posted about 15 years ago by [email protected] (Tom Jackson)
This is just a quick note to anyone using ns_internalredirect, especially as a replacement for ns_rewriteurl, provided by the C module nsrewrite. Background: ns_rewriteurl is a simple Tcl command wrapper around Ns_SetRequestUrl(). The result of the rewrite is that all following filter matching and/or
Posted about 15 years ago by [email protected] (Fernando Cassia)
I´m new to this list, but I´ve been following AOLServer developments since the Steve Case days and back when it was open sourced. I´ve noticed that AOL has been running AOLServer as its web server since time immemorial... and I guess there´s some AOL employees on this list. So I guess you´d be more than apt to tell me what is going on with
Posted about 15 years ago by [email protected] (Alexey Pechnikov)
The code below does not produce valid output in AOL 4.5.1. But why?.. ns_register_proc GET /headers ad_headers_proc proc ad_headers_proc {ignore} { set result {} set headers [ns_conn headers] for {set i 0} {$i < [ns_set size $headers]} {incr i} { set key [ns_set key $headers $i]
Posted about 15 years ago by [email protected] (Fenton, Brian)
Hi My Windows version of AOLserver crashes hard if I call ns_httptime with a value of -1. The version is AOLserver/4.5.0 (aolserver4_5) CVS Tag: $Name: aolserver_v45_r0 $ Built: May 2 2008 at 14:54:44 Tcl version: 8.5 Platform: win32 Can ... [More] anyone else confirm this problem? I realise there is a more recent Windows version of AOLserver - does anyone know if it is resolved there? [Less]
Posted about 15 years ago by [email protected] (Levy Bajamundi)
Hi, I was wondering if anyone can help me. I was trying to run nsd in gdb to look for what's causing our servers to crash. It was able to run the server for about a few minutes and then this error happens on gdb: [New Thread 573446 (LWP 16579)] [Thread 573446 (LWP 16579) exited] [New Thread 589830 (LWP 16636)]