FW: Changes to BOF schedule..!

2001-04-03 Thread Geoffrey Young
FYI... -Original Message- From: Rodent of Unusual Size [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 6:59 PM To: BOF submitters Subject: Re: Changes to BOF schedule..! Rodent of Unusual Size wrote: Due to a bit of confusion, the BOF schedule next week requires

Re: Long waits on SQL Stored Procs. Should I use chained contenthandlers?

2001-04-03 Thread Robert Landrum
At 2:06 PM + 4/2/01, [EMAIL PROTECTED] wrote: I need to run some stored procedures that take upwards of a minute to generate result sets. Ok, thats grand but I dont want the browser to sit there and twiddle. I'd like to display an animated gif. Simple. Right? I hope. I'm looking into

Re: Long waits on SQL Stored Procs. Should I use chained contenthandlers?

2001-04-03 Thread Wim Kerkhoff
Robert Landrum wrote: At 2:06 PM + 4/2/01, [EMAIL PROTECTED] wrote: Any ideas? I cant, for the life of me, figure out how this would work with http redirects, and thought there might be something with mod_perl that would help this. Fork() maybe. I'm trying a few ideas. It's

RE: internal_redirect

2001-04-03 Thread Rob Bloodgood
I'm trying to handle an exception using an internal_redirect. I can get it to work by redirecting to a static page, but when I try to redirect to a modperl handler, I'm run into problems. Here are the two versions of code (BTW, the handler works fine when I access it directly via the

Apache::Filter doesn't filter right

2001-04-03 Thread Michael Nachbaur
I'm having a problem with Apache::Filter (and Apache::OutputChain) which I don't think is related to Apache::Filter itself, but I can't seem to track the problem down. I wrote a content handler which outputs XML, which I want to then be processed by AxKit. So, I did: SetHandler perl-script

Re: internal_redirect

2001-04-03 Thread Jim Lambert
Rob, thanks for pointing me in the right direction. Your advise helped me find a solution that works for my situation. I'm working on an API that sits between an Oracle DB and bunch of web application programmers. Unfortunately, the programmers run their apps under a variety of perl-handlers

RE: internal_redirect

2001-04-03 Thread Rob Bloodgood
Rob, thanks for pointing me in the right direction. Your advise helped me find a solution that works for my situation. You're welcome! I'm working on an API that sits between an Oracle DB and bunch of web application programmers. Unfortunately, the programmers run their apps under a

RE: Apache::AuthCookieDBI forgets its config [UPDATE]

2001-04-03 Thread Rob Bloodgood
HOWEVER, whenever the module is actually invoked, %SECRET_KEYS is empty! Here's the BEGIN{} block: BEGIN { my @keyfile_vars = grep { $_ =~ /DBI_SecretKeyFile$/ } keys %{ Apache-server-dir_config() }; foreach my $keyfile_var ( @keyfile_vars ) {

Apachecon folks

2001-04-03 Thread Dave Rolsky
Anyone here want to get together? I'm in room 945 and bored. I think matt Sergeant is here too but I couldn't find him at the bar. -dave /*== www.urth.org We await the New Sun ==*/

Re: Apachecon folks

2001-04-03 Thread Gunther Birznieks
At 09:30 PM 4/3/01 -0500, Dave Rolsky wrote: Anyone here want to get together? I'm in room 945 and bored. I think matt Sergeant is here too but I couldn't find him at the bar. Did you check under the bar...? I'm here... and I think Stas, Eric Cholet, and others were interested in doing

Postprocess subrequest content

2001-04-03 Thread Joachim Zobel
Hi. If I want to postprocess content from a subrequest before sending it to the client, I can't my $subr = $r-lookup_uri($uri); $subr-header_in("Content-length" = "0"); $subr-run; because this will send the content to the client. What can I do to get the content myself? Thanx,

cvs commit: modperl-2.0/t/response/TestApache conftree.pm

2001-04-03 Thread dougm
dougm 01/04/03 10:01:48 Added: t/response/TestApache conftree.pm Log: add some tests for ap_conftree Revision ChangesPath 1.1 modperl-2.0/t/response/TestApache/conftree.pm Index: conftree.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2001-04-03 Thread dougm
dougm 01/04/03 22:27:59 Modified:.Makefile.PL lib/Apache Build.pm Log: do a better job of finding ap_release.h to parse the server version and give more diagnostics if it fails Revision ChangesPath 1.31 +6 -0 modperl-2.0/Makefile.PL

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-04-03 Thread dougm
dougm 01/04/03 22:41:07 Modified:lib/ModPerl BuildOptions.pm MM.pm pod modperl_dev.pod Log: build extensions dynamic by default Revision ChangesPath 1.7 +1 -1 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm