OXIESEC PANEL
- Current Dir:
/
/
etc
/
apache2
/
mods-enabled
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2025 06:06:15 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
157 bytes
07/16/2019 06:14:45 PM
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--
📄
headers.load
66 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
10/07/2020 03:24:25 PM
rw-r--r--
📄
php7.2.load
102 bytes
10/07/2020 03:24:25 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--
📄
wsgi.conf
4.94 KB
02/14/2020 11:08:41 AM
rw-r--r--
📄
wsgi.load
60 bytes
02/14/2020 11:08:41 AM
rw-r--r--
Editing: setenvif.conf
Close
<IfModule mod_setenvif.c> # # The following directives modify normal HTTP response behavior to # handle known problems with browser implementations. # BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 BrowserMatch "RealPlayer 4\.0" force-response-1.0 BrowserMatch "Java/1\.0" force-response-1.0 BrowserMatch "JDK/1\.0" force-response-1.0 # # The following directive disables redirects on non-GET requests for # a directory that does not include the trailing slash. This fixes a # problem with Microsoft WebFolders which does not appropriately handle # redirects for folders with DAV methods. # Same deal with Apple's DAV filesystem and Gnome VFS support for DAV. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully BrowserMatch "^gvfs/1" redirect-carefully BrowserMatch "^XML Spy" redirect-carefully BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully BrowserMatch " Konqueror/4" redirect-carefully </IfModule> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet