Hallöchen!

Our trac installation on Ubuntu 10.04 server is extremely slow.
Every request (no matter whether POST or GET,
ticket/roadmap/search/etc) takes approx. 200 seconds.

After the first very slow response, trac becomes fast, but if you
stop browsing for a while, the next request is slow again.  (As if
it must be waked up.)

CPU is not used while waiting for trac.  The harddisk load is
negligible, too.

Any idea why this is?


We use the following configuration:
http://wilson.homeunix.com/about.html

Apache's httpd.conf says:

--8<---------------cut here---------------start------------->8---
WSGIScriptAlias /trac /home/chantal/trac.wsgi
WSGIScriptAlias / /home/chantal/django.wsgi
ServerName chantal.ipv.kfa-juelich.de:80

MinSpareServers 2
MaxSpareServers 5
StartServers 1
MaxClients 40

KeepAlive Off
#KeepAliveTimeout 2
MaxKeepAliveRequests 200

XSendFile on
XSendFileAllowAbove on

AllowEncodedSlashes On

<Location "/trac">
  AuthType Basic
  AuthBasicProvider ldap
  AuthzLDAPAuthoritative off
  AuthUserFile /dev/null
  AuthLDAPUrl 
ldaps://dc-e02.ad.fz-juelich.de:636/DC=ad,DC=fz-juelich,DC=de?sAMAccountName?sub?(department=IEK-5)
  AuthName "Authorization required"
  require valid-user
</Location>
--8<---------------cut here---------------end--------------->8---

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: torsten.bron...@jabber.rwth-aachen.de
                                  or http://bronger-jmp.appspot.com

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to