At 11:14 AM -0500 3/25/02, John Siracusa wrote:
>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?
>
>-John

In /path/to/apache1.3.24/bin/apachectl add a -DAPACHE_1_3_24 to the 
httpd command.

In your httpd.conf add

<IfDefined APACHE_1_3_24>
ProxyIOBufferSize 1000000000
</IfDefined>

I think that should work....


Rob

--
When I used a Mac, they laughed because I had no command prompt. When 
I used Linux, they laughed because I had no GUI.  

Reply via email to