OXIESEC PANEL
- Current Dir:
/
/
etc
/
apache2
/
mods-enabled
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/17/2025 04:22:05 PM
rwxr-xr-x
📄
access_compat.load
100 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
alias.conf
843 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
alias.load
62 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
auth_basic.load
94 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
authn_core.load
72 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
authn_file.load
72 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
authz_core.load
72 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
authz_host.load
94 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
authz_user.load
94 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
autoindex.conf
3.29 KB
07/16/2019 06:14:45 PM
rw-r--r--
📄
autoindex.load
70 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
deflate.conf
395 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
deflate.load
84 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
dir.conf
158 bytes
02/11/2020 11:48:23 AM
rw-r--r--
📄
dir.load
58 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
env.load
58 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
filter.load
64 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
mime.conf
7.5 KB
07/16/2019 06:14:45 PM
rw-r--r--
📄
mime.load
60 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
mpm_prefork.conf
571 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
mpm_prefork.load
108 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
negotiation.conf
724 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
negotiation.load
74 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
php7.2.conf
855 bytes
01/13/2020 06:39:59 PM
rw-r--r--
📄
php7.2.load
102 bytes
01/13/2020 06:39:59 PM
rw-r--r--
📄
proxy.conf
822 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
proxy.load
62 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
proxy_fcgi.load
89 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
reqtimeout.conf
1.16 KB
07/16/2019 06:14:45 PM
rw-r--r--
📄
reqtimeout.load
72 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
rewrite.load
66 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
setenvif.conf
1.25 KB
07/16/2019 06:14:45 PM
rw-r--r--
📄
setenvif.load
68 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
socache_shmcb.load
78 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
ssl.conf
3.04 KB
07/16/2019 06:14:45 PM
rw-r--r--
📄
ssl.load
97 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
status.conf
749 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
status.load
64 bytes
07/16/2019 06:14:45 PM
rw-r--r--
Editing: reqtimeout.conf
Close
<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