Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
apache2 /
mods-enabled /
Delete
Unzip
Name
Size
Permission
Date
Action
access_compat.load
100
B
-rw-r--r--
2022-07-23 13:20
actions.conf
331
B
-rw-r--r--
2024-09-29 18:51
actions.load
66
B
-rw-r--r--
2022-07-23 13:20
alias.conf
743
B
-rw-r--r--
2024-09-29 18:51
alias.load
62
B
-rw-r--r--
2022-07-23 13:20
auth_basic.load
94
B
-rw-r--r--
2022-07-23 13:20
auth_digest.load
96
B
-rw-r--r--
2022-07-23 13:20
authn_core.load
72
B
-rw-r--r--
2022-07-23 13:20
authn_file.load
72
B
-rw-r--r--
2022-07-23 13:20
authz_core.load
72
B
-rw-r--r--
2022-07-23 13:20
authz_host.load
94
B
-rw-r--r--
2022-07-23 13:20
authz_user.load
94
B
-rw-r--r--
2022-07-23 13:20
autoindex.conf
3.13
KB
-rw-r--r--
2024-09-29 18:51
autoindex.load
70
B
-rw-r--r--
2022-07-23 13:20
dav.load
93
B
-rw-r--r--
2024-09-28 08:35
dav_fs.conf
37
B
-rw-r--r--
2024-09-29 18:51
dav_fs.load
79
B
-rw-r--r--
2022-07-23 13:20
deflate.conf
370
B
-rw-r--r--
2024-09-29 18:51
deflate.load
84
B
-rw-r--r--
2022-07-23 13:20
dir.conf
77
B
-rw-r--r--
2024-09-29 18:51
dir.load
58
B
-rw-r--r--
2022-07-23 13:20
env.load
58
B
-rw-r--r--
2022-07-23 13:20
fcgid.conf
133
B
-rw-r--r--
2018-09-04 20:18
fcgid.load
62
B
-rw-r--r--
2018-09-04 20:18
filter.load
64
B
-rw-r--r--
2022-07-23 13:20
headers.load
66
B
-rw-r--r--
2022-07-23 13:20
mime.conf
7.43
KB
-rw-r--r--
2024-09-29 18:51
mime.load
60
B
-rw-r--r--
2022-07-23 13:20
mpm_prefork.conf
500
B
-rw-r--r--
2024-09-29 18:51
mpm_prefork.load
108
B
-rw-r--r--
2022-07-23 13:20
negotiation.conf
622
B
-rw-r--r--
2024-09-29 18:51
negotiation.load
74
B
-rw-r--r--
2022-07-23 13:20
perl.load
60
B
-rw-r--r--
2022-10-20 09:29
php8.1.conf
1.33
KB
-rw-r--r--
2026-05-14 15:46
php8.1.load
101
B
-rw-r--r--
2025-03-13 18:12
proxy.conf
720
B
-rw-r--r--
2024-09-29 18:51
proxy.load
62
B
-rw-r--r--
2022-07-23 13:20
proxy_fcgi.load
89
B
-rw-r--r--
2022-07-23 13:20
python.load
64
B
-rw-r--r--
2023-10-26 13:07
reqtimeout.conf
1.06
KB
-rw-r--r--
2024-09-29 18:51
reqtimeout.load
72
B
-rw-r--r--
2022-07-23 13:20
rewrite.load
66
B
-rw-r--r--
2022-07-23 13:20
setenvif.conf
1.14
KB
-rw-r--r--
2024-09-29 18:51
setenvif.load
68
B
-rw-r--r--
2022-07-23 13:20
socache_shmcb.load
78
B
-rw-r--r--
2022-07-23 13:20
ssl.conf
3.06
KB
-rw-r--r--
2024-09-29 18:51
ssl.load
97
B
-rw-r--r--
2024-10-04 15:16
status.conf
647
B
-rw-r--r--
2024-09-29 18:51
status.load
64
B
-rw-r--r--
2022-07-23 13:20
Save
Rename
# Using (?:pattern) instead of (pattern) is a small optimization that # avoid capturing the matching pattern (as $1) which isn't used here <FilesMatch "\.ph(?:ar|p|tml)$"> SetHandler application/x-httpd-php </FilesMatch> <FilesMatch "\.phps$"> SetHandler application/x-httpd-php-source # Deny access to raw php sources by default # To re-enable it's recommended to enable access to the files # only in specific virtual host or directory Require all denied </FilesMatch> # Deny access to files without filename (e.g. '.php') <FilesMatch "^\.ph(?:ar|p|ps|tml)$"> Require all denied </FilesMatch> # Running PHP scripts in user directories is disabled by default # # To re-enable PHP in user directories comment the following lines # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it # prevents .htaccess files from disabling it. This also disables # serving the files, as the webserver would otherwise serve them # as plaintext, and many software packages still put passwords in # .php files. Comment out or remove the FilesMatch directive if # you really want to serve php as plaintext from user dirs. <IfModule mod_userdir.c> <Directory /home/*/public_html> php_admin_flag engine Off <FilesMatch "\.ph(ar|p|ps|tml)$"> Require all denied </FilesMatch> </Directory> </IfModule>