Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /etc/apache2/sites-available/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : //etc/apache2/sites-available/default-ssl
# ------------------------------------------------------------
# DefaultSSL 
# ------------------------------------------------------------
#NameVirtualHost 91.220.179.173:443
<VirtualHost 91.220.179.173:443>

	ServerName methusalix.koerbler.com
	

	SSLEngine on
	SSLCertificateFile /etc/ssl/wildcard.koerbler.com.crt
	SSLCertificateKeyFile /etc/ssl/wildcard.koerbler.com.key
	SSLCACertificateFile /etc/ssl/wildcard.koerbler.com.ca

	SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
	<Files ~ "\.(cgi|shtml)$">
	    SSLOptions +StdEnvVars
	</Files>
	<Directory "/var/www/cgi-bin">
	    SSLOptions +StdEnvVars
	</Directory>

	SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

	# logging
        CustomLog  /home/cosmo/logs/access.log combined
        ErrorLog   /home/cosmo/logs/error.log


        <IfModule mpm_itk_module>
		          AssignUserId cosmo www-data
       </IfModule>

	# ----
	# DOC-ROOT
	# ----
	DocumentRoot /home/cosmo/public_html


	# ----
	# PHPMYADMIN
	# ----
	Alias /phpMyAdmin /home/staff/phpMyAdmin/current
	Alias /phpmyadmin /home/staff/phpMyAdmin/current

	<Directory /home/staff/phpMyAdmin/current>
		php_admin_value suhosin.memory_limit  300M
		php_admin_value memory_limit  300M
		php_admin_value suhosin.post_max_size 300M
		php_admin_value post_max_size 300M
		php_admin_value suhosin.upload_max_filesize 300M
		php_admin_value upload_max_filesize 300M
		php_admin_value suhosin.max_input_vars 10000
		php_admin_value max_input_vars 10000
		php_admin_value suhosin.max_execution_time 300
		php_admin_value max_execution_time 300
	</Directory>

	
	# ----
	# LIMITS
	# ----
	php_admin_value open_basedir "/home/staff/phpMyAdmin/current:/tmp:/usr/lib/php:/var/tmp:/var/www:/usr/share/php:/usr/share/pear:/var/lib/php5:/var/lib/php:/home/cosmo/public_html:/home/staff/phpMyAdmin/current:/home/staff/typo3/"
        php_admin_value disable_functions "exec,system,proc_close,proc_open,dl,shell_exec,passthru"
        php_admin_value suhosin.executor.func.blacklist exec,system,proc_close,proc_open,dl,shell_exec,passthru
        php_admin_value suhosin.memory_limit  129M
        php_admin_value memory_limit  129M




	<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>


	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn

	ServerSignature Off
	
</VirtualHost>


Samx