Sounds like Apache. -----Original Message----- From: mark brinkworth [mailto:[EMAIL PROTECTED]] Sent: Friday, 12 July 2002 2:38 PM To: CF-Talk Subject: RE: CFMX caching...
You are right, that gives little away at all. Not sure which way to go from here to solve this one. >From: Brian Scandale <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: CFMX caching... >Date: Thu, 11 Jul 2002 02:01:42 -0700 > >That worked like a champ Mark. These are the two results... Nothing >obvious >to me as to why I can backup into the previous page without having to >repost with CF5 but not CFMX. > >--------------------- >This is from CFMX/Apache --- backs up but forces a RePost >--------------------- >Connection Keep-Alive >Content-Type text/html; charset=UTF-8 >Date Thu, 11 Jul 2002 08:37:25 GMT >Explanation OK >Http_Version HTTP/1.1 >Keep-Alive timeout=15, max=500 >Server Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 >OpenSSL/0.9.6b >DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 >Status_Code 200 >Transfer-Encoding chunked >content-length 0 > >--------------------- >This is CF5/IIS --- backsup WITHOUT forcing a RePost >--------------------- >CONTENT-TYPE text/html >DATE Thu, 11 Jul 2002 08:46:59 GMT >EXPLANATION OK >HTTP_VERSION HTTP/1.1 >PAGE-COMPLETION-STATUS Normal >SERVER Microsoft-IIS/5.0 >STATUS_CODE 200 > > > > >At 07:52 PM 7/10/02, you wrote: > >You can see the headers by getting CF to display them after doing a >CFHTTP. > >Try this > > > >Put the following code in a file in the web root: > > > > > >Then place a file called x.cfm in the web root, that just does > >something simple like <cfset x=Form.test> > > > > > >Then run the first file. You should get a dump of the HTTP headers > >that >were > >sent back. What headers do you get? > > > >Cheers, > >Mark > > > > > > > > > > > >>From: Brian Scandale <[EMAIL PROTECTED]> > >>Reply-To: [EMAIL PROTECTED] > >>To: CF-Talk <[EMAIL PROTECTED]> > >>Subject: RE: CFMX caching... > >>Date: Wed, 10 Jul 2002 10:52:25 -0700 > >> > >>Just noticed that the included header from my last post was stripped > >>out because it contained a cut and paste of the header... > >>htlm,javascript >and > >>all... I'll try again with the javascript pulled out and the tags >mangled. > >> > >>----- the top of the file with the header ---- > >>!-- Application --> > >>!-- index --> > >>html>head> > >>title>WIPtrac - WORK IN PROCESS Mfg Execution Systems/title> > >>link rel="STYLESHEET" type="text/css" href="msie.css"> > >>meta http-equiv="Content-Type" content="text/html; > >>charset=iso-8859-1"> /head> body leftmargin="0" topmargin="0" > >>onLoad="firstFocus()"> > >>---------------- end ---------- > >> > >>just a normal looking header section. > >> > >> > >>At 01:28 AM 7/10/02, you wrote: > >> >At 12:55 AM 7/10/02, you wrote: > >> >>The first question you have to ask yourself is, what changed? > >> > > >> >Just pulled CF5 off a dev machine and put CFMX up... then the > >> >trouble > >>started. > >> >the same code still works well on a CF5 production machine. > >> > > >> >>Are you > >> >>sure the only difference is CFMX? What web server are you using? > >> > > >> >Still using the same ole apache that was being used with CF5... > >> >but >now > >>the annoying RePost Messages all over the place!!! Very annoying. > >> > > >> >The production machine is IIS and CF5 > >> > > >> > > >> >> Are you > >> >>now using CFMX's built-in web server instead of an external one > >> >>like with CF 5? > >> >> > >> >>Generally speaking, page expiration is based on web server > >> >>generated headers. > >> > > >> >Soooo Glad you asked. ;-) This is the header off the CFMX > >> >machine... > >>looks Just like the header off the CF5 machine with the exception of > >>the variation in the Javascript... CFMX now references the cfform > >>scripts rather than pasting them into the header. > >> > > >> ><!-- Application --> > > > > > > > > > > > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

