I'm not sure if this is the culprit, but the default setting on IE is to reload pages 
only when they have changed.  Personally, I think it caches so aggressively it should 
be the first thing fixed in a new installation.

Open up "Tools" -> "Internet Options" -> "Temporary Internet Files" -> "Settings"
Under "Check for newer versions of stored pages" select "Every visit to the page".
Click "OK" twice and refresh your page.


Peter Guzis
Web Administrator, Sr.
ENCAD, Inc.
- A Kodak Company
email: [EMAIL PROTECTED]
www.encad.com 

-----Original Message-----
From: Jon Ross [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 12, 2003 7:05 AM
To: Dan Muey; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Templates] Page not displayed until ctrl-refresh



--- Dan Muey <[EMAIL PROTECTED]> wrote:
> 
> > Hi all,
> 
> Howdy!
> 
> > 
> > I have a TT2 web app which works fine on the
> > development platform but after moving to
> production
> > (Perl 5.8.0 & apache 1.3.26) will not process the
> 
> What was the development platform's prel and apache,
> also OS's of each?

Dev - Perl 5.6.1, Apache 1.3.26 & Linux.
Production Perl 5.8.0, Apache 1.3.26 & Solaris 5.7.

> 
> > template files unless ctrl+refresh is pressed.
> 
> Ctrl+refresh in what program, a browser?
 
Yes - IE6

> > 
> > Each page includes a header/footer which is loaded
> > (but not processed).
> 
> File extension you're using?

.shtml 


> Apache configured to use that extension?

        <Files *.shtml>
                SetHandler      perl-script
                PerlInitHandler com::InitHandler
                PerlHandler     com::Control
        </Files>



> Is it executable/permissions are correct?

Yes - same as on dev system.

Thanks


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to