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.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to