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 3.5 - More mod_alias Grading Criteria Demonstrated assignment effectively: 5 points. There are some things I expect. If they are incorrect you will lose the following: Work submitted incorrectly: -1 pt. This covers errors such as incorrect files names, incorrect file formats, poor formatting, etc. Second and subsequent submission of work for grading: -1 pt. Work submitted late: -1 pt per week. I reserve the right not to apply the deduction points at my absolute discretion. -5 The hosts and httpd.conf files were not included in your submission. =e -5 The httpd.conf file was not included in your submission. =e -5 The DocumentRoot and Directory directives for your CST1611.loc site are incorrect. So the Alias and Redirect directives are incorrect as well. =e Lab03: aliasfrom Step 3. !You are in the Benjemin Lozano aliasfrom directory.txt aliasto Step 3. !You are in the Benjemin Lozano aliasto directory.txt ClassHome Step 5. !You are in the Benjemin Lozano ClassHome directory.txt fromnothing Step 8. !You are in the Benjemin Lozano fromnothing directory.txt redirected Step 7. !You are in the Benjemin Lozano redirected directory.txt tohere Step 7. !You are in the Benjemin Lozano tohere directory.txt !This is the Lab03 directory for Benjemin Lozano.txt Step 1. AliasFileFrom.txt Step 4. AliasFileTo.txt Step 4. ClassFile.txt Step 6. hosts httpd.conf Lab03.5: (inside CST1611.loc VH): Alias "/Lab03/aliasfrom" "C:/Data_WWW/CST1611/Lab03/aliasto" Step 3.2.1 (Lab 3 step 3) Alias "/Lab03/AliasFileFrom.txt" "C:/Data_WWW/CST1611/Lab03/AliasFileTo.txt" Step 3.2.2 (Lab 3 step 4) Redirect "/Lab03/ClassHome" "http://cst.ridgewater.edu/JimMartinson/CST1611" Step 3.2.3 (Lab 3 step 5) Redirect "/Lab03/ClassFile.txt/" "http://cst.ridgewater.edu/JimMartinson/CST1611" Step 3.2.4 (Lab 3 step 6) Redirect "/Lab03/redirected" "/CST1611/Lab03/tohere" Step 3.2.5 (Lab 3 step 7) Redirect "/Lab03/nothing" "/CST1611/Lab03/fromnothing" Step 3.2.6 (Lab 3 step 8) Lab03.5: -5 You are missing all of step 3. =e -5 Step 3; Lines 580-591; Your Alias and Redirect directives must be inside of the CST1611.test VirturalHost. =e -5 Step 3; Lines 556-561; All of your Alias and Redirect directives are incorrect. The URL-path is incorrect for all of them. Look at what you have for Lab 3. =e -0 Step 3.2; Line 566; You have an ending / in the URL-path part of the 'aliasfrom' Alias directive. It is not needed. Apache knows that aliasto is a directory. You should also not have a / at the end of the URL-to part. -0 Step 3.2.4 (Lab 3 step 6); You had the same issue here that you had in Lab 3. I am not deducting points for the same error. -1 You are missing the Alias directive from step 3 of Lab 3. -0 Lines 511-516; I did not require or want a [status] parameter for the Redirect directives. I deducted a point for this in Lab 3 so I am not doing so here. -0 You are missing a / from the end of the URL-path part of your ClassHome Redirect directive in step 5. Ignore missing ending / -0 Line 567; You are missing a / from the end of the URL-path part of your ClassFile.txt Redirect directive in step 6. Note the / after ClassHome in the directions in step 5.2.2. That directive is copied for step 6. I took this point off in lab 3 and am not going to do so here.