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 /
conf-available /
Delete
Unzip
Name
Size
Permission
Date
Action
apache2-doc.conf
221
B
-rw-r--r--
2022-07-23 13:20
charset.conf
269
B
-rw-r--r--
2024-09-29 18:51
httpoxy.conf
73
B
-rw-r--r--
2025-06-05 11:48
javascript-common.conf
127
B
-rw-r--r--
2020-12-18 19:33
localized-error-pages.conf
3.1
KB
-rw-r--r--
2024-09-29 18:51
other-vhosts-access-log.conf
143
B
-rw-r--r--
2024-09-29 18:51
php7.2-fpm.conf
1.24
KB
-rw-r--r--
2026-05-14 15:46
php7.4-fpm.conf
1.24
KB
-rw-r--r--
2026-05-14 15:45
php8.1-cgi.conf
1.25
KB
-rw-r--r--
2026-05-14 15:46
php8.1-fpm.conf
1.39
KB
-rw-r--r--
2026-05-14 15:46
php8.4-fpm.conf
1.39
KB
-rw-r--r--
2026-06-06 06:52
phpmyadmin.conf
1.01
KB
-rw-r--r--
2023-02-08 12:57
security.conf
1.78
KB
-rw-r--r--
2024-09-29 18:51
serve-cgi-bin.conf
409
B
-rw-r--r--
2024-09-29 18:51
Save
Rename
# This file replaces old system MIME types and sets them only in the # Apache webserver # Using (?:pattern) instead of (pattern) is a small optimization that # avoid capturing the matching pattern (as $1) which isn't used here # application/x-httpd-php phtml php <FilesMatch "\.ph(?:ar|p|tml)$"> SetHandler application/x-httpd-php </FilesMatch> # application/x-httpd-php-source phps <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> # To enable PHP CGI site-wide, just uncomment following lines, however # as a security measure, it's recommended to enable PHP just in the # specific virtual servers or just specific directories #ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ #<Directory "/usr/lib/cgi-bin"> # AllowOverride None # Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch # Order allow,deny # Allow from all #</Directory> #Action application/x-httpd-php /cgi-bin/php8.1