Diff
Not logged in

Differences From Artifact [9f4eaca262]:

To Artifact [83b4c8b851]:


221
222
223
224
225
226
227
228
229


230
231
232
233

234
235
236
237
238
239
240
221
222
223
224
225
226
227


228
229
230
231
232

233
234
235
236
237
238
239
240







-
-
+
+



-
+








    <blockquote><b>
    #!/usr/local/bin/fossil<br>
    repository: /home/proj1/repos1.fossil
    </b></blockquote>

    <p>Adjust the paths in this CGI script to match your installation
    and make sure that repository file at the directory that contains it
    are both readable and writable by the user that CGI scripts run as.
    and make sure both repository file and the directory that contains it
    are readable and writable by the user that CGI scripts run as.
    Then point clients at the CGI script.  That's all there is to it!</p>

    <a name="inetdserver"></a>
    <p>You can also run fossil off of inetd or xinetd.  For an inetd
    <p>You can also run fossil from inetd or xinetd.  For an inetd
    installation, make an entry in /etc/inetd.conf that looks something
    like this:</p>

    <blockquote><b>
    80 stream tcp nowait.1000 root /usr/bin/fossil \<br>
        /usr/bin/fossil http /home/proj1/repos1.fossil
    </b></blockquote>