On Jul 26, 2:49 pm, ZeLegolas <[EMAIL PROTECTED]> wrote: > With Windows 2003 Server, Apache/2.0.59 (Win32), mod_python/3.3.1, > Python/2.4.4, DAV/2 and SVN/1.4.4 if I defined a project like this: > > <Location /trac/myproject> > SetHandler mod_python > PythonHandler trac.web.modpython_frontend > PythonOption TracEnv E:\projects\trac\myproject > PythonOption TracUriRoot /trac/myproject > </Location> > > The browser is like loading the page... but never return. > > The same configuration with Windows XP work perfectly. > > Apperently it's an installation issue: > > "#5764: Trac + mod_python + Windows 2003 Server => Loading... > --------------------------------- > +------------------------------------------ > Reporter: [EMAIL PROTECTED] | Owner: cmlenz > Type: defect | Status: closed > Priority: normal | Milestone: > Component: mod_python frontend | Version: 0.10.4 > Severity: normal | Resolution: invalid > Keywords: | > --------------------------------- > +------------------------------------------ > Changes (by eblot): > > * status: new => closed > * resolution: => invalid > > Comment: > > This looks like an installation issue, and installation issues - as > stated > on the New Ticket page - are to be reported on the MailingList or on > #IRC > first, not filled in as tickets." > > And I don't know where I done a mistake. > Any ideas?
Have you previously used this server with mod_python? Did you validate that mod_python itself worked before trying to use it with Trac? If you add configuration: <Location /mpinfo> SetHandler mod_python PythonHandler mod_python.testhandler </Location> Restart Apache and access URL '/mpinfo', does it hang or do you get back a lot of information about mod_python, Apache and your request? Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
