[mp2] Bug in Makefile.PL (v2.0.1)

2005-10-06 Thread Gordon Lack
Version: mod_perl-2.0.1 The Makefile.PL adds a rule related to mainfying the pods. This breaks the *install* stage when you have configured Perl to not install any man pages (which i have done as I have all of the pods linked dynamically into Web pages), as it tries to run pod2man on files

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-06 Thread Cory Omand
Philip M. Gollucci wrote: Philip M. Gollucci wrote: A release candidate for mod_perl 2.0.2 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.2-dev.tar.gz FreeBSD 7.0-current i386 perl 5.8.7 w/out ithread httpd 2.0.54 apr not t

RE: What am I missing?

2005-10-06 Thread Perrin Harkins
On Thu, 2005-10-06 at 10:14 -0500, Barksdale, Ray wrote: > I new if I said something stupid someone would step forward with the > right answer :) There's nothing stupid about trying to be helpful. - Perrin

Re: [mp2] POST parameters in sub-requests

2005-10-06 Thread Torsten Foertsch
On Thursday 06 October 2005 19:51, Torsten Foertsch wrote: > is there a way to hand POST input over to a sub-request? OK, C<< $subr->method( $r->method ) >> did it. pgp1OkyOBHd1W.pgp Description: PGP signature

[mp2] POST parameters in sub-requests

2005-10-06 Thread Torsten Foertsch
Hi, is there a way to hand POST input over to a sub-request? Thanks, Torsten pgpGn77FeCg7I.pgp Description: PGP signature

Re: ModPerl::PerlRun CGI.pm SSI

2005-10-06 Thread Jim Albert
Perrin Harkins wrote: On Thu, 2005-10-06 at 11:53 -0400, Jim Albert wrote: Besides the fact that if I choose the scripts to run mod_cgi perhaps in a non mod_perl environment, then they are all set to go. This is true with Registry scripts as well. I thought this was safer than calling C

Re: ModPerl::PerlRun CGI.pm SSI

2005-10-06 Thread Perrin Harkins
On Thu, 2005-10-06 at 11:53 -0400, Jim Albert wrote: > Besides the fact that if I choose > the scripts to run mod_cgi perhaps in a non mod_perl environment, > then > they are all set to go. This is true with Registry scripts as well. > I thought this was safer than calling CGI::initiliaze_globa

Chrooted apache 2 Segmentation fault error

2005-10-06 Thread chuck.amadi
Hi Im a not sure if this is the correct mailing list if not please suggest which one it is thanks. I have recently upgrade form Linux SuSE SLES 8 to SuSE SLES 9 and it has broke my Apache 2.0.52 So I took this opportunity to upgrade apache to Apache 2.0.54 but of cause hasnt fixed by proble

Re: ModPerl::PerlRun CGI.pm SSI

2005-10-06 Thread Jim Albert
Michael Peters wrote: Jim Albert wrote: Lack of response on this tells me: 1. Nobody is using ModPerl::PerlRun any longer to run their scripts under mod_perl. I doubt it. From the docs: This module is meant for "Dirty" CGI Perl scripts and The Apache::Registry handler is much fast

RE: What am I missing?

2005-10-06 Thread Barksdale, Ray
I new if I said something stupid someone would step forward with the right answer :) > -Original Message- > From: Perrin Harkins [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 05, 2005 10:11 PM > To: Barksdale, Ray > Cc: Octavian Rasnita; modperl@perl.apache.org > Subject: Re: What

Re: ModPerl::PerlRun CGI.pm SSI

2005-10-06 Thread Michael Peters
Jim Albert wrote: > Lack of response on this tells me: > > 1. Nobody is using ModPerl::PerlRun any longer to run their scripts > under mod_perl. I doubt it. >From the docs: This module is meant for "Dirty" CGI Perl scripts and The Apache::Registry handler is much faster So new developmen

Re: What am I missing?

2005-10-06 Thread Malcolm J Harwood
On Thursday 06 October 2005 09:46 am, Octavian Rasnita wrote: > It is very strange indeed, because if I use: > > eval{untie %session;}; print STDERR $@ if $@; > > instead of: > > untie %session; > > ... the program works fine, with no error on the screen and *no error in > the log file*. sub hand

Re: Problems Getting Mod Perl To Work on Windows

2005-10-06 Thread Kenny Gatdula
Troy Bull wrote: I have Apache I downloaded from apache.org. I got the ppm for mod_perl from the binary distribution site mentioned on the apache help page. I installed it using ppm (active state). And when I add the following line PerlModune Apache2 My Apache wont start up. I tried to ca

Re: ModPerl::PerlRun CGI.pm SSI

2005-10-06 Thread Perrin Harkins
Jim Albert wrote: Lack of response on this tells me: 1. Nobody is using ModPerl::PerlRun any longer to run their scripts under mod_perl. I doubt it. Hopefully most people use Registry instead, but it has the same issue with CGI.pm and subrequests. 2. There is an alternative to CGI.pm that

Re: ModPerl::PerlRun CGI.pm SSI

2005-10-06 Thread Jim Albert
Lack of response on this tells me: 1. Nobody is using ModPerl::PerlRun any longer to run their scripts under mod_perl. I doubt it. 2. There is an alternative to CGI.pm that is mod_perl safe. If there is a mod_perl safe alternative to CGI.pm for use under ModPerl::PerlRun scripts for things l

Re: What am I missing?

2005-10-06 Thread Octavian Rasnita
From: "Tom Schindl" <[EMAIL PROTECTED]> > > If I comment out "untie %session;, the program doesn't give errors, but if I > > let that line in the program, it gives an error in the browser "The server > > encountered an internal error or misconfiguration and was unable to complete > > your request.

Re: What am I missing?

2005-10-06 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Octavian Rasnita wrote: > Regarding the same Apache::Session issue > > I have created a program which has the form below. > If I comment out "untie %session;, the program doesn't give errors, but if I > let that line in the program, it gives an er

Re: What am I missing?

2005-10-06 Thread Aaron Ross
your request.", however, I cannot find any error in the error log and I don't know what could be the problem. You need to figure out where the error message is going. If you are getting an internal server error, there is surely an error message in the error log. Are you sure you are lookin

Re: What am I missing?

2005-10-06 Thread Octavian Rasnita
Regarding the same Apache::Session issue I have created a program which has the form below. If I comment out "untie %session;, the program doesn't give errors, but if I let that line in the program, it gives an error in the browser "The server encountered an internal error or misconfiguration

Job / Position Available: City of London, UK

2005-10-06 Thread Jeff
Folks, My company will shortly be looking for a developer with strong technical skills, Perl, Web, Unix / Linux, SQL databases, Web technologies, Security etc. We are a small, highly focused technology company, based in the City of London, offering specialist ASP services to investment bank

Re: What am I missing?

2005-10-06 Thread Jeff
Wow! I like that - an answer, about timestamps, posted 50 minutes before the question arrived! Is it just a temporal anomaly? or some form of mod_perlish quantum tunnelling? Ain't this list fab. ;) Original Message From: "Barksdale, Ray" <[EMAIL PROTECTED]> To: "Octavian Rasn

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-06 Thread Philip M. Gollucci
Philip M. Gollucci wrote: A release candidate for mod_perl 2.0.2 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.2-dev.tar.gz FreeBSD 7.0-current i386 perl 5.8.7 w/out ithread httpd 2.0.54 apr not threaded SMOKE test +1 By m

Re: [RELEASE CANDIDATE] mod_perl-2.0.2 RC1

2005-10-06 Thread Philippe M. Chiasson
Philip M. Gollucci wrote: > A release candidate for mod_perl 2.0.2 is now available for testing. > > Please grab the candidate from > > http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.2-dev.tar.gz > > and report back successes [...] Apache/2.0.52/Prefork (outa fink) on Tiger with Perl 5.8.