Re: Sample Web Application that uses mod_perl

2007-02-21 Thread aqua
Dear Group, Some of you might have tried the mod_perl for the first time and tested with simple web application and it should be there some-where in your system. Could you please post a few. Regards Dominic > ---Original Message--- > From: Aaron Trevena <[EMAIL PROTECTED]> > Subjec

Re: modperl installation issues + Can't load APR.so

2007-02-21 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Feb 21, 2007 at 03:47:44PM -0600, jayakrishnan iyer wrote: > hi everyone, > > I have installed apache 2.2.4 on my computer and am trying to install mod > perl 2.0.3, but have been running into some issues. > To be specific I am having issues l

Re: Is it possible to search this mailing list?

2007-02-21 Thread Perrin Harkins
On 2/21/07, aqua <[EMAIL PROTECTED]> wrote: Just wondering if it is possible to search this mailing list. http://perl.apache.org/maillist/modperl.html#Searchable_Archives - Perrin

Is it possible to search this mailing list?

2007-02-21 Thread aqua
Just wondering if it is possible to search this mailing list. It would be of great help to newbies like me. Regards Dominic

Re: i want to "die", but mod_perl won't let me

2007-02-21 Thread Juan Jose Natera
Hi, On 2/21/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: startup.pl has this: use MyConfig::ServerLayout; and then: package MyConfig::ServerLayout; my $_environment= $ENV{'SERVER_TYPE'}; if ( !defined $_environment ) { die "ERROR! You

i want to "die", but mod_perl won't let me

2007-02-21 Thread Jonathan Vanasco
startup.pl has this: use MyConfig::ServerLayout; and then: package MyConfig::ServerLayout; my $_environment= $ENV{'SERVER_TYPE'}; if ( !defined $_environment ) { die "ERROR! You MUST define SERVER_TYPE in \$ENV !"; } that will neve

modperl installation issues + Can't load APR.so

2007-02-21 Thread jayakrishnan iyer
hi everyone, I have installed apache 2.2.4 on my computer and am trying to install mod perl 2.0.3, but have been running into some issues. To be specific I am having issues loading APR.so duiring the "make test" phase of the installation. Due to this statements such as use APR; use APR:Pool ();

Re: Perl Authentication Handler and Cookie Issue

2007-02-21 Thread Sumit Shah
Thanks Robert. That did the trick. Sumit Robert Landrum wrote: Sumit Shah wrote: I printed out the contents of the Cookie attribute in the request header and I can see the cookie present in the header. I read all the contents into a hash and then try to check for its existence. The if(exist

Re: Sample Web Application that uses mod_perl

2007-02-21 Thread Aaron Trevena
On 21/02/07, Perrin Harkins <[EMAIL PROTECTED]> wrote: On 2/21/07, Aaron Trevena <[EMAIL PROTECTED]> wrote: > Who do I prod to get it updated? http://perl.apache.org/contribute/docs.html :) ooh SVN... Bugger, now I'll have to write it myself won't I. A. -- http://www.aarontrevena.co.uk LAM

Re: Sample Web Application that uses mod_perl

2007-02-21 Thread Perrin Harkins
On 2/21/07, Aaron Trevena <[EMAIL PROTECTED]> wrote: Who do I prod to get it updated? http://perl.apache.org/contribute/docs.html :) - Perrin

re: Sample Web Application that uses mod_perl

2007-02-21 Thread Aaron Trevena
On 20/02/07, Perrin Harkins <[EMAIL PROTECTED]> wrote: On 2/19/07, aqua <[EMAIL PROTECTED]> wrote: > Could you please let me know if there are any simple sample (complete) application available on the net with a HTML form and update the same in a (MySQL) database. This is a good place to look:

Re: Sry, 1 more question.. Apache2::Reload goofiness

2007-02-21 Thread Anthony Gardner
Have you tried Apache::StatINC? Actually, is that available for Apache2? We've also had problems with Apache::Reload here but we're putting that down to using RHEL mod_perl 1.99 ;) Am waiting to get the latest MP2 installed and hopefully it'll help sort the problems out. But I agreee with Perri