[LON-CAPA-cvs] cvs: doc /build fedora_install.frag

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 10 Jun 2004 12:37:30 -0000


matthew		Thu Jun 10 08:37:30 2004 EDT

  Modified files:              
    /doc/build	fedora_install.frag 
  Log:
  Documentation update: FC2 installs httpd if you follow the package selection
  directions in this document.
  
  
Index: doc/build/fedora_install.frag
diff -u doc/build/fedora_install.frag:1.5 doc/build/fedora_install.frag:1.6
--- doc/build/fedora_install.frag:1.5	Tue Jun  1 17:23:02 2004
+++ doc/build/fedora_install.frag	Thu Jun 10 08:37:29 2004
@@ -137,10 +137,18 @@
 the rpms you should watch for errors.  Errors generated by RPMs which are 
 already should not be considered a problem, although you will have to ensure 
 the other rpms in the directory get installed.
-</p><p>
-First, we need to make sure the web server and mod_perl have not been 
-installed.  Use the following commands to remove them if they exist:
-</p><p>
+</p>
+
+<h2>Uninstall the http server</h2>
+<p>
+Fedora Core 2 installs the http server even if you have not chosen it in
+the package selection part of the install.  LON-CAPA will not work with this
+web server installed.  It must be removed.
+Use the following commands to remove the http and mod_perl packages if they 
+exist:  (<b>Note:</b>
+<i>The commands below use backticks, not single quotes.</i>:
+</p>
+<p>
 <pre>
 rpm -e `rpm -q -a | grep httpd`
 rpm -e `rpm -q -a | grep mod_perl`