forked from stove/dataset
15 lines
262 B
Text
15 lines
262 B
Text
# Timeout
|
|
Timeout %%apache_timeout
|
|
|
|
# Keepalive
|
|
%if %%apache_keepalive
|
|
KeepAlive On
|
|
%else
|
|
KeepAlive Off
|
|
%end if
|
|
MaxKeepAliveRequests 50
|
|
KeepAliveTimeout %%apache_timeout
|
|
|
|
# RemoteIp
|
|
RemoteIPHeader X-Forwarded-For
|
|
RemoteIPInternalProxy %%revprox_client_server_ip
|