How to Install and Uninstall mod_xsendfile.x86_64 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "mod_xsendfile.x86_64" package

Please follow the steps below to install mod_xsendfile.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mod_xsendfile.x86_64

2. Uninstall "mod_xsendfile.x86_64" package

Here is a brief guide to show you how to uninstall mod_xsendfile.x86_64 on Oracle Linux 9:

$ sudo dnf remove mod_xsendfile.x86_64 $ sudo dnf autoremove

3. Information about the mod_xsendfile.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:59:08 ago on Thu Feb 15 07:50:05 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.