/
etc
/
apache2
/
mods-enabled
/
/etc/apache2/mods-enabled
mkdir
upload
Name
Size
Mode
Actions
access_compat.load
100
0644
edit
dl
rm
alias.conf
843
0644
edit
dl
rm
alias.load
62
0644
edit
dl
rm
authn_core.load
72
0644
edit
dl
rm
authn_file.load
72
0644
edit
dl
rm
authz_core.load
72
0644
edit
dl
rm
authz_host.load
94
0644
edit
dl
rm
authz_user.load
94
0644
edit
dl
rm
auth_basic.load
94
0644
edit
dl
rm
autoindex.conf
3374
0644
edit
dl
rm
autoindex.load
70
0644
edit
dl
rm
deflate.conf
460
0644
edit
dl
rm
deflate.load
84
0644
edit
dl
rm
dir.conf
157
0644
edit
dl
rm
dir.load
58
0644
edit
dl
rm
env.load
58
0644
edit
dl
rm
filter.load
64
0644
edit
dl
rm
headers.load
66
0644
edit
dl
rm
mime.conf
7696
0644
edit
dl
rm
mime.load
60
0644
edit
dl
rm
mpm_event.conf
668
0644
edit
dl
rm
mpm_event.load
106
0644
edit
dl
rm
negotiation.conf
724
0644
edit
dl
rm
negotiation.load
74
0644
edit
dl
rm
proxy.conf
822
0644
edit
dl
rm
proxy.load
62
0644
edit
dl
rm
proxy_fcgi.load
89
0644
edit
dl
rm
proxy_http.load
89
0644
edit
dl
rm
proxy_wstunnel.load
97
0644
edit
dl
rm
reqtimeout.conf
1190
0644
edit
dl
rm
reqtimeout.load
72
0644
edit
dl
rm
rewrite.load
66
0644
edit
dl
rm
setenvif.conf
1373
0644
edit
dl
rm
setenvif.load
68
0644
edit
dl
rm
socache_shmcb.load
78
0644
edit
dl
rm
ssl.conf
3110
0644
edit
dl
rm
ssl.load
97
0644
edit
dl
rm
status.conf
749
0644
edit
dl
rm
status.load
64
0644
edit
dl
rm
Edit:
/etc/apache2/mods-available/reqtimeout.conf
(1190B)
<IfModule reqtimeout_module> # mod_reqtimeout limits the time waiting on the client to prevent an # attacker from causing a denial of service by opening many connections # but not sending requests. This file tries to give a sensible default # configuration, but it may be necessary to tune the timeout values to # the actual situation. Note that it is also possible to configure # mod_reqtimeout per virtual host. # Wait max 20 seconds for the first byte of the request line+headers # From then, require a minimum data rate of 500 bytes/s, but don't # wait longer than 40 seconds in total. # Note: Lower timeouts may make sense on non-ssl virtual hosts but can # cause problem with ssl enabled virtual hosts: This timeout includes # the time a browser may need to fetch the CRL for the certificate. If # the CRL server is not reachable, it may take more than 10 seconds # until the browser gives up. RequestReadTimeout header=20-40,minrate=500 # Wait max 10 seconds for the first byte of the request body (if any) # From then, require a minimum data rate of 500 bytes/s RequestReadTimeout body=10,minrate=500 </IfModule> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Save
cmd:
run