Re: [modwsgi] Re: Issue with mod_wsgi using trac and subversion 1.7

2012-03-27 Thread vishwajeet singh
On Tue, Mar 27, 2012 at 10:20 AM, Graham Dumpleton graham.dumple...@gmail.com wrote: If you are able to modify and recompile mod_wsgi source code in your setup, try modifying: static const char * const p1[] = { mod_alias.c, NULL }; to: static const char * const p1[] = {

Re: [modwsgi] Re: Issue with mod_wsgi using trac and subversion 1.7

2012-03-27 Thread Graham Dumpleton
What are the names of all the DAV modules loaded in Apache? It may not be mod_dav_svn that needs to be first but one of the core DAV modules. So in try mod_dav.c instead. Also maybe mod_dav_fs. Graham On 27 March 2012 17:01, vishwajeet singh dextrou...@gmail.com wrote: On Tue, Mar 27, 2012

Re: [modwsgi] Re: mod_wsgi and apache vs. paster

2012-03-27 Thread Kent
Thanks very much. On 3/26/2012 3:28 PM, Graham Dumpleton wrote: See: http://code.google.com/p/modwsgi/wiki/TipsAndTricks#Determining_If_Running_Under_mod_wsgi Graham On 27 March 2012 03:02, Kentjkentbo...@gmail.com wrote: I found this: if shell in sys.argv: And I'll use that unless

[modwsgi] coverage

2012-03-27 Thread bc
Has the situation with code coverage changed at all since the posts in 2010? -- You received this message because you are subscribed to the Google Groups modwsgi group. To post to this group, send email to modwsgi@googlegroups.com. To unsubscribe from this group, send email to

Re: [modwsgi] Re: coverage

2012-03-27 Thread Graham Dumpleton
Can you provide a link to posts in Google Group for mod_wsgi that you are referring to? Graham On 28 March 2012 10:44, bc craft.br...@gmail.com wrote: On Mar 27, 3:08 pm, bc craft.br...@gmail.com wrote: Has the situation with code coverage changed at all since the posts in 2010? I gave the

[modwsgi] Re: coverage

2012-03-27 Thread bc
http://groups.google.com/group/modwsgi/browse_thread/thread/58f41b009bf810cc/0c3f9871a4011857?lnk=gstq=code+coverage#0c3f9871a4011857 On Mar 27, 7:47 pm, Graham Dumpleton graham.dumple...@gmail.com wrote: Can you provide a link to posts in Google Group for mod_wsgi that you are referring to?

[modwsgi] Re: coverage

2012-03-27 Thread bc
To be clear, I'm not using anything from that post. I'm just using the process I outlined, using the coverage start/stop/save methods from django view functions (while limiting apache to one thread). On Mar 27, 8:01 pm, bc craft.br...@gmail.com wrote: