Re: [AOLSERVER] AOLSERVER Digest - 12 Jul 2001 to 13 Jul 2001

2001-07-15 Thread Zoran Vasiljevic
On Saturday 14 July 2001 20:02, you wrote: 4. Generate a unique Etag: header for the truly paranoid Hi Jim ! What is Etag: ? I used to be *very truly* paranoid by rewriting the URL. because *none* of the cache-disable techniques worked in the days of Netscape 1.0 and bros (mid 90's) Is this

Re: [AOLSERVER] no-cache, expires, etc.

2001-07-15 Thread Remigiusz Sokolowski
Ian Harding wrote: I am trying to fix it so a page is always fetched fresh from the server, even when the user hits the back button (or I use it with .history(-1)) I have tried ns_setexpires, which does not seem to work by itself. The client still seems to use cache. I tried adding

Re: [AOLSERVER] no-cache, expires, etc.

2001-07-15 Thread Jim Wilcoxson
FYI, the ns_set below is not valid syntax... The correct syntax is ns_set put [ns_conn outputheaders] Pragma no-cache Jim Ian Harding wrote: I am trying to fix it so a page is always fetched fresh from the server, even when the user hits the back button (or I use it with .history(-1))

[AOLSERVER] SSL built fail BSAFE variable not dfind

2001-07-15 Thread aT
I am trying to do make all under root/aolserver/nssock but its giving me this error ** ** BSAFE variable not set. ** nsssl will not be built. ** How can i compile both nssl and ssle modules what do i need to install or define BSAFE. I am using RH 6.2 and aolserver 3.3. Thanks

Re: [AOLSERVER] SSL built fail BSAFE variable not dfind

2001-07-15 Thread Scott S. Goodwin
Any reason why you're using nsssl? Compile AOLserver without SSL, then grab the nsopenssl module from http://scottg.net and compile/install that. It does SSLv3 and TLSv1; nsssl only does SSLv2. Also, nsopenssl is able to read client certs and has a Tcl interface to work with them. In addition,