Try using mod_wsgi.so binary from: http://www.lfd.uci.edu/~gohlke/pythonlibs/
The one on mod_wsgi site is marked as being for 32 bit Apache/Python, not 64 bit. It is most likely you are using 64 bit versions of Python and Apache. You cannot mix 32 bit and 64 bit. Graham On 31 May 2012 17:57, sql <songqing...@gmail.com> wrote: > I have config the trac with svn and apache server. > but when I add just one line into httpd-custom.conf: LoadModule > wsgi_module bin/mod_wsgi.so > the service can't startup. I see the error below at command console: > > D:\Program Files (x86)\VisualSVN Server\bin>VisualSVNServer.exe -w > VisualSVNServer.exe: Syntax error on line 122 of D:/Program Files > (x86)/VisualSV > N Server/conf/httpd.conf: Syntax error on line 1 of D:/Program Files > (x86)/Visua > lSVN Server/conf/httpd-custom.conf: Cannot load D:/Program Files (x86)/ > VisualSVN > Server/bin/mod_wsgi.so into server: \xd5\xd2\xb2\xbb\xb5\xbd > \xd6\xb8\xb6\xa8\xb > 5\xc4\xc4\xa3\xbf\xe9\xa1\xa3 > > what shoud I do? > > the environment is: > windows 7 64bit > visual svn 2.5.5 > python 2.7.3 > > -- > 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 > modwsgi+unsubscr...@googlegroups.com. > 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 modwsgi@googlegroups.com. To unsubscribe from this group, send email to modwsgi+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.