Hello list, I am migrating our current trac and agilo setup to a new server. During this setup I am also migrating to a fast cgi setup in combination with nginx.
But agilo doesn't seem to play nice with the fast-cgi setup. If run tracd --protocol=http everything does work. Problems: http://localhost/scrum-testing/agilo-backlog?scope=smdb+1&name=Sprint+Backlog&view=View Works on the old setup, but not on the new one. I verified this behaviour with an empty project created by create_agilo_project.py In which i offcourse created a sprint with a story and tasks. The setup is as follows: nginx config: location / { auth_pam "trac realm"; auth_pam_service_name "nginx"; fastcgi_pass unix:/tmp/.trac-fpm; fastcgi_param PATH_INFO $path_info; # for authentication to work fastcgi_param AUTH_USER $remote_user; fastcgi_param REMOTE_USER $remote_user; include /etc/nginx/fastcgi_params; } I run the simple nginx configuration as described in: http://trac.edgewall.org/wiki/TracFastCgi Does anybody know why this doesn't work properly and what i can do about it? Workaround: In the meantime, I proxy the agilo environments to a tracd instance running on a different port. I had to patch the trac code to accept the authentication allready done by nginx, but this was pretty simple. But i would like the get everything working in a proper fast cgi setup. With regards, Jos Houtman -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en

