-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
28 lines (19 loc) · 778 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
mod_reproxy 0.02
This module adds x-reproxy-url header support to Apache/2.x.
Install:
# apxs -i -a -c -Wc,-Wall -Wc,-g -Wc,-O2 mod_reproxy.c
Configuration Directives:
# turns on/off the x-reproxy-url header support
Reproxy On|Off
# set request wait timeout in seconds (default: 30)
ReproxyRequestTimeout <seconds>
# set repsonse wait timeout in seconds (default: 30)
ReproxyResponseTimeout <seconds>
# sets maximum redirect count (default: 5)
ReproxyMaxRedirects <number>
# if set, mod_reproxy would only retreive the resources from URL that matches
# the given pattern (default: none)
ReproxyLimitURL <regex>
# if set, mod_reproxy will forward specified header from client request
# to the reproxied server.
ReproxyForwardClientHeader <string>