Diff for /doc/loncapafiles/webserver.piml between versions 1.4 and 1.6

version 1.4, 2002/02/02 14:45:40 version 1.6, 2002/02/05 01:49:49
Line 36  http://www.lon-capa.org/ Line 36  http://www.lon-capa.org/
 <!-- defined. -->  <!-- defined. -->
   
 <piml>  <piml>
 <targetroot>/abc/</targetroot>  <targetroot>/</targetroot>
 <specialnotices>  <specialnotices>
 <specialnotice>  <specialnotice>
 </specialnotice>  </specialnotice>
Line 98  Apache</note> Line 98  Apache</note>
 </dependencies>  </dependencies>
 <perlscript mode='fg'>  <perlscript mode='fg'>
 unless (-e "<TARGET />") {  unless (-e "<TARGET />") {
  print &lt;&lt;;   print &lt;&lt;END
 WARNING! access.conf is not currently present on your system.  WARNING! access.conf is not currently present on your system.
 This is either due to   This is either due to 
 * you are missing the Apache software package,  * you are missing the Apache software package,
Line 130  Apache</note> Line 130  Apache</note>
 </dependencies>  </dependencies>
 <perlscript mode='fg'>  <perlscript mode='fg'>
 unless (-e "<TARGET />") {  unless (-e "<TARGET />") {
  print &lt;&lt;;   print &lt;&lt;END
 WARNING! srm.conf is not currently present on your system.  WARNING! srm.conf is not currently present on your system.
 This is either due to   This is either due to 
 * you are missing the Apache software package,  * you are missing the Apache software package,

Removed from v.1.4  
changed lines
  Added in v.1.6


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