Diff for /doc/Attic/how_to_install_on_RedHat7.2.txt between versions 1.7 and 1.9

version 1.7, 2002/05/10 16:17:17 version 1.9, 2002/09/09 14:24:23
Line 112  make DIST='redhat7' build; make DIST='re Line 112  make DIST='redhat7' build; make DIST='re
 httpd configuration:  httpd configuration:
   
 cd /etc/httpd/conf  cd /etc/httpd/conf
 cp access.conf.lpmlnew access.conf  cp loncapa.conf.lpmlnew loncapa.conf
 edit access.conf to reflect the correct information:  edit loncapa.conf to reflect the correct information:
   
 PerlSetVar       lonHostID    YOUR LON-HOST ID  PerlSetVar       lonHostID    YOUR LON-HOST ID
 PerlSetVar       lonRole      library  PerlSetVar       lonRole      library
Line 295  shell> mysql -u root mysql Line 295  shell> mysql -u root mysql
 mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');  mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');
   
 ************************************ SECURITY: only allow access from localhost  ************************************ SECURITY: only allow access from localhost
 mysql> delete * from user where host<>'localhost'  mysql> delete from user where host<>'localhost'
   
 ------------------------------------------------------------------  ------------------------------------------------------------------
   

Removed from v.1.7  
changed lines
  Added in v.1.9


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