Re: adding HTTP Headers

2000-04-24 Thread Jeff Beard
http://www.w3.org/TR/html4/struct/global.html#edef-META Checkout the subheading on META and HTTP headers. --Jeff At 05:18 PM 4/24/00, Jaime Teng wrote: >Hi, > >As I am developing WEB Applications with Apache and modperl, >it came to my attention that there are some pages that I can >'ALLOW' the

adding HTTP Headers

2000-04-24 Thread Jaime Teng
Hi, As I am developing WEB Applications with Apache and modperl, it came to my attention that there are some pages that I can 'ALLOW' the browser to cache the pages; I was able to do just that with modperl by sending out this HTTP Header from within the perl scripts: print "Cache-Control: max-a