File tree Expand file tree Collapse file tree
doc/source/sections/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 366366html
367367balancer
368368JupyterHub
369- SSLProxyCACertificateFile
369+ SSLProxyCACertificateFile
370+ ANTISLOWLORIS
371+ slowloris
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ ARG TWOFACTOR_AUTH_APPS=""
128128ARG ENABLE_PEERS=True
129129ARG ENABLE_QUOTA=False
130130ARG ENABLE_ACCOUNTING=False
131+ ARG ENABLE_ANTISLOWLORIS=False
131132ARG PEERS_MANDATORY=False
132133ARG PEERS_EXPLICIT_FIELDS=""
133134ARG PEERS_CONTACT_HINT="authorized to invite you as peer"
@@ -1033,6 +1034,7 @@ ARG TWOFACTOR_AUTH_APPS
10331034ARG ENABLE_PEERS
10341035ARG ENABLE_QUOTA
10351036ARG ENABLE_ACCOUNTING
1037+ ARG ENABLE_ANTISLOWLORIS
10361038ARG PEERS_MANDATORY
10371039ARG PEERS_EXPLICIT_FIELDS
10381040ARG PEERS_CONTACT_HINT
@@ -1247,6 +1249,7 @@ RUN ./generateconfs.py --source=. \
12471249 --gdp_id_scramble=${GDP_ID_SCRAMBLE} --gdp_path_scramble=${GDP_PATH_SCRAMBLE} \
12481250 --enable_quota=${ENABLE_QUOTA} --quota_backend="${QUOTA_BACKEND}" \
12491251 --quota_update_interval=${QUOTA_UPDATE_INTERVAL} \
1252+ --enable_antislowloris=${ENABLE_ANTISLOWLORIS} \
12501253 --quota_user_limit=${QUOTA_USER_LIMIT} --quota_vgrid_limit=${QUOTA_VGRID_LIMIT} \
12511254 --enable_accounting=${ENABLE_ACCOUNTING} --accounting_update_interval=${ACCOUNTING_UPDATE_INTERVAL} \
12521255 --storage_protocols="${STORAGE_PROTOCOLS}" \
Original file line number Diff line number Diff line change @@ -440,6 +440,9 @@ Variables
440440 * - ENABLE_ACCOUNTING
441441 - False
442442 - Enable additional storage accounting daemon and integration in the user pages.
443+ * - ENABLE_ANTISLOWLORIS
444+ - False
445+ - Enable additional request timeout integration in apache to help foil slowloris-like attacks and drop resource hogging clients.
443446 * - ENABLE_GDP
444447 - False
445448 - Enable GDP mode for sensitive data with a lot of restrictions on access and logging
You can’t perform that action at this time.
0 commit comments