How to Install and Uninstall mod_xsendfile.x86_64 Package on Fedora 35

Last updated: October 10,2024

1. Install "mod_xsendfile.x86_64" package

Please follow the guidelines below to install mod_xsendfile.x86_64 on Fedora 35

$ 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 Fedora 35:

$ sudo dnf remove mod_xsendfile.x86_64 $ sudo dnf autoremove

3. Information about the mod_xsendfile.x86_64 package on Fedora 35

Last metadata expiration check: 5:10:59 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mod_xsendfile
Version : 0.12
Release : 24.fc35
Architecture : x86_64
Size : 19 k
Source : mod_xsendfile-0.12-24.fc35.src.rpm
Repository : fedora
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.