Re: [fossil-users] Repository-dependant cookies

2010-01-30 Thread Ron Aaron
On Sunday 31 January 2010 05:21:13 D. Richard Hipp wrote: > Suppose we expanded this to allow multiple repositories to be named on > the command-line. So if you had a directory full of repositories, you > could do: > >fossil server *.fossil > > Suppose the names of the repositories

Re: [fossil-users] Fossil behind reverse proxy

2010-01-30 Thread Kyle McKay
On Jan 30, 2010, at 04:00, Paul Ruizendaal wrote: > Hi Kyle, > > In the default admin setup, the logo path > needed to be fixed from '/logo' to '$baseurl/logo', but then it works > fully. I didn't need to do that. Must have been fixed in later versions of fossil. That would be a bug for the cg

Re: [fossil-users] Repository-dependant cookies

2010-01-30 Thread Michael Richter
2010/1/31 D. Richard Hipp > There was another recent request for the ability to serve multiple > repositories off of the same TCP port without using a web server. The > current syntax to launch a stand-alone server is: > > fossil server REPOSITORYFILE > > Suppose we expanded this to allow

Re: [fossil-users] Repository-dependant cookies

2010-01-30 Thread D. Richard Hipp
On Jan 30, 2010, at 12:33 PM, wrote: > Hello again > > Here are some more informations about my configuration: > > * Server OS: Windows Home Server(Windows 2003 based) > * running two different fossil repositories on ports 8000 and > 8001(Fossil version [a3c97c9063] 2010-01-21 20:53:59) > * c

Re: [fossil-users] Repository-dependant cookies

2010-01-30 Thread ratwhs
Hello again Here are some more informations about my configuration: * Server OS: Windows Home Server(Windows 2003 based) * running two different fossil repositories on ports 8000 and 8001(Fossil version [a3c97c9063] 2010-01-21 20:53:59) * client OS: XP prof. * Browser: Firefox 2 If i switch betw

Re: [fossil-users] Repository-dependant cookies

2010-01-30 Thread D. Richard Hipp
On Jan 30, 2010, at 8:24 AM, wrote: > Hello > > I'm hosting more than one repository on a single machine. I have to > logon everytime, when i change in my browser from one to another > repository. > > Would it be possible to have a Login-Cookie for every repository? I > think the Cookie-name

Re: [fossil-users] Repository-dependant cookies

2010-01-30 Thread Stephen De Gabrielle
I can't answer your question, but you can run each server on a different port. Stephen On Saturday, January 30, 2010, wrote: > Hello > > I'm hosting more than one repository on a single machine. I have to > logon everytime, when i change in my browser from one to another > repository. > > Would

[fossil-users] Repository-dependant cookies

2010-01-30 Thread ratwhs
Hello I'm hosting more than one repository on a single machine. I have to logon everytime, when i change in my browser from one to another repository. Would it be possible to have a Login-Cookie for every repository? I think the Cookie-name should have a repository-dependend part. Thanks Wolfgan

Re: [fossil-users] Fossil behind reverse proxy

2010-01-30 Thread Paul Ruizendaal
Hi Kyle, Thanks for your extensive reply. I was going through the code and had stumbled upon the SCRIPT_NAME trick when your mail came in and confirmed that it was indeed possible. In the default admin setup, the logo path needed to be fixed from '/logo' to '$baseurl/logo', but then it works fully