Diff for /doc/loncapafiles/webserver.piml between versions 1.14 and 1.16

version 1.14, 2003/02/03 18:03:51 version 1.16, 2004/08/23 19:07:26
Line 52  http://www.lon-capa.org/ Line 52  http://www.lon-capa.org/
 <perlscript mode='fg'>  <perlscript mode='fg'>
 # Generated from doc/loncapafiles/webserver.piml  # Generated from doc/loncapafiles/webserver.piml
 unless (-e "<TARGET />") {  unless (-e "<TARGET />") {
   print 'ERROR! httpd.conf should exist! Are you missing the Apache '.    print '**** ERROR! httpd.conf should exist! Are you missing the Apache '.
     'software package?';      'software package?';
   exit(1);    exit(1);
 }  }
Line 140  else { Line 140  else {
           'DocumentRoot (it is incorrectly set to '.$documentroot.').'."\n".            'DocumentRoot (it is incorrectly set to '.$documentroot.').'."\n".
   'This conflicts with loncapa_apache.conf.'."\n");    'This conflicts with loncapa_apache.conf.'."\n");
   }    }
   if ($documentroot_flag==1 or $scriptalias_flag==1) {  
     exit(1);  
   }  
 }  }
 </perlscript>  </perlscript>
 </file>  </file>

Removed from v.1.14  
changed lines
  Added in v.1.16


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