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 Etag some new standardized http header?

Zoran



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 ns_set put [ns_conn headers] Pragma: no-cache, with no effect.


Hi!
I believe, setting Expires and Pragma headers should work.
You should probably change Your code to the following
ns_set put [ns_conn outputheaders] {Pragma: no-cache}
--

---/\--
Remigiusz Sokolowski  e-mail: [EMAIL PROTECTED]/  \
-/\-



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))
 
  I have tried ns_setexpires, which does not seem to work by itself.  The client 
still seems to use cache.
 
  I tried adding ns_set put [ns_conn headers] Pragma: no-cache, with no effect.


 Hi!
 I believe, setting Expires and Pragma headers should work.
 You should probably change Your code to the following
 ns_set put [ns_conn outputheaders] {Pragma: no-cache}
 --

 ---/\--
 Remigiusz Sokolowski  e-mail: [EMAIL PROTECTED]/  \
 -/\-




[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, my development copy of nsopenssl can do outgoing SSL
connections via the Tcl interface. I'll be releasing this version within
two weeks.


/s.

-Original Message-
From: AOLserver Discussion [mailto:[EMAIL PROTECTED]] On Behalf
Of aT
Sent: Sunday, July 15, 2001 9:08 AM
To: [EMAIL PROTECTED]
Subject: [AOLSERVER] SSL built fail BSAFE variable not dfind


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