How To Install mod_proxy_html on Fedora 36

In this tutorial we learn how to install mod_proxy_html in Fedora 36. mod_proxy_html is HTML and XML content filters for the Apache HTTP Server

Introduction

In this tutorial we learn how to install mod_proxy_html on Fedora 36.

What is mod_proxy_html

The mod_proxy_html and mod_xml2enc modules provide filters which can transform and modify HTML and XML content.

We can use yum or dnf to install mod_proxy_html on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mod_proxy_html.

Install mod_proxy_html on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mod_proxy_html using dnf by running the following command:

sudo dnf -y install mod_proxy_html

Install mod_proxy_html on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mod_proxy_html using yum by running the following command:

sudo yum -y install mod_proxy_html

How To Uninstall mod_proxy_html on Fedora 36

To uninstall only the mod_proxy_html package we can use the following command:

sudo dnf remove mod_proxy_html

mod_proxy_html Package Contents on Fedora 36

/etc/httpd/conf.modules.d/00-proxyhtml.conf
/usr/lib/.build-id
/usr/lib/.build-id/22/e2ea8db814f58b72163f0f84c0064e790cf912
/usr/lib/.build-id/7e/b09219f8e9f19d2edda4dffc248e96e0bc3977
/usr/lib64/httpd/modules/mod_proxy_html.so
/usr/lib64/httpd/modules/mod_xml2enc.so

References

Summary

In this tutorial we learn how to install mod_proxy_html on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).