Header fields for canned error pages

2002-07-02 Thread Rodent of Unusual Size
[1.3] H'm. Suppose we have a globally-scoped Header set "X-Foo" "Bar" ErrorDocument 404 /cgi-bin/my404 If we request a nonexistent document, we'll get the output from the 'my404' script, and the 'X-Foo' field will have been added to the response header. However, if we *don't* use a cu

Re: Header fields for canned error pages

2002-07-02 Thread Thomas Eibner
On Tue, Jul 02, 2002 at 03:05:25PM -0400, Rodent of Unusual Size wrote: > [1.3] > > H'm. Suppose we have a globally-scoped > > Header set "X-Foo" "Bar" > ErrorDocument 404 /cgi-bin/my404 > > If we request a nonexistent document, we'll get the output from > the 'my404' script, and the '