Customer looking for packages with the following

2004-10-22 Thread The Doctor
This a BSD/OS 4.3.1 system running perl 5.8.5 and PHP 4.3.9 and apache-ssl 1. Form Content Security. (FormmailEncoder/Decoder) As I understand it, on a secure website the content of a submitted form is protected by SSL from the submitter to the server. The purpose of this software is to protect t

[ANNOUNCE] mod_perl 1.99_17

2004-10-22 Thread Philippe M. Chiasson
mod_perl 1.99_17 is out: http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz.asc (gpg sig) CPAN: file: $CPAN/authors/id/G/GO/GOZER/mod_perl-1.99_17.tar.gz size: 1368804 bytes md5: ffb9d5c825b93d91e6c3a8885f7d5296 Changes since 1.99_16: Imple

Re: [ANNOUNCE] mod_perl 1.99_17

2004-10-22 Thread Philippe M. Chiasson
Philippe M. Chiasson wrote: mod_perl 1.99_17 is out: http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz.asc (gpg sig) Seems my

[ANNOUNCE] mod_perl 1.99_17

2004-10-22 Thread Philippe M. Chiasson
mod_perl 1.99_17 is out: http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz http://apache.org/dist/perl/mod_perl-1.99_17.tar.gz.asc (gpg sig) CPAN: file: $CPAN/authors/id/G/GO/G

[ANNOUNCE] Apache::Test 1.15

2004-10-22 Thread Philippe M. Chiasson
The URL http://www.apache.org/~gozer/mp2/mod_perl-1.99_17/Apache-Test-1.15.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GO/GOZER/Apache-Test-1.15.tar.gz size: 128717 bytes md5: 8665fcd0c647ec6ba04e30c87b476690 Changes since 1.14: add new test_config make target, equivalent to t/TEST -

Re: Apache::PerlRun - Constant subroutine redefined

2004-10-22 Thread Philippe M. Chiasson
David Radunz wrote: Philippe I know your buisy with mod_perl 2 stuff at the moment, but I hope you get a chance to look at this when your free - unless the author of the code is someone else and you just recommended it? Oh, no, I am the author of this code, and I am indeed busy with mod_perl 2

Re: [mp2] $filter->remove patch

2004-10-22 Thread Stas Bekman
Torsten Förtsch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 22 October 2004 19:10, Stas Bekman wrote: I thought about it this night and realized that I need not to traverse these lists at all. At first ist was a try to guess what to call ap_input_filter_remove or ap_output_filter

RE: getting rid of Apache::compat dependency in Apache::DBI

2004-10-22 Thread Joe Thomas
I sent a patch that touches some of the same code a couple months back, and I never got any feedback on it. It fixes a bug where database handles won't get rolled back properly if there's more than one handle in use, because $Idx can only keep track of one handle at a time: http://mathforum.org/

Re: [mp2] $filter->remove patch

2004-10-22 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 22 October 2004 19:10, Stas Bekman wrote: > > I thought about it this night and realized that I need not to traverse > > these lists at all. At first ist was a try to guess what to call > > ap_input_filter_remove or ap_output_filter_remove. B

Re: getting rid of Apache::compat dependency in Apache::DBI

2004-10-22 Thread Stas Bekman
Haroon Rafique wrote: On Today at 12:54pm, SB=>Stas Bekman <[EMAIL PROTECTED]> wrote: SB> [..snip..] SB> SB> I think here and below you don't need to do this branching. since the SB> C function mod_perl_push_handlers ignores the first argument, SB> Apache->server->push_handlers() should work jus

Re: getting rid of Apache::compat dependency in Apache::DBI

2004-10-22 Thread Haroon Rafique
On Today at 12:54pm, SB=>Stas Bekman <[EMAIL PROTECTED]> wrote: SB> [..snip..] SB> SB> I think here and below you don't need to do this branching. since the SB> C function mod_perl_push_handlers ignores the first argument, SB> Apache->server->push_handlers() should work just fine under mp1, but

Re: [mp2] $filter->remove patch

2004-10-22 Thread Stas Bekman
Torsten Förtsch wrote: but why do you need to traverse all these lists? is it because we don't know whether the given filter is an input filter or output one? May be it's easier to attach some flag to the filter object to say which kind of filter is that? I thought about it this night and realized

Re: getting rid of Apache::compat dependency in Apache::DBI

2004-10-22 Thread Stas Bekman
Haroon Rafique wrote: Hi, Currently, Apache::DBI's connect_on_init method requires that Apache::compat be loaded or it carps "Apache.pm was not loaded" and returns. Find attached a patch for Apache::DBI which gets rid of the dependency for Apache::compat. While in the process, I also fixed a se

getting rid of Apache::compat dependency in Apache::DBI

2004-10-22 Thread Haroon Rafique
Hi, Currently, Apache::DBI's connect_on_init method requires that Apache::compat be loaded or it carps "Apache.pm was not loaded" and returns. Find attached a patch for Apache::DBI which gets rid of the dependency for Apache::compat. While in the process, I also fixed a second TODO in sub conn

Re: [mp2] Report on mp2 accessors in apache_structures.map

2004-10-22 Thread Haroon Rafique
On Today at 10:14am, RK=>Randy Kobes <[EMAIL PROTECTED]> wrote: RK> RK> There's a discussion on perlmonks about this: RK>http://www.perlmonks.org/?node_id=390160 RK> with reference to RK>http://www.openinfo.co.uk/apache/ RK> With due care to determining trusted proxies, it shows that RK>

Re: [mp2] Report on mp2 accessors in apache_structures.map

2004-10-22 Thread Randy Kobes
On Thu, 21 Oct 2004, Haroon Rafique wrote: [ ... ] > I wanted to discuss making remote_ip settable (sorry no sub-test here - > don't know how to write one). > > I am currently using read/write remote_ip (pre 1.99_15) in production > right now. Making it readonly breaks the following functionality.

Re: [ANNOUNCE] Apache-Session v1.70_01 Developer Release

2004-10-22 Thread Tielman de Villiers
On Wed, 01 Sep 2004 15:03:16 -0400, Casey West wrote: > Coming to a CPAN mirror near you. Please download it and test.. the > test. Thanks! > > 1.70_012004-09-01 > This is an Informix specific error (recently added to Apache-Session): I get this error in my apache log file: DBD::Informix:

Re: [mp2] Report on mp2 accessors in apache_structures.map

2004-10-22 Thread Stas Bekman
Haroon Rafique wrote: Hi Stas, On Yesterday at 9:14pm, SB=>Stas Bekman <[EMAIL PROTECTED]> wrote: SB> SB> but in apache2 it's built-in and no more requires a mod_perl module SB> for that. I don't have any examples but mod_proxy/mod_headers already SB> provide this functionality from what I've re

Re: [mp2] Report on mp2 accessors in apache_structures.map

2004-10-22 Thread Haroon Rafique
Hi Stas, On Yesterday at 9:14pm, SB=>Stas Bekman <[EMAIL PROTECTED]> wrote: SB> SB> but in apache2 it's built-in and no more requires a mod_perl module SB> for that. I don't have any examples but mod_proxy/mod_headers already SB> provide this functionality from what I've remember seeing on the

Re: [mp2] $filter->remove patch

2004-10-22 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 22 October 2004 00:38, Stas Bekman wrote: > Torsten Förtsch wrote: > > +    if( f->c ) { > > + for( list=f->c->input_filters; list; list=list->next ) { > > +     if( list==f ) { > > + ap_remove_input_filter(f); > > +