Hi Carsten, Carsten Fuchs wrote: > So far, I unfortunately got no reply at trac-users and no reply from > [email protected].
I have been following your questions, but unfortunately I don't have a
solution using mod_rewrite. My Trac installations are set up using
<Location> sections and mod_python, so I don't know if this also applies
to fcgi. Here's one:
<Location "/dev">
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/lib/trac/dev
PythonOption TracLocale "en_US.iso8859-1"
PythonOption PYTHON_EGG_CACHE /var/lib/trac/egg-cache
</Location>
This automatically gives nice URLs. Obviously, you need access to the
master Apache configuration, as <Location> is not supported in .htaccess
files. The same applies to solutions using ScriptAlias.
It seems like none of the developers have had to use mod_rewrite, and
nobody has contributed a solid fix. Sorry about that.
-- Remy
signature.asc
Description: OpenPGP digital signature
