Caching of SSI pages (some based on authorisation)

2004-02-26 Thread Frank Maas
Hi, I'll start with appologising for being slightly off-topic, although this is the best group I could think of to ask this question. I am running a setup with a webserver, a proxy and the clients. Clients request a page through the proxy and the webserver creates every page on the fly. For this

Re: Caching of SSI pages (some based on authorisation)

2004-02-26 Thread Igor Sysoev
On Thu, 26 Feb 2004, Frank Maas wrote: > I am running a setup with a webserver, a proxy and the clients. Clients > request a page through the proxy and the webserver creates every page > on the fly. For this it uses SSI together with a template .shtml and > (via subrequests) several dynamic mod_p

Re: Caching of SSI pages (some based on authorisation)

2004-02-26 Thread Perrin Harkins
On Thu, 2004-02-26 at 08:06, Frank Maas wrote: > But... the content within the page is dependent on the user having > authenticated himself or not. The authentication is handled via > cookies. If a user is authenticated he gets a different page, using > the same URL. > > Now my question: is there