115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
<li><a href="#slist">Socket listener</a>
<li><a href="any/none.md">Stand-alone HTTP server</a>
<li><a href="any/scgi.md">SCGI</a>
<li><a href="#ssh">SSH</a>
</ol>
<p>All of these methods can serve either a single repository or a
directory hierarchy containing mulitiple repositories.</p>
<p>You are not restricted to a single server setup. The same Fossil
repository can be served using two or more of the above techniques at
the same time. These methods use clean, well-defined, standard
interfaces (CGI, SCGI, and HTTP) which allow you to easily migrate from
one method to another in response to changes in hosting providers or
administrator preferences.</p>
|
|
|
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
<li><a href="#slist">Socket listener</a>
<li><a href="any/none.md">Stand-alone HTTP server</a>
<li><a href="any/scgi.md">SCGI</a>
<li><a href="#ssh">SSH</a>
</ol>
<p>All of these methods can serve either a single repository or a
directory hierarchy containing multiple repositories.</p>
<p>You are not restricted to a single server setup. The same Fossil
repository can be served using two or more of the above techniques at
the same time. These methods use clean, well-defined, standard
interfaces (CGI, SCGI, and HTTP) which allow you to easily migrate from
one method to another in response to changes in hosting providers or
administrator preferences.</p>
|