On Thu, Sep 25, 2008 at 11:01 AM, Justin Pasher
<[EMAIL PROTECTED]> wrote:
> howard chen wrote:
>>
>> Currently I have an runtime environment variable to tell if a client
>> want keepalive or not, specified by their cookie value,
>>
>> e.g.
>>
>> RewriteCond %{HTTP_COOKIE} ^.*NO_KEEPALIVE=TRUE.*$
>> RewriteRule ^.*$ - [E=NO_KEEPALIVE:1]no-keepalive is the environment variable you want to set http://httpd.apache.org/docs/2.2/env.html#special -- Eric Covener [EMAIL PROTECTED] --------------------------------------------------------------------- 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]
