On 08/02/2016 05:00 AM, Richard Hipp wrote:
> On 8/2/16, John Found <[email protected]> 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?
> 

OpenBSD's [httpd][1] is another FastCGI-only serer.

[1]: http://man.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/httpd.8

They use a FastCGI to CGI wrapper server (named [slowcgi][2]) that
translates FastCGI requests to the CGI protocol.

[2]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/slowcgi/

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

Reply via email to