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/_Archive/ |
Upload File : |
<? // Lab12.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. $thisFile=__FILE__; $thisLine=__LINE__; include('application.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('Course/courseInfo.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('classInfo.phpinc'); $assignmentNumber = '12'; $assignmentType = ""; $assignmentTitle = "Advanced Apache Modules"; $evaluationType = "Lab"; if ($assignmentType == '') $assignmentType = $evaluationType; $evaluationTitle = $assignmentTitle; if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; $evaluationName = $evaluationType."0".$assignmentNumber; } else { $assignmentName = $assignmentType.$assignmentNumber; $evaluationName = $evaluationType.$assignmentNumber; } if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle; $title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $week = 12; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageHeader.phpinc'); $f_uId = formValue('uId'); if ( $f_uId ) { $userId = $f_uId; $userFullName = str_replace(" ","",username($userId)); } else { $userFullName = str_replace(" ","",$_SESSION['userFullName']); $userId = $_SESSION['userId']; } $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title.' - '.username($userId); $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionHeader.phpinc'); ?> <p> <fieldset><legend><?=$evaluationType?> Assignment</legend><span class="normal"> <ol> <li>Create a folder called <b><?=$evaluationName?></b> inside your <b><?=$_SESSION['userDefaultDrive']?>:\Data_WWW\CST1611</b> folder. We will use it for all work performed in this lab.</li> <li>Create a file named <b>!You are in the <?=$userFullName?> <?=$courseNumber?> <?=$evaluationName?> folder</b> inside your <b><?=$_SESSION['userDefaultDrive']?>:\Data_WWW\<?=$courseNumber?>\<?=$evaluationName?></b> folder.</b></li> <li>Select an Apache Module and set it up for demonstration to the class. <ol type="A"> <li>Select a module to install and configure in Apache. Determine what you will demonstrate to the class. <br>You can look for modules at <a href="http://httpd.apache.org/docs/2.2/mod/">Module Index</a> and <a href="https://modules.apache.org/">modules.apache.org</a>. </li> <li>Send an email to <a href="mailto:jim.martinson@ridgewater.edu?subject=<?=$courseNumber?> - <?=$evaluationName?> Module Request">jim.martinson@ridgewater.edu</a> with a subject of <b>CST1611 - <?=$evaluationName?> Module Request</b>. The body of the email must contain your module selection and demo ideas. I will then reply that it is OK to proceed, discuss demo changes with you, or inform you that you must select another module. <br>Each student will need to select a different module or convince me that they are expanding on our current understanding of the module. <br>Modules will be authorized on a first-come first-authorized basis. <br>As modules are selected they will be listed below. Do not select any of the following unless you feel you are expanding on our current understanding of the module and get the OK from me: <ol type="i"> <li>mod_actions</li> <li>mod_alias</li> <li>mod_asis</li> <li>mod_auth_basic</li> <li>mod_authn_default</li> <li>mod_authn_file</li> <li>mod_authz_default</li> <li>mod_authz_groupfile</li> <li>mod_authz_host</li> <li>mod_authz_user</li> <li>mod_autoindex</li> <li>mod_cgi</li> <li>mod_deflate - Daniel Lorenz</li> <li>mod_dir</li> <li>mod_env</li> <li>mod_ftp - Kyle Clough</li> <li>mod_include</li> <li>mod_isapi</li> <li>mod_log_config</li> <li>mod_logio</li> <li>mod_mime</li> <li>mod_negotiation</li> <li>mod_perl</li> <li>mod_rewrite - Daniel Johnson</li> <li>mod_setenvif</li> <li>mod_ssl</li> <li>mod_status - Marshall Kelzer</li> <li>mod_userdir</li> </ol> </li> </ol> </li> <li>Turn in <b><?=$evaluationName?></b> for grading. <ol type="A"> <li>Copy your <b>C:\Windows\system32\drivers\etc\hosts</b> file into the <b><?=$_SESSION['userDefaultDrive']?>:\Data_WWW\CST1611\<?=$evaluationName?></b> folder.</li> <li>Zip up your <b><?=$_SESSION['userDefaultDrive']?>:\Data_WWW\<?=$courseNumber?></b> directory into a file named <b>CST1611-<?=$evaluationName?>-<?=$userFullName?>-CST1611.zip</b>.</li> <li>Zip up your <b><?=$_SESSION['userDefaultDrive']?>:\Apache2.2</b> directory into a file named <b>CST1611-<?=$evaluationName?>-<?=$userFullName?>-Apache.zip</b>.</li> <li>Send an email to <a href="mailto:jim.martinson@ridgewater.edu?subject=<?=$courseNumber?> - <?=$evaluationName?> Submission">jim.martinson@ridgewater.edu</a> with a subject of <b>CST1611 - <?=$evaluationName?> Submission</b> and attach your <b>CST1611-<?=$evaluationName?>-<?=$userFullName?>-CST1611.zip</b> and <b>CST1611-<?=$evaluationName?>-<?=$userFullName?>-Apache.zip</b> files. In the body of the email notify me when you wish to demo your module implimentation. Dates are: <ol type="i"> <li>Wednesday, April 18th, 2012</li> <li>Friday, April 25th, 2012</li> <li>Wednesday, May 2nd, 2012</li> <li>Friday, May 4th, 2012</li> </ol> If needed we will expland into finals week: <ol type="i" start="5"> <li>Wednesday, May 9th, 2012</li> <li>Friday, May 11th, 2012</li> </ol> </ol> </li> <li>Demonstrate your module implementation to the class.</li> </ol> </span> </fieldset> <fieldset><legend>Grading Criteria</legend><span class="normal"> Demonstrated assignment effectively: 10 points. <br /> There are some things I expect. If they are incorrect you will lose the following: <br /> Incorrect attachment file name: -1 pt. <br /> Work submitted incorrectly: -1pt. <br /> Incorrect subject in email: -1pt. <br /> Second and subsequent submission of work for grading: -1pt. <br /> Work submitted late: -1pt. </span></fieldset> <? $thisFile=__FILE__; $thisLine=__LINE__; include('ReferencesResources.phpinc'); $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionFooter.phpinc'); $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>