Re: UDP Protocol Handler?

2005-08-03 Thread Dan Sully
* Will Whittaker shaped the electrons to say... Yeah, I'm working on this right now, using Gozer's patch. I'm at OSCON right now, so if you can find me, we can talk about it. Thanks - unfortunately I'm not at OSCon - I can wait though. :) -D -- and I also learned that a meat vortex takes me

UDP Protocol Handler?

2005-07-20 Thread Dan Sully
Has anyone written a protocol handler for UDP? If so - could you share any examples? Thanks. -D -- Indifference will certainly be the downfall of mankind, but who cares?

Re: [UPGRADE]: Apache::DBI 0.96 for mod_perl 2.0 RC5

2005-06-24 Thread Dan Sully
* Jan Eden shaped the electrons to say... Ask - Can this version be released to CPAN? Apache::DBI as shipped from CPAN is completely useless on MP2. It is not. With the help of this list, I have been able to get it up Exactly. _With the help of this list_. One shouldn't need that. One sho

Re: [UPGRADE]: Apache::DBI 0.96 for mod_perl 2.0 RC5

2005-06-23 Thread Dan Sully
* Philip M. Gollucci shaped the electrons to say... http://p6m7g8.net/Apache-DBI-0.96.tar.gz was supposed to be http://p6m7g8.net/Apache-DBI/Apache-DBI-0.96.tar.gz I symlinked it in my site so both should be valid now. Ask - Can this version be released to CPAN? Apache::DBI as shipped from

Re: Apache::Request

2005-03-27 Thread Dan Sully
* D. Hageman shaped the electrons to say... You can get Apache::Request for mod_perl 2 from the apache website. Please note that if you use the ->upload feature that you might want to pull down a version out of svn as it is buggy in the released tarball. Speaking of - when will there be another re

Re: shared memory

2005-03-15 Thread Dan Sully
* Perrin Harkins shaped the electrons to say... On Tue, 2005-03-15 at 14:11 -0500, Jonathan Vanasco wrote: sqlite3 is closer in speed to bdb than mysql, and offers more of the 'accessibility' that mysql offers. i find myself using it much more than bdb lately SQLite2 was pretty slow when I benchma

Re: Apache::Request

2005-01-14 Thread Dan Sully
* John D Groenveld shaped the electrons to say... I've had no problems so far with libapreq2-2.04-dev, but with light usage. http://httpd.apache.org/apreq/> $ /opt/apache2/perl-5.8.6/bin/perl -MApache::Request -le 'print $Apache::Request::VERSION' 2.04-dev There are a few critical fixes related to

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Dan Sully
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... My perl doesn't have a shared lib - static only. ldd perl then. Nope. And I don't compile in bdb to perl at any rate. Yes, but what about 3rd party modules. e.g. DB::* (NDBM.so, etc.)? Only DB_File & BerkeleyDB. Both are linked again

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Dan Sully
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... To submit problems reports please always following these guidelines: http://perl.apache.org/bugs/ Ok Most likely php and perl are linked against different -ldb versions and that's why you have the problem. recompile both with the sam

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Dan Sully
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... Nope - I only have one version of BDB on my system, and both are linked against the same. As is Apache itself. What about your perl? ldd libperl.so? My perl doesn't have a shared lib - static only. And I don't compile in bdb to perl

mod_perl2 crash with php loaded.

2004-11-23 Thread Dan Sully
So this just started happening, and I'm trying to track down why. I recently upgraded to BerkelyDB 4.3.21, and now mod_perl (1.99_17 or SVN Trunk) and PHP (4.3.9 or 5.0.2) don't like to play together anymore. I can have one or the other loaded, but not both. Downgrading to the previous version of B

Re: Apache::Cookie->new/bake broken - mod_perl 2

2004-11-11 Thread Dan Sully
* Joe Schaefer <[EMAIL PROTECTED]> shaped the electrons to say... My first request to the webpage successfully generates a cookie, and I see it in my browser's jar. The next response though, the Apache::Cookie->fetch() gets a truncated cookie (md5 sum), and can't tie to the previous session and cre

Apache::Cookie->new/bake broken - mod_perl 2

2004-11-10 Thread Dan Sully
I'm running into an interesting problem, using Apache::SessionManager. My first request to the webpage successfully generates a cookie, and I see it in my browser's jar. The next response though, the Apache::Cookie->fetch() gets a truncated cookie (md5 sum), and can't tie to the previous session an

Re: Apache::AuthenCache for mod_perl 1.99

2004-09-13 Thread Dan Sully
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... Dan, you probably want to CC the authors, in case they are not listening here... so it'll end up on CPAN... Thanks. Already done - we'll see if they're listening elsewhere. -D -- "A good messenger expects to get shot." --Larry Wall -

Apache::AuthenCache for mod_perl 1.99

2004-09-13 Thread Dan Sully
I've made a quick port of this to mod_perl 1.99 - surprised to not see it already. Attached a diff and the full module. -D -- "A good messenger expects to get shot." --Larry Wall # $Id: AuthenCache.pm,v 1.6 2001/01/03 19:17:56 cgilmore Exp $ # # Author : Jason Bodnar, Christian Gilmore # C