Re: Cache headers - WebDNA 5

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 61796
interpreted = N
texte = What about requesting the headers for pages/URLs that WebDNA does not process. Is it possible that Apache is adding the headers and not webDNA? Are you sure there is no pre/post parse that is autoconfigured? Bill -----Original Message----- From: Alain Russell Sent: Tue, 19 Apr 2005 18:57:04 +1200 To: "WebDNA Talk" Subject: Re: Cache headers - WebDNA 5 Yep .. But we're not adding them and the pages are being served with them. WebDNA 4 Headers returned with 'curl -I' Date: Tue, 19 Apr 2005 06:53:17 GMT Server: Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7b PHP/4.3.9 Content-type: text/html; charset=ISO-8859-1 Connection: Close MIME-Version: 1.0 Last-Modified: Tue Apr 19 06:53:17 2005 GMT Expires: Tue Apr 19 06:53:17 2005 GMT WebDNA 5 Headers returned with 'curl -I' HTTP/1.1 200 OK Date: Tue, 19 Apr 2005 06:54:02 GMT Server: Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7b PHP/5.0.4 Content-type: text/html; charset=ISO-8859-1 Cache-control: no-store, no-cache, must-revalidate, max-age=0 Cache-control: post-check=0, pre-check=0 Pragma: no-cache Connection: Close MIME-Version: 1.0 Expires: Tue, 19 Apr 2005 06:54:02 GMT Neither of these pages has [setmimeheader] in them .. Both served from Apache on OSX, both requesting .html files served with WenDNA .. So I guess the WebDNA engine is adding them somewhere. .. Scott ? Thanks Alain On 19/04/2005, at 6:46 PM, Nitai @ ComputerOil wrote: > Isn't this what these are for: > > [SETMIMEHEADER name=Pragma&value=no-cache] > [SETMIMEHEADER name=Expires&value=Thu, 01 Dec 1994 16:00:00 GMT] > [SETMIMEHEADER name=Cache-Control&value=max-age=0] > > :-) > > Nitai > > Alain Russell wrote: > >> Any idea where these come from in WebDNA 5 .. >> Is this something that is being added by v5 ? My v4 server is not >> doing it .. ? >> >> Cache-control: no-store, no-cache, must-revalidate, max-age=0 >> Cache-control: post-check=0, pre-check=0 >> Pragma: no-cache >> >> And next Q .. how do I stop them being added .. >> >> Thanks >> Alain >> >> -- >> Alain Russell >> Blackpepper >> p. +64 9 520 6280 | m. +64 21 446 169 >> http://www.blackpepper.co.nz >> >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > > -- > Redakto CMS - Content Management that simply works > Redakto eServices - Professional WebHelpDesk > Redakto ImagePark - Innovate Asset Management > > ComputerOil® AG > Dammstrasse 7 > 5400 Baden / Switzerland > Telefon +41 (0)844 44 55 66 > > info@computeroil.com > http://computeroil.com > > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Cache headers - WebDNA 5 ( Alain Russell 2005)
  2. Re: Cache headers - WebDNA 5 ( John Peacock 2005)
  3. Re: Cache headers - WebDNA 5 ( John Peacock 2005)
  4. Re: Cache headers - WebDNA 5 ( John Peacock 2005)
  5. Re: Cache headers - WebDNA 5 ( Donovan Brooke 2005)
  6. Re: Cache headers - WebDNA 5 ( Donovan Brooke 2005)
  7. Re: Cache headers - WebDNA 5 ( Alain Russell 2005)
  8. Re: Cache headers - WebDNA 5 ( devaulw@onebox.com 2005)
  9. Re: Cache headers - WebDNA 5 ( Alain Russell 2005)
  10. Re: Cache headers - WebDNA 5 ( "Nitai @ ComputerOil" 2005)
  11. Cache headers - WebDNA 5 ( Alain Russell 2005)
What about requesting the headers for pages/URLs that WebDNA does not process. Is it possible that Apache is adding the headers and not webDNA? Are you sure there is no pre/post parse that is autoconfigured? Bill -----Original Message----- From: Alain Russell Sent: Tue, 19 Apr 2005 18:57:04 +1200 To: "WebDNA Talk" Subject: Re: Cache headers - WebDNA 5 Yep .. But we're not adding them and the pages are being served with them. WebDNA 4 Headers returned with 'curl -I' Date: Tue, 19 Apr 2005 06:53:17 GMT Server: Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7b PHP/4.3.9 Content-type: text/html; charset=ISO-8859-1 Connection: Close MIME-Version: 1.0 Last-Modified: Tue Apr 19 06:53:17 2005 GMT Expires: Tue Apr 19 06:53:17 2005 GMT WebDNA 5 Headers returned with 'curl -I' HTTP/1.1 200 OK Date: Tue, 19 Apr 2005 06:54:02 GMT Server: Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7b PHP/5.0.4 Content-type: text/html; charset=ISO-8859-1 Cache-control: no-store, no-cache, must-revalidate, max-age=0 Cache-control: post-check=0, pre-check=0 Pragma: no-cache Connection: Close MIME-Version: 1.0 Expires: Tue, 19 Apr 2005 06:54:02 GMT Neither of these pages has [setmimeheader] in them .. Both served from Apache on OSX, both requesting .html files served with WenDNA .. So I guess the WebDNA engine is adding them somewhere. .. Scott ? Thanks Alain On 19/04/2005, at 6:46 PM, Nitai @ ComputerOil wrote: > Isn't this what these are for: > > [SETMIMEHEADER name=Pragma&value=no-cache] > [SETMIMEHEADER name=Expires&value=Thu, 01 Dec 1994 16:00:00 GMT] > [SETMIMEHEADER name=Cache-Control&value=max-age=0] > > :-) > > Nitai > > Alain Russell wrote: > >> Any idea where these come from in WebDNA 5 .. >> Is this something that is being added by v5 ? My v4 server is not >> doing it .. ? >> >> Cache-control: no-store, no-cache, must-revalidate, max-age=0 >> Cache-control: post-check=0, pre-check=0 >> Pragma: no-cache >> >> And next Q .. how do I stop them being added .. >> >> Thanks >> Alain >> >> -- >> Alain Russell >> Blackpepper >> p. +64 9 520 6280 | m. +64 21 446 169 >> http://www.blackpepper.co.nz >> >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > > -- > Redakto CMS - Content Management that simply works > Redakto eServices - Professional WebHelpDesk > Redakto ImagePark - Innovate Asset Management > > ComputerOil® AG > Dammstrasse 7 > 5400 Baden / Switzerland > Telefon +41 (0)844 44 55 66 > > info@computeroil.com > http://computeroil.com > > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ devaulw@onebox.com

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Relay link (2002) File Upload (1997) RE: what characters are replaced for tab and CR? (1998) RE:It just Does't add up!!! (1997) forming a SKU (1999) [OT] (2002) Calendar using WebCatalog? (1997) Setting up shop (1997) Sku numbers (1997) bug in wn searching NT version? (1997) I have observed and I am gone. (1998) How far do [showif]s go? (1997) Running _every_ page through WebCat ? (1997) Ok here is a question? (1997) WebCat2b13MacPlugin - [math][date][/math] problem (1997) WebCatalog NT beta 18 now available (1997) [showif [numfound]=0]? (2000) [WebDNA] Sorry WebDNA server not running - September 2019 Edition (2019) Obtaining a dice result (2007) Search for 20 finds ... Eureka! (1997)