Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
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
charset.conf
269
B
-rw-r--r--
2023-01-18 10:54
javascript-common.conf
127
B
-rw-r--r--
2013-08-11 08:18
localized-error-pages.conf
3.1
KB
-rw-r--r--
2023-01-18 10:54
other-vhosts-access-log.conf
143
B
-rw-r--r--
2023-01-18 10:54
php7.4-fpm.conf
1.25
KB
-rw-r--r--
2022-09-29 22:25
php8.1-fpm.conf
1.25
KB
-rw-r--r--
2022-08-08 07:28
security.conf
2.12
KB
-rw-r--r--
2022-10-10 08:51
security.conf.dpkg-dist
1.78
KB
-rw-r--r--
2023-01-18 10:54
serve-cgi-bin.conf
409
B
-rw-r--r--
2023-01-18 10:54
Save
Rename
# Redirect to local php-fpm if mod_php is not available <IfModule !mod_php7.c> <IfModule proxy_fcgi_module> # Enable http authorization headers <IfModule setenvif_module> SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 </IfModule> <FilesMatch ".+\.ph(ar|p|tml)$"> SetHandler "proxy:unix:/run/php/php7.4-fpm.sock|fcgi://localhost" </FilesMatch> # The default configuration works for most of the installation, however it could # be improved in various ways. One simple improvement is to not pass files that # doesn't exist to the handler as shown below, for more configuration examples # see https://wiki.apache.org/httpd/PHP-FPM # <FilesMatch ".+\.ph(ar|p|tml)$"> # <If "-f %{REQUEST_FILENAME}"> # SetHandler "proxy:unix:/run/php/php7.4-fpm.sock|fcgi://localhost" # </If> # </FilesMatch> <FilesMatch ".+\.phps$"> # 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> </IfModule> </IfModule>