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: alias.conf
Close
<IfModule alias_module> # Aliases: Add here as many aliases as you need (with no limit). The format is # Alias fakename realname # # Note that if you include a trailing / on fakename then the server will # require it to be present in the URL. So "/icons" isn't aliased in this # example, only "/icons/". If the fakename is slash-terminated, then the # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # # We include the /icons/ alias for FancyIndexed directory listings. If # you do not use FancyIndexing, you may comment this out. Alias /icons/ "/usr/share/apache2/icons/" <Directory "/usr/share/apache2/icons"> Options FollowSymlinks AllowOverride None Require all granted </Directory> </IfModule> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet