[htmltmpl] verified something
Brought to you by:
samtregar
From: Matthew B. <dr...@ma...> - 2006-03-08 04:19:17
|
ok so I used telnet to grab a few instances of our CGI using HTML::Template and the caching is still present. drmac-mac:~ drmac$ telnet www.ourdomain.com 80 Trying 170.86.88.385... Connected to www.ourdomain.com. Escape character is '^]'. GET /pages/sctest/roomlogin_new.cgi?companyID=2 <snip> <p>Welcome to the <strong>omNovia</strong> Conference Center </snip> drmac-mac:~ drmac$ telnet www.ourdomain.com 80 Trying 170.86.88.385... Connected to www.ourdomain.com. Escape character is '^]'. GET /pages/sctest/roomlogin_new.cgi?companyID=1 <snip> <p>Welcome to the <strong>Traders International</strong> Conference Center </snip> drmac-mac:~ drmac$ telnet www.ourdomain.com 80 Trying 170.86.88.385... Connected to www.ourdomain.com. Escape character is '^]'. GET /pages/sctest/roomlogin_new.cgi?companyID=45 <snip> <p>Welcome to the <strong>omNovia</strong> Conference Center </snip> Any ideas? I should mention that roomlogin_new.cgi does use strict while our old CGI does not. And the old CGI doesn't have this problem even though both run under the same mod-perl enabled dir. Thanks, Matthew |