Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

apache-mod_buffer-2.4.59-1 RPM for aarch64

From OpenMandriva Cooker for aarch64 / main / release

Name: apache-mod_buffer Distribution: OpenMandriva Lx
Version: 2.4.59 Vendor: OpenMandriva
Release: 1 Build date: Fri Apr 5 20:38:51 2024
Group: System/Servers Build host: emag-1.openmandriva.org
Size: 10353 Source RPM: apache-2.4.59-1.src.rpm
Packager: bero <bero@lindev.ch>
Url: http://httpd.apache.org
Summary: Support for request buffering
This module provides the ability to buffer the input and output filter stacks.

Under certain circumstances, content generators might create content in small
chunks. In order to promote memory reuse, in memory chunks are always 8k in
size, regardless of the size of the chunk itself. When many small chunks are
generated by a request, this can create a large memory footprint while the
request is being processed, and an unnecessarily large amount of data on
the wire. The addition of a buffer collapses the response into the fewest
chunks possible.

When httpd is used in front of an expensive content generator, buffering the
response may allow the backend to complete processing and release resources
sooner, depending on how the backend is designed.

The buffer filter may be added to either the input or the output filter
stacks, as appropriate, using the SetInputFilter, SetOutputFilter,
AddOutputFilter or AddOutputFilterByType directives.

Using buffer with mod_include

AddOutputFilterByType INCLUDES;BUFFER text/html The buffer filters read the
request/response into RAM and then repack the request/response into the fewest
memory buckets possible, at the cost of CPU time. When the request/response
is already efficiently packed, buffering the request/response could cause
the request/response to be slower than not using a buffer at all. These
filters should be used with care, and only where necessary.

Provides

Requires

License

Apache License

Files

/etc/httpd/modules.d/033_mod_buffer.conf
/usr/lib64/apache/mod_buffer.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:14:33 2024