You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Matus \"fantomas\" Uhlar" <uh...@fantomas.sk> on 2002/07/18 17:24:13 UTC

BrowserMatch results

Hello,

does BrowserMatch directive have any effect on httpd itself?

from default config:

BrowserMatch "Mozilla/2" nokeepalive

does this only set up environment variable or does it force httpd to clear
out keepalive option?

-- 
 Matus "fantomas" Uhlar, uhlar@fantomas.sk ; http://www.fantomas.sk/
 Warning: I don't wish to receive spam to this address.
 Varovanie: Nezelam si na tuto adresu dostavat akukolvek reklamnu postu.
 A day without sunshine is like, night.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: BrowserMatch results

Posted by Jack Nerad <jn...@cimedia.com>.
Matus "fantomas" Uhlar wrote:
> Hello,
> 
> does BrowserMatch directive have any effect on httpd itself?
> 
> from default config:
> 
> BrowserMatch "Mozilla/2" nokeepalive
> 
> does this only set up environment variable or does it force httpd to clear
> out keepalive option?
> 

According to the documentation

http://httpd.apache.org/docs/mod/mod_setenvif.html#BrowserMatch

it only sets an environment variable.  However, the variable is special

http://httpd.apache.org/docs/env.html

and disables the keepalive if set.

--
Jack Nerad



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org