< Home - < Back

mod_extract_forwarded


Information about the package, mod_extract_forwarded, which is shipped with common Linux distributions. The mod_extract_forwarded package is designed for, Extract real source IP for forwarded HTTP requests.


Package Name:

mod_extract_forwarded

Summary:

Extract real source IP for forwarded HTTP requests

Description:

mod_extract_forwarded hooks itself into Apache's header parsing phase and looks for the X-Forwarded-For header which some (most?) proxies add to the proxied HTTP requests. It extracts the IP from the X-Forwarded-For and modifies the connection data so to the rest of Apache the request looks like it came from that IP rather than the proxy IP.

Architecture:

x86_64

Version:

2.0.2

Release:

8.el6

Size:

15 k

Repository:

epel

From Repository:

Licence:

ASL 1.1



Handy Yum Commands for mod_extract_forwarded


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


Command

Description of Command

yum install mod_extract_forwarded

This command will install mod_extract_forwarded on the server.

yum remove mod_extract_forwarded

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

yum -y remove mod_extract_forwarded

This command will un-install mod_extract_forwarded 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_extract_forwarded when using the -y flag.

yum update mod_extract_forwarded

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

yum -y update mod_extract_forwarded

This command will update mod_extract_forwarded 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_extract_forwarded when using the -y flag.

yum info mod_extract_forwarded

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

yum deplist mod_extract_forwarded

This command will show you the dependencies for mod_extract_forwarded. 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_extract_forwarded

This command will check if there is an update waiting on mod_extract_forwarded. 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.