http://bannister.us/weblog/2007/07/23/example-of-configuring-trac-and-subversion-on-ubuntu/
says trac's performance could be improved by:

<Location /projects>
    SetHandler mod_python
    PythonHandler trac.web.modpython_frontend
    PythonOption TracEnvParentDir /var/lib/trac
    #PythonDebug on
    ExpiresActive On
    ExpiresDefault A10
</Location>

<LocationMatch /projects/[^/]+/chrome>
    Order allow,deny
    Allow from all
    ExpiresDefault "now plus 12 hours"
</LocationMatch>

does this also make sense for mod_wsgi?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to