Commit df18222
committed
Allow configuring RemoteIPProxyProtocol at VHost level
The module currently support configuring RemoteIP PROXY Protocol at the
system level, but the settings can also be used for specific virtual
hosts.
Allow to set `RemoteIPProxyProtocol` and `RemoteIPProxyProtocolExceptions`
at the VHost level. For cosistency, une the same parameter names and
types as the ones used for mod_remoteip configuration.1 parent 925cd89 commit df18222
File tree
3 files changed
+40
-1
lines changed- manifests
- spec/defines
- templates/vhost
3 files changed
+40
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1705 | 1705 | | |
1706 | 1706 | | |
1707 | 1707 | | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
1708 | 1713 | | |
1709 | 1714 | | |
1710 | 1715 | | |
| |||
1966 | 1971 | | |
1967 | 1972 | | |
1968 | 1973 | | |
| 1974 | + | |
| 1975 | + | |
1969 | 1976 | | |
1970 | 1977 | | |
1971 | 1978 | | |
| |||
2955 | 2962 | | |
2956 | 2963 | | |
2957 | 2964 | | |
| 2965 | + | |
| 2966 | + | |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
| 2972 | + | |
| 2973 | + | |
| 2974 | + | |
| 2975 | + | |
| 2976 | + | |
| 2977 | + | |
| 2978 | + | |
| 2979 | + | |
2958 | 2980 | | |
2959 | 2981 | | |
2960 | 2982 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
555 | 557 | | |
556 | 558 | | |
557 | 559 | | |
| |||
968 | 970 | | |
969 | 971 | | |
970 | 972 | | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
971 | 980 | | |
972 | 981 | | |
973 | 982 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments