HEX
Server: Apache
System: Linux 3b2f6704f3ac 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
User: (2182)
PHP: 7.4.33
Disabled: proc_open, passthru, escapeshellcmd, exec, shell_exec, system, ini_alter, dl, popen, php_check_syntax, show_source, highlight_file, symlink, link, openlog, apache_child_terminate
Upload Files
File: //etc/apache2/mods-enabled/deflate.conf
<IfModule mod_deflate.c>
	DeflateCompressionLevel 7
	
	<IfModule mod_setenvif.c>
	
		<IfModule mod_headers.c>
			SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
			RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
		</IfModule>
		
	</IfModule>
	
	<IfModule filter_module>
		FilterChain		COMPRESS
		FilterDeclare	COMPRESS
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'text/html'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'text/css'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'text/plain'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'text/xml'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'text/x-component'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'application/javascript'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'application/json'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'application/xml'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'application/xhtml+xml'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'application/rss+xml'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'application/atom+xml'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'application/vnd.ms-fontobject'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'image/svg+xml'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'image/x-icon'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'image/jpeg'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'image/png'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'image/gif'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'image/jpg'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'image/swf'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'image/tiff'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'audio/wma'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'audio/mp3'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'video/mp4'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'application/x-font-ttf'"
		FilterProvider	COMPRESS	DEFLATE	"%{Content_Type} = 'font/opentype'"
		FilterProtocol	COMPRESS	DEFLATE	change=yes;byteranges=no
	</IfModule>
	
</IfModule>