Alvaro J. Iradier Muro kirjoitti:
> 
> This is my setup (Apache) for the multi project trac environment:
> 
> <Location /trac/amb>
>    SetEnv LC_ALL "es_ES"
> 
>    SetHandler mod_python
>    PythonHandler trac.web.modpython_frontend
>    PythonOption TracEnvParentDir c:/trac_envs/amb
>    PythonOption TracUriRoot /trac/amb
> 
> </Location>

Well now I have explanation why it doesn't work, and propably never will 
with my current setup...

RewriteEngine on
RewriteRule ^/projects/+$                       /projects/projectlist.cgi [L]
RewriteCond x:/$1/trac  -d
RewriteRule ^/projects/([[:alnum:]\-]+)(/?.*)   /projects/trac.cgi$2 
[S=1,E=TRAC_ENV:x:/projects/$1/Trac]
RewriteRule ^/projects/(.*)             /projects/projectlist.cgi


<Location "/projects">
    AddHandler cgi-script .cgi
    Options Indexes MultiViews SymLinksIfOwnerMatch +ExecCGI

    AllowOverride None
    Order allow,deny
    Allow from all
</Location>

-- 

Jani Tiainen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to