Good morning,
I have a problem with the wiki of trac, when the wiki has many pages
the trac is very slow.
Does anyone know any way to make you go faster?
Thank you in advance
I have installed:
Trac 0.10.4
Python 2.4.1
subversion-1.2.1
Apache 2 with the follow configuration:
<Location /tracinternet>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /data2/trac/internet
PythonOption TracUriRoot /tracinternet
PythonDebug on
#SetEnv PYTHON_EGG_CACHE /data2/trac/plugins
</Location>
<LocationMatch "/tracinternet/[^/]+/login">
AuthType Basic
AuthName "Trac-Wiki INTERNET"
AuthUserFile passwd-svn
Require valid-user
</LocationMatch>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---