Opened 10 years ago
Last modified 10 years ago
#25607 closed Bug
IIS deployment - WSGI handler — at Version 3
| Reported by: | Ola | Owned by: | nobody |
|---|---|---|---|
| Component: | HTTP handling | Version: | 1.8 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
The following script https://github.com/aleksandra-tarkowska/openmicroscopy/blob/iss_deploy_improvement/components/tools/OmeroPy/src/omero_web_iis.py allowed our Django application being smoothly deployed on Windows IIS 6 or 7 With Django<=1.6. Since we upgraded Django to use 1.8 this no longer works. There is not much in the logfile.
HTTP Error 500.0 - Internal Server Error
Detailed Error Information:
Module IsapiModule
Notification ExecuteRequestHandler
Handler AboMapperCustom-8263
Error Code 0x80004005
Requested URL http://localhost:80/omero/
Physical Path C:\inetpub\wwwroot\
Logon Method Anonymous
Logon User Anonymous
Microsoft Knowledge Base Articles:
294807
Change History (3)
comment:1 by , 10 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | IIS deployment → IIS deployment - WSGI handler |
comment:2 by , 10 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 10 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.