[fossil-users] getting Fossil running on a shared host

2012-10-28 Thread Chad Perrin
I have some need for Fossil on a shared host. My first pass at trying to get it running a month or two ago, following the directions in the online documentation for Fossil SCM, met with failure. Before I give it another try, I thought it might make sense to ask for tips here. The shared hosting

Re: [fossil-users] Wiki naming limitations

2012-10-28 Thread K
On Oct 26, 2012, Carlo Miron ca...@miron.it wrote: On Fri, Oct 26, 2012 at 4:11 PM, K k...@lightpowered.org wrote: On Oct 26, 2012, Carlo Miron ca...@miron.it wrote: On Fri, Oct 26, 2012 at 1:28 AM, K k...@lightpowered.org wrote: On Oct 24, 2012, Ron Aaron r...@ronware.org wrote: Wouldn't it

Re: [fossil-users] Wiki naming limitations

2012-10-28 Thread Steve Havelka
It seems like, at least for now, you ought to patch your own copy--I'm not seeing any strong general response that that's a good or needed change to make, so you could be waiting a while if you're waiting on the main devs for this. On 10/28/2012 09:57 AM, K wrote: On Oct 26, 2012, Carlo Miron

Re: [fossil-users] Wiki naming limitations

2012-10-28 Thread K
On Oct 28, 2012, Steve Havelka yo...@q7.com wrote: It seems like, at least for now, you ought to patch your own copy--I'm not seeing any strong general response that that's a good or needed change to make, so you could be waiting a while if you're waiting on the main devs for this. I'm happy

Re: [fossil-users] getting Fossil running on a shared host

2012-10-28 Thread David Given
On 28/10/12 16:52, Chad Perrin wrote: Are there some tips and caveats that anyone can offer me for how to handle Bluehost in particular to get Fossil running? The magic phrase to look for is 'custom CGI script'. Fossil as a server works via CGI, so if Bluehost let you write your own CGI

Re: [fossil-users] getting Fossil running on a shared host

2012-10-28 Thread John Found
The big problem with bluehost is that their servers run 64bit Linux, but the 32bit compatibility libraries are not installed. I faced this problem, when trying to install my CMS which is written in 32bit assembly language. (Now it runs OK: http://fresh.flatassembler.net ) Anyway, you probably

Re: [fossil-users] getting Fossil running on a shared host

2012-10-28 Thread David Given
On 28/10/12 19:02, Nolan Darilek wrote: [...] Read about SNI, which allows multiple SSL certs on a single IP and is supported in all modern browsers. That's totally new to me --- glad they finally sorted that out. Thanks! -- ┌─── dg@cowlark.com ─ http://www.cowlark.com ─ │ Of course,

Re: [fossil-users] getting Fossil running on a shared host

2012-10-28 Thread Chris Peachment
I've just this moment faced this problem. The Linux executable available from www.fossil-scm.org does not run on Bluehost and reports an error unable to find libz.so.1 As John Found says, it is a problem related to the 64 bit environment and missing 32 bit libraries. My solution was to work at

Re: [fossil-users] Wiki naming limitations

2012-10-28 Thread Michael Richter
On 29 October 2012 02:44, K k...@lightpowered.org wrote: Literally my first day using Fossil I ran into a problem, the wiki naming limitation. This doesn't seem too obscure to not warrant a tweak to the code. The obscure part isn't the naming limitation, it's the desire to have page names

Re: [fossil-users] Wiki naming limitations

2012-10-28 Thread K
On Oct 28, 2012, Michael Richter ttmrich...@gmail.com wrote: On 29 October 2012 02:44, K k...@lightpowered.org wrote: Literally my first day using Fossil I ran into a problem, the wiki naming limitation. This doesn't seem too obscure to not warrant a tweak to the code. The obscure part