On 3/2/15, Michai Ramakers <[email protected]> wrote:
> Hello,
>
> toying a bit with Fossil serving through inetd, as per
> http://fossil-scm.org/xfer/doc/trunk/www/server.wiki , for some reason
> I can't get the example shown on that page working when using a
> directory-with-multiple-repos as last argument, instead of a single
> repo, e.g.
>
>  stream tcp nowait.1000 root /usr/bin/fossil /usr/bin/fossil http
> /my/fossils
>
> I could have sworn this worked at some time. Normally I run Fossil as
> CGI-binary instead, so this is not something I have tested for a
> while.

I do this using xinetd on Ubuntu on my desktop.  Works fine for me.
My /etc/xinetd.d/http-alt file says:

service http-alt
{
  port = 591
  socket_type = stream
  wait = no
  user = root
  server = /home/drh/bin/fossil
  server_args = http /home/drh/www/repos/ --errorlog /errors.txt
--localauth --files * --repolist
}


>
> Unless someone has a quick clue, I can bisect it later today. But
> probably it's user error.
>
> Thanks,
> Michai
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>


-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to