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-xampp.conf~
#<IfDefine PHP4> #LoadModule php4_module modules/libphp4.so #</IfDefine> #<IfDefine PHP5> #LoadModule php5_module modules/libphp5.so #</IfDefine> # We will enable it by default #<IfDefine PHP> LoadModule php5_module modules/libphp5.so #</IfDefine> LoadModule perl_module modules/mod_perl.so Alias /phpmyadmin "/opt/lampp/phpmyadmin" # since XAMPP 1.4.3 <Directory "/opt/lampp/phpmyadmin"> AllowOverride AuthConfig Limit Require local ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var </Directory> # since LAMPP 1.0RC1 AddType application/x-httpd-php .php .php3 .php4 XBitHack on # since 0.9.8 we've mod_perl <IfModule mod_perl.c> AddHandler perl-script .pl PerlHandler ModPerl::PerlRunPrefork PerlOptions +ParseHeaders PerlSendHeader On </IfModule> # demo for mod_perl responsehandler #PerlModule Apache::CurrentTime #<Location /time> # SetHandler modperl # PerlResponseHandler Apache::CurrentTime #</Location> # AcceptMutex sysvsem is default but on some systems we need this # thanks to jeff ort for this hint #AcceptMutex flock #LockFile /opt/lampp/logs/accept.lock # this makes mod_dbd happy - oswald, 02aug06 # mod_dbd doesn't work in Apache 2.2.3: getting always heaps of "glibc detected *** corrupted double-linked list" on shutdown - oswald, 10sep06 #DBDriver sqlite3
Close