Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
php /
7.0 /
cli /
conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-mysqlnd.ini
72
B
-rw-r--r--
2020-07-05 08:34
10-opcache.ini
79
B
-rw-r--r--
2020-07-05 08:34
10-pdo.ini
69
B
-rw-r--r--
2020-07-05 08:34
15-xml.ini
66
B
-rw-r--r--
2020-07-05 08:34
20-bz2.ini
66
B
-rw-r--r--
2020-07-05 08:34
20-calendar.ini
74
B
-rw-r--r--
2020-07-05 08:34
20-ctype.ini
71
B
-rw-r--r--
2020-07-05 08:34
20-curl.ini
68
B
-rw-r--r--
2020-07-05 08:34
20-dom.ini
66
B
-rw-r--r--
2020-07-05 08:34
20-exif.ini
70
B
-rw-r--r--
2020-07-05 08:34
20-fileinfo.ini
74
B
-rw-r--r--
2020-07-05 08:34
20-ftp.ini
69
B
-rw-r--r--
2020-07-05 08:34
20-gd.ini
64
B
-rw-r--r--
2020-07-05 08:34
20-gettext.ini
73
B
-rw-r--r--
2020-07-05 08:34
20-iconv.ini
71
B
-rw-r--r--
2020-07-05 08:34
20-igbinary.ini
364
B
-rw-r--r--
2016-12-19 09:21
20-imagick.ini
60
B
-rw-r--r--
2019-11-24 14:34
20-imap.ini
68
B
-rw-r--r--
2020-07-05 08:34
20-intl.ini
68
B
-rw-r--r--
2020-07-05 08:34
20-json.ini
68
B
-rw-r--r--
2020-07-05 08:34
20-mbstring.ini
76
B
-rw-r--r--
2020-07-05 08:34
20-mcrypt.ini
72
B
-rw-r--r--
2020-07-05 08:34
20-memcache.ini
1.86
KB
-rw-r--r--
2016-05-13 09:48
20-msgpack.ini
74
B
-rw-r--r--
2016-12-07 11:01
20-mysqli.ini
71
B
-rw-r--r--
2020-07-05 08:34
20-pdo_mysql.ini
74
B
-rw-r--r--
2020-07-05 08:34
20-pdo_sqlite.ini
77
B
-rw-r--r--
2020-07-05 08:34
20-phar.ini
70
B
-rw-r--r--
2020-07-05 08:34
20-posix.ini
71
B
-rw-r--r--
2020-07-05 08:34
20-pspell.ini
72
B
-rw-r--r--
2020-07-05 08:34
20-readline.ini
76
B
-rw-r--r--
2020-07-05 08:34
20-recode.ini
72
B
-rw-r--r--
2020-07-05 08:34
20-shmop.ini
71
B
-rw-r--r--
2020-07-05 08:34
20-simplexml.ini
72
B
-rw-r--r--
2020-07-05 08:34
20-snmp.ini
68
B
-rw-r--r--
2020-07-05 08:34
20-soap.ini
68
B
-rw-r--r--
2020-10-06 19:08
20-sockets.ini
73
B
-rw-r--r--
2020-07-05 08:34
20-sqlite3.ini
74
B
-rw-r--r--
2020-07-05 08:34
20-sysvmsg.ini
73
B
-rw-r--r--
2020-07-05 08:34
20-sysvsem.ini
73
B
-rw-r--r--
2020-07-05 08:34
20-sysvshm.ini
73
B
-rw-r--r--
2020-07-05 08:34
20-tidy.ini
68
B
-rw-r--r--
2020-07-05 08:34
20-tokenizer.ini
75
B
-rw-r--r--
2020-07-05 08:34
20-wddx.ini
67
B
-rw-r--r--
2020-07-05 08:34
20-xmlreader.ini
72
B
-rw-r--r--
2020-07-05 08:34
20-xmlrpc.ini
72
B
-rw-r--r--
2020-07-05 08:34
20-xmlwriter.ini
72
B
-rw-r--r--
2020-07-05 08:34
20-xsl.ini
66
B
-rw-r--r--
2020-07-05 08:34
20-zip.ini
66
B
-rw-r--r--
2020-07-05 08:34
25-memcached.ini
176
B
-rw-r--r--
2017-02-12 08:07
Save
Rename
; uncomment the next line to enable the module extension=memcache.so [memcache] ; Whether to transparently failover to other servers on errors. ; ; memcache.allow_failover="1" ; Defines how many servers to try when setting and getting data. Used ; only in conjunction with memcache.allow_failover. ; ; memcache.max_failover_attempts="20" ; Data will be transferred in chunks of this size, setting the value ; lower requires more network writes. Try increasing this value to ; 32768 if noticing otherwise inexplicable slowdowns. ; ; memcache.chunk_size="8192" ; The default TCP port number to use when connecting to the memcached ; server if no other port is specified. ; ; memcache.default_port="11211" ; Controls which strategy to use when mapping keys to servers. Set ; this value to consistent to enable consistent hashing which allows ; servers to be added or removed from the pool without causing keys to ; be remapped. Setting this value to standard results in the old ; strategy being used. ; ; memcache.hash_strategy="consistent" ; Controls which hash function to apply when mapping keys to servers, ; crc32 uses the standard CRC32 hash while fnv uses FNV-1a ; ; memcache.hash_function="crc32" ; Use memcache as a session handler by setting this value to memcache. ; ; session.save_handler="memcache" ; Defines a comma separated of server urls to use for session storage, ; for example session.save_path="tcp://host1:11211,tcp://host2:11211". ; ; Each url may contain parameters which are applied to that server, ; they are the same as for the Memcache::addServer() method. For ; example: session.save_path="tcp://host1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" ; ; session.save_path="tcp://localhost:11211" ; Additional parameters ; memcache.protocol=ascii ; memcache.redundancy=1 ; memcache.session_redundancy=2 ; memcache.compress_threshold=20000 ; memcache.lock_timeout=15