require_once("docutil.php"); page_head("Setting up a web site"); echo "
Each project is publicly identified by a master URL. The master page at this URL has two functions.
<scheduler>http://host.domain.edu/cgi/scheduler<scheduler> <scheduler>http://host2.domain.edu/cgi/scheduler<scheduler>that give the URLs of the project's scheduling servers. These tags can be embedded within HTML comments. The BOINC core client reads and parses the master page to locate scheduling servers. If at any point it is unable to connect to any scheduling server for a project, it rereads the master page. This mechanism lets a project change the locations of its scheduling servers, or add new servers.
The web directories html_user/ there is a file called db_name containing the name of the database for that project. Each BOINC project will have a different database name. This allows for access to different databases through the webpages of projects. "; page_tail(); ?>