John Siracusa <[EMAIL PROTECTED]> on Mar 25, 2002:

> Does anyone know how I can put my ProxyIOBufferSize config line in a
> conditional that'll keep it from blowing up if I'm using a version
> of apache earlier than 1.3.24?

You could use <IfDefine> but that would mean that the command that
starts apache needs to be aware of which version you are using and
modifying startup params accordingly.

See http://httpd.apache.org/docs/mod/core.html#ifdefine

Reply via email to