Opened 17 years ago
Closed 17 years ago
#5764 closed defect (invalid)
Trac + mod_python + Windows 2003 Server => Loading...
Reported by: | 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)
follow-ups: 2 3 comment:1 by , 17 years ago
comment:2 by , 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…
comment:3 by , 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 , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
what do the log files say, including windows event log? you are sure this is not a mod-python thing?