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_09.php $TRACK = "<b>".basename(__FILE__)."</b> (".__FILE__.")\n<ol>\n"; ini_set('include_path',"/Data_WWW/cst.ridgewater.edu/".PATH_SEPARATOR."/Data_WWW/CST/".PATH_SEPARATOR.ini_get('include_path')); // ** Add the DOCUMENT_ROOT to the include_path. include("Application.phpinc"); include('Course/courseInfo.phpinc'); include('classInfo.phpinc'); $title = "Getting Started"; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $thisFile = __FILE__; include('Common/pageHeader.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; $thisFile = __FILE__; include('Common/sectionHeader.phpinc'); ?> <table><tr valign="top"><td> <font color="Navy"><h3><b>Personalized Instruction:</b></h3></font> <ol start="1"> <li> Read the Chapter 3 <i>Basic Directives</i> in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>. </ol> </td><td> </td><td> <font color="Navy"><h3><b>Objectives: </b></h3></font> <ol start="3"> <!-- Dreamweaver search: <a \w*="\w*-\w*-\w*\.\w*">(.*)</a> --> <!-- Dreamweaver replace: $1 --> <!-- ch 1 --> <li> <font color="Green"></font>. <li> <font color="Green"></font>. <li> <font color="Green"></font>. <li> <font color="Green"></font>. </ol> </td></tr></table> <br> <table><tr valign="top"><td> <font color="Navy"><h3><b>Evaluations: </b></h3></font> There are no formal evaluations for this module. None of the above work needs to be turned in to the Instructor.<br> </td></tr></table> <br> <table><tr valign="top"><td> <font color="Navy"><h3><b>Description: </b></h3></font> Learn how web servers work and how the Apache web server performs the requirements of a web server. </td></tr></table> <? include('ReferencesResources.phpinc'); $thisFile = __FILE__; include('Common/sectionFooter.phpinc'); $thisFile = __FILE__; include('Common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol></li>\n"; ?>