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 /
scripts /
apache /
bitnami-templates /
[ HOME SHELL ]
Name
Size
Permission
Action
app-generic-http-vhost.conf.tp...
215
B
-rw-r--r--
app-generic-https-vhost.conf.t...
372
B
-rw-r--r--
app-generic-prefix.conf.tpl
29
B
-rw-r--r--
app-http-vhost.conf.tpl
470
B
-rw-r--r--
app-https-vhost.conf.tpl
627
B
-rw-r--r--
app-prefix.conf.tpl
253
B
-rw-r--r--
app-proxy-http-vhost.conf.tpl
343
B
-rw-r--r--
app-proxy-https-vhost.conf.tpl
501
B
-rw-r--r--
app-proxy-prefix.conf.tpl
329
B
-rw-r--r--
app-ruby-passenger-http-vhost....
521
B
-rw-r--r--
app-ruby-passenger-https-vhost...
680
B
-rw-r--r--
app-ruby-passenger-prefix.conf...
254
B
-rw-r--r--
bitnami-ssl.conf.tpl
933
B
-rw-r--r--
bitnami.conf.tpl
410
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bitnami-ssl.conf.tpl
# Default SSL Virtual Host configuration. <IfModule !ssl_module> LoadModule ssl_module modules/mod_ssl.so </IfModule> Listen 443 SSLProtocol all -SSLv2 -SSLv3 SSLHonorCipherOrder on SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !EDH !RC4" SSLPassPhraseDialog builtin SSLSessionCache "shmcb:{{APACHE_LOGS_DIR}}/ssl_scache(512000)" SSLSessionCacheTimeout 300 <VirtualHost _default_:443> DocumentRoot "{{APACHE_BASE_DIR}}/htdocs" SSLEngine on SSLCertificateFile "{{APACHE_CONF_DIR}}/bitnami/certs/server.crt" SSLCertificateKeyFile "{{APACHE_CONF_DIR}}/bitnami/certs/server.key" <Directory "{{APACHE_BASE_DIR}}/htdocs"> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> # Error Documents ErrorDocument 503 /503.html </VirtualHost>
Close