Re: AuthCookie/modperl2 problems

2005-12-27 Thread Philippe M. Chiasson
Geoffrey Ferrari wrote: > All of a sudden, I've started getting strange error messages when I use > Apache2::AuthCookie under modperl2. > > Apache refuses to start, logging the error message: > > "StackedHandlers" is not exported by the mod_perl2 module\n > "MethodHandlers" is not exported by t

Re: AuthCookie/modperl2 problems

2005-12-27 Thread Fred Moyer
On Tue, 27 Dec 2005 4:59 pm, Geoffrey Ferrari wrote: All of a sudden, I've started getting strange error messages when I use Apache2::AuthCookie under modperl2. "StackedHandlers" is not exported by the mod_perl2 module\n "MethodHandlers" is not exported by the mod_perl2 module\n "Authen" is

Re: mp2 Apache won't start under ssh

2005-12-27 Thread Philippe M. Chiasson
Helmut Zeilinger wrote: > >> Sounds like a lack of entropy, since you aren't typing on the local >> keyboard: >> http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Server_Hanging_at_the_Startup >> > In deed the /dev/random device does not generate (enough) bytes, when > the

Re: mailing list does NOT work

2005-12-27 Thread Philippe M. Chiasson
steve larson wrote: > List > > TO WHO IT MAY CONCERN > > GET ME OFF THIS LIST > > [EMAIL PROTECTED] Again, following this lovely thread, this mailing list is configured for people to be able to unsubscribe themselves. http://perl.apache.org/maillist/modperl.html#Subscription_Information Also,

Re: Failures during "make test"

2005-12-27 Thread Philippe M. Chiasson
Curtis Poe wrote: > Hi all, > > My 'make test' had a couple of test failures. Not being familiar with > mod_perl 2.0, I'm not sure how to resolve them. > [...] > -- > 1. Problem Description: > > Failed tests: > > Failed Test Stat Wstat Total Fail Failed > List of

AuthCookie/modperl2 problems

2005-12-27 Thread Geoffrey Ferrari
All of a sudden, I've started getting strange error messages when I use Apache2::AuthCookie under modperl2. Apache refuses to start, logging the error message: "StackedHandlers" is not exported by the mod_perl2 module\n "MethodHandlers" is not exported by the mod_perl2 module\n "Authen" is

Failures during "make test"

2005-12-27 Thread Curtis Poe
Hi all, My 'make test' had a couple of test failures. Not being familiar with mod_perl 2.0, I'm not sure how to resolve them. Cheers, Curtis "Ovid" Poe Software Engineer Kineticode, Inc. -- 1. Problem Description: Failed tests: Failed Test Stat Wstat Total Fail

Re: Filtering and Separation of Presentation Layer

2005-12-27 Thread Tom Schindl
Joachim Zobel wrote: Hi. I think it makes sense to use Apache filtering to seperate the presentation layer. The idea is to have an application layer that outputs xml and a template engine attached by filtering that merges the xml into html pages. What is already there? Are there any template e

Re: mp2 Apache won't start under ssh

2005-12-27 Thread Helmut Zeilinger
Sounds like a lack of entropy, since you aren't typing on the local keyboard: http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Server_Hanging_at_the_Startup In deed the /dev/random device does not generate (enough) bytes, when the keyboard is not used. ("cat /dev/r

Re: Apache2::Cookies - getting all names

2005-12-27 Thread Jeff
Original Message From: Juan Jose Natera Abreu <[EMAIL PROTECTED]> To: Jeff <[EMAIL PROTECTED]> CC: mod_perl List Subject: Re:Apache2::Cookies - getting all names Date: 26/12/2005 19:35 Hi, How are you creating the cookies? Apache2::Cookie has the same interface as CGI pm (a

Re: Apache2::Cookies - getting all names

2005-12-27 Thread Jeff
Original Message From: Jonathan <[EMAIL PROTECTED]> To: Jeff <[EMAIL PROTECTED]> CC: mod_perl List Subject: Re:Apache2::Cookies - getting all names Date: 26/12/2005 19:19 This is what I do: my $cookiejar = Apache2::Cookie::Jar->new( $this->{'ApacheRequest'} );