Re: Patch for easy testing of Apache::* modules (resend)

2000-10-01 Thread Ken Williams
[EMAIL PROTECTED] (Doug MacEachern) wrote: >On Mon, 17 Jul 2000, Ken Williams wrote: > >> Hi all, >> >> Here's a resend of the Apache::test patch that I sent yesterday, this >> time sent as type text/plain from a Unix mailer. Rick Myers noted >> that the version I sent before was encoded with Ma

Re: Patch for easy testing of Apache::* modules (resend)

2000-10-01 Thread Ken Williams
[EMAIL PROTECTED] (Doug MacEachern) wrote: >On Mon, 17 Jul 2000, Ken Williams wrote: > >> Hi all, >> >> Here's a resend of the Apache::test patch that I sent yesterday, this time >> sent as type text/plain from a Unix mailer. Rick Myers noted that the >> version I sent before was encoded with Ma

Time estimate

2000-10-01 Thread Christophe
Hi I am a totally new mod_perl user. I have to estimate the developement schedule for a mod_perl - cgi - mysql - small project. Where can I find references about the standard time estimates for this kind of project ? thanks

Re: CyberCash and mod_perl Experiences

2000-10-01 Thread Vivek Khera
> "YR" == Yann Ramin <[EMAIL PROTECTED]> writes: YR> CyberCash is not reliable. Perfectly valid credit cards fail auth YR> at times, and the service has a tendancy to crap out. What the YR> book suggested to do was to have a backend which goes and queries This has never been my experience

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-10-01 Thread Vivek Khera
> "ml" == martin langhoff <[EMAIL PROTECTED]> writes: ml> Perrin, Robin, et al ml> at least I don't feel alone on this one :) ml> now let me seize the opportunity and (while you're around, ml> having ml> admitted you're using a 2 tiered apache setup,) ask you if you are doin

Apache::Request CORE DUMPS

2000-10-01 Thread Bogomolnyi Constantin
Hi , I have few very strange coredumps when using Apache::Request here my script :   The *strange thing is that It only coredump when i put any param like www.me.com?param=value =>coredump but www.me.com                        =>works fine   Any ideas ?? Thanks !   use strict;use Apache:

RE: CyberCash and mod_perl Experiences

2000-10-01 Thread Ryan Adams
I was thinking about Phillip's approach, actually, but the technical details in his ACS system are all in Tcl for AOLServer. Also, I'm not really excited about the liability involved in storing the credit card number in my database. I decided to jump in and start hacking the CyberCash perl lib

Re: CyberCash and mod_perl Experiences

2000-10-01 Thread Yann Ramin
I haven't dealt with CyerCash before, but have some ideas which I read from a somewhat useful book I got for free (Phillip and Alex's Guide to Web Publishing). CyberCash is not reliable. Perfectly valid credit cards fail auth at times, and the service has a tendancy to crap out. What the book

CyberCash and mod_perl Experiences

2000-10-01 Thread Ryan Adams
Hello all, I'm trying to integrate CyberCash with a shopping system that we've developed in-house using mod_perl almost exclusively. I haven't been particularly impressed with the way it installs. We're on a Linux machine and it has a very NT-centric design, in my opinion. I have been able to

Makefile.PL bug???

2000-10-01 Thread David McCabe
I am having the following "problem" when building mod_perl/Apache. I have a .makepl_args.mod_perl file in my $HOME, and "perl Makefile.PL" works almost perfectly, using Apaci to configure both Apache and mod_perl compilation just the way I want. Then "make" from the mod_perl dir, fails in the Apac