Apache2::PAR is outdated

2006-04-23 Thread Foo Ji-Haw
Hi all, I don't know if this make sense to fix, since apparently the ppd has been around for a while, and nobody reports the problem... The PPD for Apache2::PAR cannot be used for mp2 since 1.99. The module names and all are outdated. I've tried to fix the problem, mainly changing the names

Re: perl CGI problem

2006-04-23 Thread Jonathan
On Apr 24, 2006, at 12:01 AM, Philip M. Gollucci wrote: I have a standard formmail perl routine taken verbatim from matt’s script archive. It works. Expect that matt's script archive is ancient, and has serveral known security vunerabilties. Use at your own risk. When I read the original

Re: perl CGI problem

2006-04-23 Thread Philip M. Gollucci
I have a standard formmail perl routine taken verbatim from matt’s script archive. It works. Expect that matt's script archive is ancient, and has serveral known security vunerabilties. Use at your own risk. At anyrate, you want to set it up under Apache::PerlRun as opposed to Apache::Registr

perl CGI problem

2006-04-23 Thread Dave Anderson
I am using Apache httpd2 on Mandrake 10.0.   I have a standard formmail perl routine taken verbatim from matt’s script archive.  It works.   The strange problem I am having is one of persistence, the received mail has old data in it in addition to the new data.  That is to say that if t

configuration question

2006-04-23 Thread Jonathan
I've got a question on a setup right now, i have modperl set up as such: PerlRequire /path/to/startup.pl PerlSetEnv PERL_RLIMIT_DEFAULTS On PerlModule Apache2::Resource SetHandler 'modperl' PerlResponseHandler 'myapp::api'

Re: connot compile mod_perl on solaris 5.9: error messages in make process

2006-04-23 Thread Philip M. Gollucci
Adrian Diezig wrote: I want to install mod_perl on a Sun-Fire-V240 solaris machine with Solaris 5.9 installed. Perl 5.8.7 and Apache 2.2.0 are already installed. I have also installed the fallowing solaris packages: apr-1.2.2 aprutil-1.2.2 expat libiconv gdbm db-4.2.52.NC openssl-0.9.8a gcc-3.3.

connot compile mod_perl on solaris 5.9: error messages in make process

2006-04-23 Thread Adrian Diezig
I want to install mod_perl on a Sun-Fire-V240 solaris machine with Solaris 5.9 installed. Perl 5.8.7 and Apache 2.2.0 are already installed. I have also installed the fallowing solaris packages: apr-1.2.2 aprutil-1.2.2 expat libiconv gdbm db-4.2.52.NC openssl-0.9.8a gcc-3.3.2 make After that I do