On Sun, Apr 1, 2012 at 3:51 AM, Graham Dumpleton <[email protected] > wrote:
> Did you get a chance to try with mod_dav.c etc instead? > Yes I tried with both but it still did not worked, for time being I have moved svn & wsgi in different vhosts. > > Graham > > On 27 March 2012 17:52, Graham Dumpleton <[email protected]> > wrote: > > 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 <[email protected]> wrote: > >> > >> > >> On Tue, Mar 27, 2012 at 10:20 AM, Graham Dumpleton > >> <[email protected]> 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[] = { "mod_alias.c", "mod_dav_svn.c", > NULL > >>> }; > >>> > >>> This will ensure that SVN module gets a look in first. > >> > >> > >> I tried this but does not seem to work, one thing I have in my > configuration > >> that my svn configurations are inside named vhost if that makes a > >> difference. > >> > >>> > >>> > >>> Graham > >>> > >>> On 27 March 2012 15:22, vishwajeet singh <[email protected]> wrote: > >>> > > >>> > > >>> > On Tue, Mar 27, 2012 at 1:20 AM, Graham Dumpleton > >>> > <[email protected]> wrote: > >>> >> > >>> >> I thought I already suggested playing with order of LoadModule lines > >>> >> in Apache configuration, will need to check back in emails. I did > >>> >> consider that likely order of one of the handlers, but based on > >>> >> fiddling LoadModule lines not helping, seemed to be something else. > >>> > > >>> > > >>> > Is there a way to exclude some paths from wsgi handler ?? > >>> > Problem is that instead of going to /svn/ it's getting matched to / > >>> > which > >>> > the wsgi handler and this happens only for post requests which I > fail to > >>> > understand, any suggestions to workaround this issue. > >>> > > >>> >> > >>> >> > >>> >> Graham > >>> >> > >>> >> On 27 March 2012 05:27, Vishwajeet <[email protected]> wrote: > >>> >> > I am facing the same issue with django+apache+mod_wsgi+svn 1.7. > >>> >> > I posted it on svn mailing list and got following reply > >>> >> > > >>> >> > "mod_wsgi is probably intercepting the POST request intended for > >>> >> > mod_dav_svn and not passing it on. Subversion 1.7.0 had a similar > >>> >> > problem, it tried to process non-Subversion POST requests and > >>> >> > produced > >>> >> > an error. The Subversion problem was fixed in 1.7.2. A code > change > >>> >> > in > >>> >> > mod_wsgi is probably required. It may be possible to reorder the > >>> >> > modules in the apache config file." > >>> >> > > >>> >> > On Mar 23, 2:14 am, Adrian Gschwend <[email protected]> > >>> >> > wrote: > >>> >> >> Hi group, > >>> >> >> > >>> >> >> Just as a followup, I posted it on the apache list: > >>> >> >> > >>> >> >> http://article.gmane.org/gmane.comp.apache.user/99368 > >>> >> >> > >>> >> >> cu > >>> >> >> > >>> >> >> Adrian > >>> >> > > >>> >> > -- > >>> >> > You received this message because you are subscribed to the Google > >>> >> > Groups "modwsgi" 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/modwsgi?hl=en. > >>> >> > > >>> >> > >>> >> -- > >>> >> You received this message because you are subscribed to the Google > >>> >> Groups > >>> >> "modwsgi" 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/modwsgi?hl=en. > >>> >> > >>> > > >>> > > >>> > > >>> > -- > >>> > Vishwajeet Singh > >>> > +91-9657702154 | [email protected] | http://bootstraptoday.com > >>> > Twitter: http://twitter.com/vishwajeets | LinkedIn: > >>> > http://www.linkedin.com/in/singhvishwajeet > >>> > > >>> > -- > >>> > You received this message because you are subscribed to the Google > >>> > Groups > >>> > "modwsgi" 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/modwsgi?hl=en. > >>> > >>> -- > >>> You received this message because you are subscribed to the Google > Groups > >>> "modwsgi" 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/modwsgi?hl=en. > >>> > >> > >> > >> > >> -- > >> Vishwajeet Singh > >> +91-9657702154 | [email protected] | http://bootstraptoday.com > >> Twitter: http://twitter.com/vishwajeets | LinkedIn: > >> http://www.linkedin.com/in/singhvishwajeet > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "modwsgi" 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/modwsgi?hl=en. > -- Vishwajeet Singh +91-9657702154 | [email protected] | http://bootstraptoday.com Twitter: http://twitter.com/vishwajeets | LinkedIn: http://www.linkedin.com/in/singhvishwajeet -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
