Ticket #924 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

[TiddlyWeb] environment variables are wrong when set_prefix is used on different servers

Reported by: cdent Owned by: cdent
Priority: minor Milestone:
Component: tiddlyweb Version:
Severity: low Keywords:
Cc:

Description

tiddlyweb.web.serve.Configurator was updated to deal with apache being weird with script name is delivered incorrectly. The changes that were made break server_prefix under the built in server.

So one of two things need to happen:

* the env variable adjustments need to be doctored and refactored to be correct for all cases * the apache case needs to be solved separately. It may be that the problems may show up when mounting on root, so one way around is to just remove the changes and disallow mounting on root (for now)

Change History

Changed 4 years ago by cdent

  • priority changed from critical to minor
  • severity changed from high to low

It turns out this is only an issue (thus far) when mounting tiddlyweb at / in apache, which is not something that works very well anyway (a redirect is better) so moving this down the priority scale.

An Environator WSGI app has been put in place to log the incoming HTTP variables related to this bug so we can diagnose things better if it comes up again.

Changed 4 years ago by cdent

  • status changed from new to closed
  • resolution set to invalid

Terminating this ticket without resolution because we need more data, and are gathering it.

Note: See TracTickets for help on using tickets.