durusmail: quixote-users: Overlaying a static directory
Overlaying a static directory
2005-04-11
2005-04-12
2005-04-12
2005-04-12
2005-04-13
2005-04-13
2005-04-14
2005-04-14
2005-04-14
2005-04-14
2005-04-14
2005-04-14
2005-04-14
2005-04-14
2005-04-14
2005-04-14
David Binger (3 parts)
2005-04-14
2005-04-14
2005-04-13
2005-04-14
2005-04-14
2005-04-13
SCGI util.
2005-04-12
2005-04-13
2005-04-13
2005-04-13
2005-04-13
Overlaying a static directory
David Binger
2005-04-14
On Apr 13, 2005, at 8:36 PM, Neil Schemenauer wrote:
> I have a theory on why StaticDirectory is causing a problem.  It
> probably sets more response headers than other pages.  You could
> test this theory by adding code like this to one of the dynamic
> pages:
>
>     r = get_response()
>     r.set_header('X-Test-1', 'a'*40)
>     r.set_header('X-Test-2', 'a'*40)
>     r.set_header('X-Test-3', 'a'*40)
>

Another interesting test would be to comment out lines in
StaticFile that set headers.



reply