Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
php /
8.1 /
fpm /
conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-mysqlnd.ini
72
B
-rw-r--r--
2025-03-13 18:12
10-opcache.ini
95
B
-rw-r--r--
2025-03-13 18:12
10-pdo.ini
69
B
-rw-r--r--
2025-03-13 18:12
15-xml.ini
66
B
-rw-r--r--
2025-03-13 18:12
20-bcmath.ini
72
B
-rw-r--r--
2025-03-13 18:12
20-calendar.ini
74
B
-rw-r--r--
2025-03-13 18:12
20-ctype.ini
71
B
-rw-r--r--
2025-03-13 18:12
20-curl.ini
68
B
-rw-r--r--
2025-03-13 18:12
20-dom.ini
66
B
-rw-r--r--
2025-03-13 18:12
20-exif.ini
70
B
-rw-r--r--
2025-03-13 18:12
20-ffi.ini
69
B
-rw-r--r--
2025-03-13 18:12
20-fileinfo.ini
74
B
-rw-r--r--
2025-03-13 18:12
20-ftp.ini
69
B
-rw-r--r--
2025-03-13 18:12
20-gd.ini
64
B
-rw-r--r--
2025-03-13 18:12
20-gettext.ini
73
B
-rw-r--r--
2025-03-13 18:12
20-iconv.ini
71
B
-rw-r--r--
2025-03-13 18:12
20-igbinary.ini
364
B
-rw-r--r--
2025-04-08 01:03
20-imap.ini
68
B
-rw-r--r--
2025-03-13 18:12
20-intl.ini
68
B
-rw-r--r--
2025-03-13 18:12
20-mbstring.ini
76
B
-rw-r--r--
2025-03-13 18:12
20-msgpack.ini
74
B
-rw-r--r--
2025-04-07 20:02
20-mysqli.ini
71
B
-rw-r--r--
2025-03-13 18:12
20-pdo_mysql.ini
74
B
-rw-r--r--
2025-03-13 18:12
20-phar.ini
70
B
-rw-r--r--
2025-03-13 18:12
20-posix.ini
71
B
-rw-r--r--
2025-03-13 18:12
20-pspell.ini
72
B
-rw-r--r--
2025-03-13 18:12
20-readline.ini
76
B
-rw-r--r--
2025-03-13 18:12
20-shmop.ini
71
B
-rw-r--r--
2025-03-13 18:12
20-simplexml.ini
72
B
-rw-r--r--
2025-03-13 18:12
20-soap.ini
68
B
-rw-r--r--
2025-03-13 18:12
20-sockets.ini
73
B
-rw-r--r--
2025-03-13 18:12
20-sysvmsg.ini
73
B
-rw-r--r--
2025-03-13 18:12
20-sysvsem.ini
73
B
-rw-r--r--
2025-03-13 18:12
20-sysvshm.ini
73
B
-rw-r--r--
2025-03-13 18:12
20-tidy.ini
68
B
-rw-r--r--
2025-03-13 18:12
20-tokenizer.ini
75
B
-rw-r--r--
2025-03-13 18:12
20-xmlreader.ini
72
B
-rw-r--r--
2025-03-13 18:12
20-xmlrpc.ini
20
B
-rw-r--r--
2025-05-08 03:53
20-xmlwriter.ini
72
B
-rw-r--r--
2025-03-13 18:12
20-xsl.ini
66
B
-rw-r--r--
2025-03-13 18:12
20-zip.ini
66
B
-rw-r--r--
2025-03-13 18:12
25-mailparse.ini
37
B
-rw-r--r--
2025-05-08 03:40
25-memcached.ini
6.61
KB
-rw-r--r--
2025-05-08 03:40
Save
Rename
; priority=25 extension=memcached.so [memcached] ; Use session locking ; valid values: On, Off ; the default is On ;memcached.sess_locking = On ; The minimum time, in milliseconds, to wait between session lock attempts. ; This value is double on each lock retry until memcached.sess_lock_wait_max ; is reached, after which any further retries will take sess_lock_wait_max seconds. ; Default is 150. ;memcached.sess_lock_wait_min = 150; ; The maximum time, in milliseconds, to wait between session lock attempts. ; Default is 150. ;memcached.sess_lock_wait_max = 150; ; The number of times to retry locking the session lock, not including the first attempt. ; Default is 5. ;memcached.sess_lock_retries = 5; ; The time, in seconds, before a lock should release itself. ; Setting to 0 results in the default behaviour, which is to ; use PHP's max_execution_time. ;memcached.sess_lock_expire = 0; ; memcached session key prefix ; valid values are strings less than 219 bytes long ; the default value is "memc.sess.key." ;memcached.sess_prefix = "memc.sess.key." ; Whether or not to re-use the memcached connections corresponding to the value(s) ; of session.save_path after the execution of the script ends. ; Don't use this if certain settings (e.g. SASL settings, sess_binary_protocol) would ; be overridden between requests. ; Default is Off. ;memcached.sess_persistent = Off ; memcached session consistent hash mode ; if set to On, consistent hashing (libketama) is used ; for session handling. ; When consistent hashing is used, one can add or remove cache ; node(s) without messing up too much with existing keys ; default is On ;memcached.sess_consistent_hash = On ; memcached session consistent hash type ; if set to 'ketama', consistent hashing (libketama) is used ; for session handling (default for php-memcached 3.x) ; if set to 'ketama_weighted', weighted consistent hashing (libketama) is used ; for session handling (default for php-memcached 2.x) ;memcached.sess_consistent_hash_type = "ketama" ; Allow failed memcached server to automatically be removed. ; Default is Off. (In previous versions, this setting was called memcached.sess_remove_failed) ;memcached.sess_remove_failed_servers = Off ; Set this value to enable the server be removed after ; configured number of continuous times connection failure. ;memcached.sess_server_failure_limit = 0 ; Write data to a number of additional memcached servers ; This is "poor man's HA" as libmemcached calls it. ; If this value is positive and sess_remove_failed_servers is enabled ; when a memcached server fails the session will continue to be available ; from a replica. However, if the failed memcache server ; becomes available again it will read the session from there ; which could have old data or no data at all ;memcached.sess_number_of_replicas = 0 ; Use the memcached binary protocol for memcached sessions (Instead of the text protocol) ; libmemcached replicas work only if binary mode is enabled. ; However, certain proxies (such as twemproxy) will work only if the binary protocol is disabled. ; In older versions of php-memcached, this setting was Off and was called memcached.sess_binary. ; Default is On with libmemcached 1.0.18 or newer. ; Default is Off with older version. ;memcached.sess_binary_protocol = On ; memcached session replica read randomize ;memcached.sess_randomize_replica_read = Off ; memcached connect timeout value ; In non-blocking mode this changes the value of the timeout ; during socket connection in milliseconds. Specifying -1 means an infinite timeout. ;memcached.sess_connect_timeout = 1000 ; Session SASL username ; Both username and password need to be set for SASL to be enabled ;memcached.sess_sasl_username = NULL ; Session SASL password ;memcached.sess_sasl_password = NULL ; Set the compression type ; valid values are: fastlz, zlib ; the default is fastlz ;memcached.compression_type = "fastlz" ; Compression factor ; Store compressed value only if the compression ; factor (saving) exceeds the set limit. ; ; store compressed if: ; plain_len > comp_len * factor ; ; the default value is 1.3 (23% space saving) ;memcached.compression_factor = "1.3" ; The compression threshold ; ; Do not compress serialized values below this threshold. ; the default is 2000 bytes ;memcached.compression_threshold = 2000 ; Set the default serializer for new memcached objects. ; valid values are: php, igbinary, json, json_array, msgpack ; ; json - standard php JSON encoding. This serializer ; is fast and compact but only works on UTF-8 ; encoded data and does not fully implement ; serializing. See the JSON extension. ; json_array - as json, but decodes into arrays ; php - the standard php serializer ; igbinary - a binary serializer ; msgpack - a cross-language binary serializer ; ; The default is igbinary if available, then msgpack if available, then php otherwise. ;memcached.serializer = "igbinary" ; The amount of retries for failed store commands. ; This mechanism allows transparent fail-over to secondary servers when ; set/increment/decrement/setMulti operations fail on the desired server in a multi-server ; environment. ; the default is 0 ;memcached.store_retry_count = 0 ; The maximum payload size in bytes that can be written. ; Writing a payload larger than the limit will result in RES_E2BIG error. ; Specifying 0 means no limit is enforced, though the server may still reject with RES_E2BIG. ; Default is 0. ;memcached.item_size_limit = 1000000 ; Sets the default for consistent hashing for new connections. ; (To configure consistent hashing for session connections, ; use memcached.sess_consistent_hash instead) ; ; If set to On, consistent hashing (libketama) is used ; for session handling. ; When consistent hashing is used, one can add or remove cache ; node(s) without messing up too much with existing keys ; default is Off ;memcached.default_consistent_hash = Off ; Sets the default memcached protocol for new connections. ; (To configure the memcached protocol for connections used by sessions, ; use memcached.sess_binary_protocol instead) ; ; If set to On, the memcached binary protocol is used by default. ; If set to Off, the memcached text protocol is used. ; Default is Off ;memcached.default_binary_protocol = Off ; Sets the default memcached connection timeout for new connections. ; (To configure the memcached connection timeout for sessions, ; use memcached.sess_connect_timeout instead) ; In non-blocking mode this changes the value of the timeout. ; during socket connection in milliseconds. Specifying -1 means an infinite timeout. ; Specifying 0 means using the memcached library's default connection timeout. ; Default is 0. ;memcached.default_connect_timeout = 0