[AOLSERVER] Charset differences between 3.3+ad13 and 4.0.10?

2010-11-30 Thread 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 of Postgres and the same codebase. The databas

Re: [AOLSERVER] Aolserver at AOL...

2010-11-30 Thread Dossy Shiobara
new.aol.com isn't running AOLserver. You're relying on Netcraft, isn't exactly reliable or current. See: $ openssl s_client -connect new.aol.com:443 ... HEAD / HTTP/1.1 Host: new.aol.com:443 HTTP/1.1 302 Found Date: Wed, 01 Dec 2010 01:25:42 GMT Server: Apache Location: https://new.aol.com/free

[AOLSERVER] Possible bug in ns_internalredirect, plus behavior difference from ns_rewriteurl

2010-11-30 Thread 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 a

[AOLSERVER] Aolserver at AOL...

2010-11-30 Thread 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 m

Re: [AOLSERVER] Does not work ns_return + zlib

2010-11-30 Thread russell muetzelfeldt
On 01/12/2010, at 11:31 AM, Alexey Pechnikov wrote: > The code below does not produce valid output in AOL 4.5.1. But why?.. does it produce valid output in other versions of nsd? The nsreturnz sources seem to be saying that a response with the gzip Content-Encoding isn't just a plain gzip compr

[AOLSERVER] Does not work ns_return + zlib

2010-11-30 Thread 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