• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

picohttpparser/H26-Aug-2011-364306

t/H26-Aug-2011-402349

READMEH A D26-Aug-2011642 2516

mod_reproxy.cH A D26-Aug-201119.3 KiB646539

README

1mod_reproxy 0.02
2
3This module adds x-reproxy-url header support to Apache/2.x.
4
5Install:
6  # apxs -i -a -c -Wc,-Wall -Wc,-g -Wc,-O2 mod_reproxy.c
7
8Configuration Directives:
9
10# turns on/off the x-reproxy-url header support
11Reproxy On|Off
12
13# set request wait timeout in seconds (default: 30)
14ReproxyRequestTimeout <seconds>
15
16# set repsonse wait timeout in seconds (default: 30)
17ReproxyResponseTimeout <seconds>
18
19# sets maximum redirect count (default: 5)
20ReproxyMaxRedirects <number>
21
22# if set, mod_reproxy would only retreive the resources from URL that matches
23# the given pattern (default: none)
24ReproxyLimitURL <regex>
25