Re: Apache with MOD_PERL

2001-05-28 Thread Jochen Schnapka
On Mon, May 28, 2001 at 01:51:45PM +0100, Ged Haywood wrote: If you say so... I'd prefer 'tar xzvf apache_1.3.20.tar.gz' etc. This does not matter anything. tar z, by the way, works only with GNUTar. Some more info would be helpful. Which script did you call and wqhat happened then etc.

Re: which Handler to adjust Response-Headers?

2001-04-19 Thread Jochen Schnapka
On Wed, Apr 18, 2001 at 12:09:57PM -0700, Rob Bloodgood wrote: I wonder, which Handler I would have to invoke to mangle or adjust the response headers. I thought, this was the PerlFixupHandler. But $r-headers_out seems to be completly empty. You can do this at any phase of the request,

Re: which Handler to adjust Response-Headers?

2001-04-19 Thread Jochen Schnapka
Hi again. Once again, I found the solution by myself. On Wed, Apr 18, 2001 at 05:13:21PM +0200, Jochen Schnapka wrote: Hi. I wonder, which Handler I would have to invoke to mangle or adjust the response headers. I thought, this was the PerlFixupHandler. But $r-headers_out seems

Re: which Handler to adjust Response-Headers?

2001-04-19 Thread Jochen Schnapka
On Thu, Apr 19, 2001 at 08:42:40AM -0400, Geoffrey Young wrote: $r-headers_out seems to be completly empty. I think $r-headers_out will be empty until you do something to put something in it (like $r-headers_out-add(), $r-no_cache(1), or $r-send_http_headers()). Depending on which

which Handler to adjust Response-Headers?

2001-04-18 Thread Jochen Schnapka
works fine. How do I get the Response-Headers, the server would normally send to the client, to modify them. Thanks, ~~~:-Jochen Schnapka -- Tussman's Law: Nothing is as inevitable as a mistake whose time has come.

Re: PerlAccessHandler causes '500 Server Error' on 'return OK'

2001-04-05 Thread Jochen Schnapka
Hi. Sometimes, one has to answer one's own questions On Fri, Mar 30, 2001 at 03:00:08PM +0200, Jochen Schnapka wrote: Hi. I'm trying some of the well-known Apache-Perl-Modules, such as DayLimit.pm. Strangely, the server throws an internal error (500), when the Perl module returns 'OK

PerlAccessHandler causes '500 Server Error' on 'return OK'

2001-03-30 Thread Jochen Schnapka
, ~~~:-Jochen Schnapka