Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-03 Thread Ron W
On Wed, Aug 3, 2016 at 6:08 AM, John Found wrote: > > Well, I was actually wrong. fcgiwrap actually *can* wrap bash cgi scripts > (and also, perl, etc.) > So, the problem is solved and I can recommend using fcgiwrap tool for > hosting fossil repositories > on high

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-03 Thread John Found
On Tue, 2 Aug 2016 19:46:12 +0300 John Found wrote: > On Tue, 2 Aug 2016 14:43:11 +0300 > John Found wrote: > > > Indeed, I found very similar tool "fcgiwrap": > > https://github.com/gnosek/fcgiwrap > > Will try to use it to wrap fossil in CGI mode,

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread Richard Hipp
On 8/2/16, John Found wrote: > > But how to make web server run fossil with command line arguments? > Some wrapper is still needed, or I am missing something? > I'm trying to come with documentation to better explain how that works. My *first draft* is currently up at

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread John Found
On Tue, 2 Aug 2016 12:54:58 -0400 Richard Hipp wrote: > On 8/2/16, John Found wrote: > > > So, is it possible to use fossil in CGI mode without wrapping it with bash > > CGI script? > > > > Simply run "fossil cgi FILE" where FILE is the name of a

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread Richard Hipp
On 8/2/16, Richard Hipp wrote: > > Simply run "fossil cgi FILE" where FILE is the name of a configuration > file. FILE should look like this: > > repository: /home/of/your/repository.fossil > > Other lines are possible, but the above is sufficient to get you > started.

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread Richard Hipp
On 8/2/16, John Found wrote: > So, is it possible to use fossil in CGI mode without wrapping it with bash > CGI script? > Simply run "fossil cgi FILE" where FILE is the name of a configuration file. FILE should look like this: repository:

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread John Found
On Tue, 2 Aug 2016 14:43:11 +0300 John Found wrote: > Indeed, I found very similar tool "fcgiwrap": > https://github.com/gnosek/fcgiwrap > Will try to use it to wrap fossil in CGI mode, as long as the SCGI mode of > fossil > is very similar wrapper, only built-in. One

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread John Found
On Tue, 2 Aug 2016 07:34:07 -0400 Adam Jensen wrote: > On 08/02/2016 05:00 AM, Richard Hipp wrote: > > On 8/2/16, John Found wrote: > >> I have to move my web site on a server that supports only FastCGI > >> interface. > >> Is there an easy way to host

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread Adam Jensen
On 08/02/2016 05:00 AM, Richard Hipp wrote: > On 8/2/16, John Found 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

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread Richard Hipp
On 8/2/16, Stephan Beal wrote: > > As i recall (but it's been 6 or 8 years), FastCGI works by starting a > single app instance and piping CGI data through it multiple times (for > multiple requests). If that's the case... Fossil relies on the app shutting > down to free

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread Stephan Beal
On Tue, Aug 2, 2016 at 11:12 AM, John Found wrote: > On Tue, 2 Aug 2016 05:00:42 -0400 > Richard Hipp wrote: > > > On 8/2/16, John Found wrote: > > > I have to move my web site on a server that supports only FastCGI > interface. > >

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread John Found
On Tue, 2 Aug 2016 05:00:42 -0400 Richard Hipp wrote: > On 8/2/16, John Found 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

Re: [fossil-users] How to host fossil repositories on web server that supports only FastCGI interface?

2016-08-02 Thread Richard Hipp
On 8/2/16, John Found 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