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 : |
<? // Chapter_05.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 = 6; $assignmentType = "Lesson"; $assignmentTitle = "Scripting Languages & Server Side Includes"; $evaluationType = "Lab"; $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 = 6; $pageMenu = 'Course/courseMenu.phpinc'; $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageHeader.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionHeader.phpinc'); ?> <fieldset class="pio"><legend>Lesson Instruction</legend> <b>This <?=$assignmentType?> is due <?=classDueDate($class['meetingTime'],$class['StartDate'],$week)?>.</b> <ol start="1" class="pio"> <li>Read the Chapter 5 <i><?=$assignmentTitle?></i> in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>. <li>Viev the online documentation on <a href="http://httpd.apache.org/docs/2.2/mod/core.html" target="_blank">Apache Core Features</a>.</li> <li>View online documentation on the following modules: <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_env.html" target="_blank">mod_env</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_log_config.html" target="_blank">mod_log_config</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_mime.html" target="_blank">mod_mime</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_negotiation.html" target="_blank">mod_negotiation</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_include.html" target="_blank">mod_include</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html" target="_blank">mod_autoindex</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_dir.html" target="_blank">mod_dir</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_cgi.html" target="_blank">mod_cgi</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_asis.html" target="_blank">mod_asis</a>. <br />mod_imap (now: <a href="http://httpd.apache.org/docs/2.2/mod/mod_imagemap.html" target="_blank">mod_imagemap</a>). <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_actions.html" target="_blank">mod_actions</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_userdir.html" target="_blank">mod_userdir</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_alias.html" target="_blank">mod_alias</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_access.html" target="_blank">mod_access</a>. <br />mod_auth (now: <a href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html" target="_blank">mod_authz_host</a>). <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_setenvif.html" target="_blank">mod_setenvif</a>. <br /><a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html" target="_blank">mod_rewrite</a>. </li> </ol> </fieldset> <fieldset class="pio"><legend>Objectives</legend> <ol class="obj pio" start="14"> <!-- Dreamweaver search: <a \w*="\w*-\w*-\w*\.\w*">(.*)</a> --> <!-- Dreamweaver replace: $1 --> <!-- ch 5 --> <li>Describe Apache modules.</li> <li>Describe these modules: mod_env, mod_log_config, mod_mime, mod_negotiation, mod_include, mod_autoindex, mod_dir, mod_cgi, mod_asis, mod_imap, mod_actions, mod_userdir, mod_alias, mod_access, mod_auth, mod_setenvif, and mod_rewrite.</li> <li>Use Apache modules.</li> </ol> </fieldset> <fieldset><legend>Evaluations</legend> <? if ($evaluationType != '') { $week = $week+2; ?> Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation by <?=classDueDate($class['meetingTime'],$class['StartDate'],$week)?>. <? } else { ?> There are no formal evaluations for this <?=$assignmentType?>. <? } ?> </fieldset> <fieldset><legend>Description</legend> Use some Apache modules. </fieldset> <? $thisFile=__FILE__; $thisLine=__LINE__; include('notes.phpinc'); $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>.</li>\n"; ?>