aef81bf344 2008-12-21 kejoki: <h2>cgi</h2> aef81bf344 2008-12-21 kejoki: aef81bf344 2008-12-21 kejoki: <code>cgi</code> is the command that tells fossil it is running as a aef81bf344 2008-12-21 kejoki: web-page supplier for an external http server. (For you web-miesters, aef81bf344 2008-12-21 kejoki: the "cgi" is actually unnecessary if your web environment is set up in aef81bf344 2008-12-21 kejoki: a normal fashion.) aef81bf344 2008-12-21 kejoki: aef81bf344 2008-12-21 kejoki: This is the command you will probably use if you want to make a aef81bf344 2008-12-21 kejoki: moderate-to-high hit rate public repository (like the <b>fossil</b> aef81bf344 2008-12-21 kejoki: project's self-hosted repository) but you'll be using it in the aef81bf344 2008-12-21 kejoki: shebang line. aef81bf344 2008-12-21 kejoki: aef81bf344 2008-12-21 kejoki: If you need lower level access to the pages <b>fossil</b> generates, aef81bf344 2008-12-21 kejoki: you'll want to look at the [./cmd_http.wiki | <code>http</code>] aef81bf344 2008-12-21 kejoki: command. aef81bf344 2008-12-21 kejoki: aef81bf344 2008-12-21 kejoki: See also: [./cmd_http.wiki | fossil http], aef81bf344 2008-12-21 kejoki: [./concepts.wiki#saserv | <i>Concepts (setting up a server)</i>], aef81bf344 2008-12-21 kejoki: [./reference.wiki | Reference]