Re: [Trac] Re: Installing trac without changing apache.conf

2005-12-30 Thread Brad Anderson
Karol Krizka wrote: On 12/29/05, Brad Anderson <[EMAIL PROTECTED]> wrote: Does sf.net give you access to any database? sqlite, mysql, pg? If so, you could make your own table(s) with auth info and use a plugin that I'm almost finished with. It does away with session table and http server a

Re: [Trac] mod_python 3.1.4/3.2.5b slow with Firefox

2005-12-30 Thread Chris Ryland
Marc--3.1.3 definitely solves the long (5-10 sec) pauses.(There are still some first-time pauses for the first few dozen or so accesses, probably as pythonic things are loaded into various Apache copies.)Funny, because the only substantial source difference (that I could find--sure wish they used T

[Trac] Problem with trac + clearsilver

2005-12-30 Thread Heitor Machado
Hello, I am having problems to run the trac at the apache beouse it dont found a module called "neo_cgi". But the clearsilver that is the program who have to bring this module is instaled. This is the error that i have as anser when i try to use use the trac over apache: =

RE: [Trac] mod_python 3.1.4/3.2.5b slow with Firefox

2005-12-30 Thread Marc Tremblay
Hi Chris,   Are you running Trac under SSL?   I've done some more playing around and I'm now getting pauses with mod_python 3.1.3, although only under SSL and with Firefox.   M.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris RylandSent: December 30, 2005 12:46 PMTo:

[Trac] Bitten 0.5 or Trac 0.9.2 problem??

2005-12-30 Thread Stefan Ruppert
Hello all, maybe someone had a similar problem or knows about that error message. I have no deep inside knowledge within python/Trac/Bitten so I can't interprete the following error message which is generated when I try to create a build configuration with Bitten Web-page after hitting (executing)

RE: [Trac] mod_python 3.1.4/3.2.5b slow with Firefox

2005-12-30 Thread Marc Tremblay
Let me know if the pauses go away with 3.1.3 and I'll bug the mod_python people to look into it if they're not already. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris RylandSent: December 30, 2005 12:46 PMTo: trac@lists.edgewall.comSubject: Re: [Trac] mod_python 3.1.

Re: [Trac] mod_python 3.1.4/3.2.5b slow with Firefox

2005-12-30 Thread Chris Ryland
On Dec 30, 2005, at 11:41 AM, Marc Tremblay wrote: After trying to get Lighttpd to work for a few days I decided to forget about it for now and just use mod_python directly under Apache.  In doing so I found that mod_python 3.1.4 and 3.2.5b both had 5-10 second pauses in the response as viewed from

[Trac] Re: Doxygen

2005-12-30 Thread Lutz Frommberger
Jason Parks <[EMAIL PROTECTED]> wrote: > This truly is a hack. The plugin matches any '/*.html$' request and > if that file exists in the doxygen path it will display it. I don't get it. :-) What does the plugin exactly do? regards, -- Lutz Frommberger | "Wenn ist das Nunst

[Trac] mod_python 3.1.4/3.2.5b slow with Firefox

2005-12-30 Thread Marc Tremblay
Hi,   After trying to get Lighttpd to work for a few days I decided to forget about it for now and just use mod_python directly under Apache.  In doing so I found that mod_python 3.1.4 and 3.2.5b both had 5-10 second pauses in the response as viewed from a Firefox browser.  These same reques

[Trac] InterWiki plugin

2005-12-30 Thread Andrey Khavryuchenko
Folks, Just published the InterWiki little plugin. http://trac-hacks.swapoff.org/wiki/InterWikiPlugin Hopefully it will be usefull to others. Blame me on bugs. -- Andrey V Khavryuchenkohttp://www.kds.com.ua/ Silver Bullet Software Solutions http://www.livejournal.com/~akhavr

[Trac] Free Trac book

2005-12-30 Thread Joost Soeterbroek
Hi, I am contemplating writing an online, free book (much like 'Version Control with Subversion' at http://svnbook.red-bean.com/) about Trac in HTML and pdf formats. This book is meant to roughly discuss the same issues as TracGuide (the official Trac Documentation) but then with more technical

Re: [Trac] Trac Login Error

2005-12-30 Thread Sean Moss-Pultz
On 2005/12/30, at 上午 11:52, Matthew Good wrote:The block for the login needs to match the URL you access tologin.  In your case this would need to be "/trac.cgi/login" not"/trac/login".I changed it but now I get a 500 error. My error log has the following problem:--