seg fault with Apache::URI ... weird

2001-02-04 Thread Nick Tonkin
Hi all, I am encountering a weird problem with Apache::URI ... consider, please, this test handler: package WM::Test; use strict; sub handler { my $r = shift; my $uri = Apache::URI-parse($r, $r-uri); $uri-hostname($r-get_server_name); $uri-port($r-get_server_port); print

Re: seg fault with Apache::URI ... weird

2001-02-04 Thread G.W. Haywood
Hi there, On Sun, 4 Feb 2001, Nick Tonkin wrote: I am encountering a weird problem with Apache::URI ... consider, please, this test handler: package WM::Test; [snip] As written, this causes a seg fault every time. I know this will sound strange, but would you, just for me, try calling

Re: seg fault with Apache::URI ... weird

2001-02-04 Thread Nick Tonkin
er, Test.pm is a ... test script. The seg fault presented itself in real code :) ~~~ Nick Tonkin On Sun, 4 Feb 2001, G.W. Haywood wrote: Hi there, On Sun, 4 Feb 2001, Nick Tonkin wrote: I am encountering a weird problem with Apache::URI ... consider, please, this test

Re: Using modperl as an 'adaptor' front end to an app server.

2001-02-04 Thread Kyle Dawkins
Yo ho ho However, it wasn't a full implementation of the adaptor and didn't work with KeepAlive requests and so forth. Hmm.. given the source to the adaptor, and being able to turn debugging on, it looks pretty simple. Absolutely... we'd need to sift thru the adaptor source and piece