Re: [fossil-users] How to set up a server under nginx ?

2011-09-26 Thread Paul Ruizendaal
OK. Well, the other thing you can do is lobby the nginx people to start supporting CGI. :-) I'm not a nginx user, and such would not work if the front web server and the fossil server are on different machines, as they are in my case. With the current fossil code base my workaround is to run

[fossil-users] How to set up a server under nginx ?

2011-09-25 Thread i
I don't want to use CGI, as it's already nginx running . so now I want to use nginx to set up the server for fossil and I don't know what to do. Thanks.___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread Lluís Batlle i Rossell
On Sun, Sep 25, 2011 at 04:33:44PM +0800, i wrote: I don't want to use CGI, as it's already nginx running . so now I want to use nginx to set up the server for fossil and I don't know what to do. Thanks. What makes you think, that you don't want CGI? I'd say you want CGI, as long as nginx

Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread Remigiusz Modrzejewski
On Sep 25, 2011, at 10:38 AM, Lluís Batlle i Rossell wrote: On Sun, Sep 25, 2011 at 04:33:44PM +0800, i wrote: I don't want to use CGI, as it's already nginx running . so now I want to use nginx to set up the server for fossil and I don't know what to do. Thanks. What makes you think,

Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread i
in fact , I want to make several repositories use one port, and under nginx. or with CGI anyway..___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread Richard Hipp
On Sun, Sep 25, 2011 at 12:25 PM, i i...@ijser.cn wrote: in fact , I want to make several repositories use one port, and under nginx. or with CGI anyway.. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread Baptiste Daroussin
2011/9/25 Richard Hipp d...@sqlite.org: On Sun, Sep 25, 2011 at 12:25 PM, i i...@ijser.cn wrote: in fact ,  I want to make several repositories use one port, and under nginx. or with CGI anyway.. ___ fossil-users mailing list

Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread Richard Hipp
On Sun, Sep 25, 2011 at 2:45 PM, Paul Ruizendaal p...@planet.nl wrote: (3) Configure nginx to relay requests to the fossil server instance. Afaik, this only works if the root is relayed, not if the fossil server instance is rooted at a base path. For example, forwarding