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 1 - Apache Installation 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. #Lab1 <VirtualHost *> DocumentRoot C:/Data_WWW ServerName localhost ErrorLog logs/localhost.Error.log CustomLog logs/localhost.Access.log common <Directory C:/Data_WWW/> Options All +MultiViews AllowOverride All Require all granted </Directory> </VirtualHost> folder: -0 Work submitted incorrectly. Your `Lab01` folder was mis-named `lab01`. Points will be deducted in the future for this problem. screenshot: -0 Work submitted incorrectly. Your `xxx` screenshot was mis-named `Lab01.png`. Points will be deducted in the future for this problem. -0 Work submitted incorrectly. Your `xxx.png` screenshot was actually a jpg format image with a png extension. Points will be deducted in the future for this problem. hosts: -0 Work submitted incorrectly. Your `hosts` file was mis-named `hosts.txt`. Points will be deducted in the future for this problem. extra files: -0 Work submitted incorrectly. You included an extra file 'Copy_hosts_httpd.conf_to_Lab.bat' in your submission. Points will be deducted in the future for this problem. httpd.conf: -1 Work submitted incorrectly. Your httpd.conf was renamed httpd.txt. I need it as httpd.conf so I can test the config. -1 Step 4.5; Your `xxx` screenshot did not show the Location bar of the browser as required. -4 Step 5.1; You did not include a copy of your httpd.conf file. -4 Step 5.1; You did not include a copy of your hosts file. What you sent was a Shortcut. -4 Apache Installation; Step 3 Apache Directory Configuration. You did not add the VirtualHost code to you httpd.conf file. I am at a loss as to how Apache is finding your root or CST1611 directories. httpd.conf: -0 Improper use of the backslash (\) as a directory separator. While the \ works under Windows, it would cause an error on other operating systems. You must use the slash (/) instead. Points will be deducted in the future for this problem. See lines 531 and 535. =e