Re: [fossil-users] Fossil for dummies PDF

2010-06-18 Thread Bill Whiting
Jim, Thanks, I was able to use the book to find out how to link tickets and check-ins. //Bill On 05/31/2010 02:43 AM, Paul Ruizendaal wrote: > Jim, > > I'd be happy to merge in my write-up about the TH1 script language. > Howver, that is not "quick start guide" material, and perhaps is outside >

Re: [fossil-users] Fossil plays badly with CGI not on port 80

2010-06-18 Thread Ross Berteig
At 03:16 AM 6/18/2010, Paul Ruizendaal wrote: >The CGI protocol specifies that all http headers of the request >are passed on to the cgi script as environment variables, using the >following rules > the header value is left unchanged >So for a definition of HTTP_HOST you have to look

Re: [fossil-users] Fossil plays badly with CGI not on port 80

2010-06-18 Thread Paul Ruizendaal
Ross, >>I think this is a case of thttpd not setting up the HTTP_HOST >>environment variable correctly I'm guessing thttpd omits >>the port number. > > Yes, it does, from the HTTP_HOST variable at least. > >> That would be a mistake on the part of thttpd, if I'm not >> badly mistaken.