How to Install and Uninstall mod_xsendfile.x86_64 Package on CentOS Stream 9

Last updated: June 21,2024

1. Install "mod_xsendfile.x86_64" package

This is a short guide on how to install mod_xsendfile.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install mod_xsendfile.x86_64

2. Uninstall "mod_xsendfile.x86_64" package

This tutorial shows how to uninstall mod_xsendfile.x86_64 on CentOS Stream 9:

$ sudo dnf remove mod_xsendfile.x86_64 $ sudo dnf autoremove

3. Information about the mod_xsendfile.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:16:37 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : mod_xsendfile
Version : 0.12
Release : 23.el9
Architecture : x86_64
Size : 19 k
Source : mod_xsendfile-0.12-23.el9.src.rpm
Repository : epel
Summary : Apache module to send files efficiently
URL : https://tn123.org/mod_xsendfile/
License : ASL 2.0
Description : mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
: registered by the original output handler.
:
: If it encounters the presence of such header it will discard all output and
: send the file specified by that header instead using Apache internals
: including all optimizations like caching-headers and sendfile or mmap if
: configured.
:
: It is useful for processing script-output of e.g. php, perl or any cgi.