Re: Cache headers - WebDNA 5

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 61797
interpreted = N
texte = Non WebDNA pages serve as follows: HTTP/1.1 200 OK Date: Tue, 19 Apr 2005 07:31:17 GMT Server: Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7b PHP/5.0.4 Last-Modified: Sun, 13 Feb 2005 05:02:20 GMT ETag: "8414b-18c-6fb18f00" Accept-Ranges: bytes Content-Length: 396 Content-Type: text/html; charset=3DISO-8859-1 Preparse contains: [!] An example Pre-Parse Script that loads function definitions [/!] [!] Include My Function Definitions. [/!] [text]results=3D [listfiles path=3D^FunctionDefs] [showif [isfile]=3DT] [include ^FunctionDefs/[filename]] [/showif] [/listfiles] [/text] Postparse: [!] Example code to place a 'footer' message at the bottom of every=20 page request [/!] [!] [showif [WEBDNA_TEMPLATE_RESULTS]^] [middle=20 startafter=3D&endbefore=3D][WEBDNA_TEMPLATE_RESULTS][/middle]
My Footer Message!
[/showif] [hideif [WEBDNA_TEMPLATE_RESULTS]^] [!] probably a frameset, just display the template results 'as is'=20 [/!] [WEBDNA_TEMPLATE_RESULTS] [/hideif] [/!] [WEBDNA_TEMPLATE_RESULTS] Both of these must be default as we have not added them .. Alain On 19/04/2005, at 7:04 PM, devaulw@onebox.com wrote: > What about requesting the headers for pages/URLs that WebDNA does not=20= > process. Is it possible that Apache is adding the headers and not=20 > 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=3DISO-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=3DISO-8859-1 > Cache-control: no-store, no-cache, must-revalidate, max-age=3D0 > Cache-control: post-check=3D0, pre-check=3D0 > 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=20 > 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=3DPragma&value=3Dno-cache] >> [SETMIMEHEADER name=3DExpires&value=3DThu, 01 Dec 1994 16:00:00 GMT] >> [SETMIMEHEADER name=3DCache-Control&value=3Dmax-age=3D0] >> >> :-) >> >> 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=3D0 >>> Cache-control: post-check=3D0, pre-check=3D0 >>> Pragma: no-cache >>> >>> And next Q .. how do I stop them being added .. >>> >>> Thanks >>> Alain >>> >>> --=20 >>> 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/ >> >> >> --=20 >> Redakto CMS - Content Management that simply works >> Redakto eServices - Professional WebHelpDesk >> Redakto ImagePark - Innovate Asset Management >> >> ComputerOil=AE 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=20 >> >> 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=20 > > 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=20 > > 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)
Non WebDNA pages serve as follows: HTTP/1.1 200 OK Date: Tue, 19 Apr 2005 07:31:17 GMT Server: Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7b PHP/5.0.4 Last-Modified: Sun, 13 Feb 2005 05:02:20 GMT ETag: "8414b-18c-6fb18f00" Accept-Ranges: bytes Content-Length: 396 Content-Type: text/html; charset=3DISO-8859-1 Preparse contains: [!] An example Pre-Parse Script that loads function definitions [/!] [!] Include My Function Definitions. [/!] [text]results=3D [listfiles path=3D^FunctionDefs] [showif [isfile]=3DT] [include ^FunctionDefs/[filename]] [/showif] [/listfiles] [/text] Postparse: [!] Example code to place a 'footer' message at the bottom of every=20 page request [/!] [!] [showif [WEBDNA_TEMPLATE_RESULTS]^] [middle=20 startafter=3D&endbefore=3D][WEBDNA_TEMPLATE_RESULTS][/middle]
My Footer Message!
[/showif] [hideif [WEBDNA_TEMPLATE_RESULTS]^] [!] probably a frameset, just display the template results 'as is'=20 [/!] [WEBDNA_TEMPLATE_RESULTS] [/hideif] [/!] [WEBDNA_TEMPLATE_RESULTS] Both of these must be default as we have not added them .. Alain On 19/04/2005, at 7:04 PM, devaulw@onebox.com wrote: > What about requesting the headers for pages/URLs that WebDNA does not=20= > process. Is it possible that Apache is adding the headers and not=20 > 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=3DISO-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=3DISO-8859-1 > Cache-control: no-store, no-cache, must-revalidate, max-age=3D0 > Cache-control: post-check=3D0, pre-check=3D0 > 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=20 > 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=3DPragma&value=3Dno-cache] >> [SETMIMEHEADER name=3DExpires&value=3DThu, 01 Dec 1994 16:00:00 GMT] >> [SETMIMEHEADER name=3DCache-Control&value=3Dmax-age=3D0] >> >> :-) >> >> 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=3D0 >>> Cache-control: post-check=3D0, pre-check=3D0 >>> Pragma: no-cache >>> >>> And next Q .. how do I stop them being added .. >>> >>> Thanks >>> Alain >>> >>> --=20 >>> 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/ >> >> >> --=20 >> Redakto CMS - Content Management that simply works >> Redakto eServices - Professional WebHelpDesk >> Redakto ImagePark - Innovate Asset Management >> >> ComputerOil=AE 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=20 >> >> 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=20 > > 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=20 > > 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/ Alain Russell

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:

[ShowIf] a either fields are blank (1998) Auto-increment number, but only up to 100 then start over at 1 (2002) looping table rows (1999) Possible Problem with Safari and Carts (2003) HEADER AND FOOTER (1997) hideif [x]=1,2,3.. (2003) Size limit for tmpl editor ? (1997) tricky embedded[showifs/hideifs] (w/ code.. long) (2000) (2003) First n words (2000) Banners (1997) [WebDNA] What Webcatalog with Itools?? (2008) Resetting a Formvariable (2000) service stop and restart (1997) Shopping problems with 2.1b3 acgi (1997) Executing remote AppleScript (2000) Quantity/price formula (1998) DON'T use old cart file! (1997) Gremlins, huh? (2000) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997)