How to Install and Uninstall mod_xsendfile.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "mod_xsendfile.x86_64" package

Please follow the guidelines below to install mod_xsendfile.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install mod_xsendfile.x86_64

2. Uninstall "mod_xsendfile.x86_64" package

Please follow the instructions below to uninstall mod_xsendfile.x86_64 on Rocky Linux 8:

$ sudo dnf remove mod_xsendfile.x86_64 $ sudo dnf autoremove

3. Information about the mod_xsendfile.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:14:13 ago on Mon Sep 12 10:27:18 2022.
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.