Diff for /doc/install/redhat7.3/new_install_rh73.html between versions 1.3 and 1.5

version 1.3, 2002/05/31 15:45:42 version 1.5, 2002/06/06 22:34:24
Line 204  The services take about 10 minutes to st Line 204  The services take about 10 minutes to st
 </pre>  </pre>
 </p>  </p>
   
   <h2>Make Sure that Services Autostart on Boot</h2>
   <p>On Redhat 7.3 it is not guaranteed that Apache and MySQL automatically 
   restart on boot.  You should run /usr/sbin/ntsysv and set the following 
   daemons to be started at boot:
   <pre>
   httpd
   mysqld
   </pre>
   It is not necessary to reboot after doing this as they should already be 
   running by this point in the installation.  
   <pre>
   /etc/init.d/httpd restart
   /etc/init.d/mysqld restart
   </pre>
   </p>
 <h2>Log in to your LON-CAPA Machine</h2>  <h2>Log in to your LON-CAPA Machine</h2>
 <p>  <p>
 Point a web browser at your new machine and log in as the domain  Point a web browser at your new machine and log in as the domain

Removed from v.1.3  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>