[EMAIL PROTECTED] how to cache one particular tmp.cgi and not other .cgi files

2005-11-30 Thread Senthil Nathan
hi all,how to cache one particular tmp.cgi and not other .cgi files??FilesMatch \.cgi$Header add Cache-Control no-cacheHeader add Vary */FilesMatchor something like that. thankssenthil

Re: [EMAIL PROTECTED] how to cache one particular tmp.cgi and not other .cgi files

2005-11-30 Thread Joshua Slive
On 11/30/05, Senthil Nathan [EMAIL PROTECTED] wrote: hi all, how to cache one particular tmp.cgi and not other .cgi files?? FilesMatch \.cgi$ Header add Cache-Control no-cache Header add Vary * /FilesMatch or something like that. Use Files tmp.cgi instead of the FilesMatch Joshua.