StaticFile is broken (Quixote-0.7a3, scgi-1.2a2,
Apache/1.3.27, FreeBSD 4.7)
Daniel Potter (Ars Analytica)
2004-04-08
--- Neil Schemenauer wrote:
[...]
> I suspect you have the COMPRESS_PAGES option turned
> on. There is a
> bug in Quixote-0.7a3 that would cause the problem
> you are seeing.
> Try turning COMPRESS_PAGES off. The bug will be
> fixed in the next
> release.
>
> Neil
Thanks, that worked!
i.e. In start-scgi.py I changed:
publisher.config.compress_pages = 1
to
publisher.config.compress_pages = 0