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 /
memory /
[ HOME SHELL ]
Name
Size
Permission
Action
httpd-2xlarge.conf
692
B
-rw-rw-r--
httpd-large.conf
692
B
-rw-rw-r--
httpd-medium.conf
658
B
-rw-rw-r--
httpd-micro.conf
700
B
-rw-rw-r--
httpd-small.conf
671
B
-rw-rw-r--
httpd-xlarge.conf
691
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : httpd-micro.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