Hi,

For my first post, I would like to Thanks you for such a pretty web server.
BTW, here's my problem :

I'm trying to use trac for many projects in a FastCGI environement.
I finaly succedded after many tries and many list-search
But I have a cosmetic problem.

Here's my configuration :
Server trac.mydomain.com {
   DocumentRoot /usr/share/trac/cgi-bin
   DirectoryIndex trac.fcgi
   Directory / {
      Handler common
   }
   Request "^/.+/chrome/common/(.*)$" {
      Handler redir {
         Show Rewrite "/chrome/common/$1"
      }
   }
   Directory /chrome/common {
      Handler file
      DocumentRoot /usr/share/trac/htdocs/
    }
   Extension fcgi {
      Handler fcgi {
         ErrorHandler on
         CheckFile off
         Server localhost:8001 {
            Env TRAC_ENV_PARENT_DIR "/var/trac"
            Interpreter "/usr/share/trac/cgi-bin/trac.fcgi"
         }
      }
   }
}
So, when I acess http://trac.mydomain.com/ I have a list of my projects and I can access to every trac functions for each of them.
But url are http://trac.mydomain.com/trac.fcgi/project1, http://trac.mydomain.com/trac.fcgi/project2/browser ...
And I find this 'trac.fcgi' quite ugly in the url :( I would prefer some http://trac.mydomain.com/project2/browser

Is there a way to get rid of it ?

Thanks
JJL
PS: I'm using Cherokee 0.5.4 and trac 0.9.3

--
http://kubuntu.free.fr

_______________________________________________
Cherokee mailing list
Cherokee@0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to