< Home - < Back

mod_log_post


Information about the package, mod_log_post, which is shipped with common Linux distributions. The mod_log_post package is designed for, Module for the Apache web server to log all HTTP POST messages.


Package Name:

mod_log_post

Summary:

Module for the Apache web server to log all HTTP POST messages

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.

Architecture:

x86_64

Version:

0.1.0

Release:

2.el6

Size:

40 k

Repository:

epel

From Repository:

Licence:

GPLv2 with exceptions



Handy Yum Commands for mod_log_post


Control the mod_log_post package with the following handy commands outlined below.


Command

Description of Command

yum install mod_log_post

This command will install mod_log_post on the server.

yum remove mod_log_post

This command will un-install mod_log_post on the server. When you run this command, you will be asked if you are sure that you want to remove mod_log_post, so you have to manually confirm that you want to do this.

yum -y remove mod_log_post

This command will un-install mod_log_post on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mod_log_post when using the -y flag.

yum update mod_log_post

This command will update mod_log_post to the latest version. When you run this command, you will be asked if you are sure that you want to remove mod_log_post, so you have to manually confirm that you want to do this.

yum -y update mod_log_post

This command will update mod_log_post to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mod_log_post when using the -y flag.

yum info mod_log_post

This command will show you core information about the mod_log_post package.

yum deplist mod_log_post

This command will show you the dependencies for mod_log_post. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mod_log_post

This command will check if there is an update waiting on mod_log_post. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.