I'm running Apache 2.2.22 with mod_python 3.3.1 on Fedora 16.

When configuring Agilo for Trac and using tracd as the web server,
projects display properly.

When trying to use Apache though the projects only display Trac not
the Agilo plugin.

Here is my Apache configuration:

<VirtualHost *:80>
  ServerName internal.test.local

  <Location /projects>
    SetHandler mod_python
    PythonInterpreter main_interpreter
    PythonHandler trac.web.modpython_frontend
    PythonOption TracEnvParentDir /data/trac
    PythonOption TracUriRoot /projects
    AuthType CAS
    require valid-user
  </Location>

</VirtualHost>

I have also removed the need for authentication but still get the Trac
only result.

Does the latest version of Agilo not work with Apache?

What could I check to troubleshoot?

If I need to provide more information, please let me know.

Any help appreciated.

Thanks!

-- 
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on: 
http://userstories.com/products/8-agilo-for-scrum 
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo

Reply via email to