How to Install and Uninstall mod_log_post.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "mod_log_post.x86_64" package

This guide let you learn how to install mod_log_post.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mod_log_post.x86_64

2. Uninstall "mod_log_post.x86_64" package

This guide let you learn how to uninstall mod_log_post.x86_64 on Fedora 34:

$ sudo dnf remove mod_log_post.x86_64 $ sudo dnf autoremove

3. Information about the mod_log_post.x86_64 package on Fedora 34

Last metadata expiration check: 1:01:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mod_log_post
Version : 0.1.0
Release : 23.fc34
Architecture : x86_64
Size : 48 k
Source : mod_log_post-0.1.0-23.fc34.src.rpm
Repository : fedora
Summary : Module for the Apache web server to log all HTTP POST messages
URL : https://ftp.robert-scheck.de/linux/mod_log_post/
License : GPLv2 with exceptions
Description : mod_log_post can be used for logging all HTTP POST messages. The module
: is based on mod_security but in difference it never returns any error
: messages to the visitors of your websites. Logging of POST data can be
: very useful for debugging purposes or analyses. As the module is loaded
: and run after the SSL decryption, it even can log POST data transmitted
: before via SSL to the Apache web server.