How to Install and Uninstall mod_xsendfile.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 27,2024

1. Install "mod_xsendfile.x86_64" package

Learn how to install mod_xsendfile.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install mod_xsendfile.x86_64

2. Uninstall "mod_xsendfile.x86_64" package

Learn how to uninstall mod_xsendfile.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove mod_xsendfile.x86_64 $ sudo dnf autoremove

3. Information about the mod_xsendfile.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:08:35 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : mod_xsendfile
Version : 0.12
Release : 23.el8
Architecture : x86_64
Size : 22 k
Source : mod_xsendfile-0.12-23.el8.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.