On 8/2/16, John Found <johnfo...@asm32.info> wrote:
> I have to move my web site on a server that supports only FastCGI interface.
> Is there an easy way to host fossil repositories on it?

Fossil only support CGI and SCGI.  What web server are you running
that has only FastCGI support.

When I was looking into alternatives to plain old CGI, I found that
the FastCGI protocol was very complex and hard to implement, whereas
SCGI was quite simple.  So I took the simpler approach.  Are there
some advantages to FastCGI that I am unaware of?

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to