Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5764 closed defect (invalid)

Trac + mod_python + Windows 2003 Server => Loading...

Reported by: zelegolas@… Owned by: Christopher Lenz
Priority: normal Milestone:
Component: web frontend/mod_python Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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.

Attachments (0)

Change History (4)

comment:1 by ThurnerRupert, 17 years ago

what do the log files say, including windows event log? you are sure this is not a mod-python thing?

in reply to:  1 comment:2 by anonymous, 17 years ago

Replying to ThurnerRupert:

what do the log files say, including windows event log? you are sure this is not a mod-python thing?

I check access.log and error.log for apache but I have no error related to this project. If you have any suggestions…

in reply to:  1 comment:3 by anonymous, 17 years ago

Replying to ThurnerRupert:

what do the log files say, including windows event log? you are sure this is not a mod-python thing?

for mod_python I tested with

<Location /mpinfo>
 SetHandler mod_python
 PythonHandler mod_python.testhandler
</Location>

It's work fine

}}}

comment:4 by Emmanuel Blot, 17 years ago

Resolution: invalid
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.