Re: httpd.conf directives for mod_perl under Apache2

2004-03-14 Thread Ged Haywood
Hi Geoff, On Fri, 12 Mar 2004, Geoffrey Young wrote: (of http://perl.apache.org/~geoff/bug-reporting-skeleton-mp1.tar.gz and http://perl.apache.org/~geoff/bug-reporting-skeleton-mp2.tar.gz) > you can also drop a simple script in and see it run. That might be a useful addition to the README. (I

failed to get bucket brigade

2004-03-14 Thread Batara Kesuma
Hi, I am not sure if this is mod_perl bug. I have this error in my log: [Mon Mar 15 00:12:38 2004] [error] [client 211.128.98.215] failed to get bucket brigade: 70014:End of file found, referer: http://domain.com/edit_photo.pl There are like thousands of them. The system will freeze due to high lo

Re: failed to get bucket brigade

2004-03-14 Thread Teresa Raymond
Hi Batara, The link you submitted does not work -- goes to domain.com. --Teresa At 10:32 AM 3/14/2004, you wrote: Hi, I am not sure if this is mod_perl bug. I have this error in my log: [Mon Mar 15 00:12:38 2004] [error] [client 211.128.98.215] failed to get bucket brigade: 70014:End of file found,

Re: Apache::AuthCookie LOGIN action, where / is protected

2004-03-14 Thread Nick Phillips
On 13/03/2004, at 11:08 AM, Elizabeth Cortell wrote: I have a question for experienced Apache::AuthCookie users. The module's test suite protects directories below the docroot and sets the action of the login form to /LOGIN, an unprotected location. This setup does not work for me as I need

passing external data into modperl

2004-03-14 Thread Ethan Joffe
I am trying to find the most efficient way to send a piece of information from an external program to apache/modperl such that each process will have the value when next checked. The idea is to have an in memory variable that changes infrequently, but needs to be checked every time a script that

Re: *sniff*

2004-03-14 Thread Josh Chamas
Jason Boerner - The Virtu wrote: Can anyone help me with what i have to do to install and run Apache::ASP on Windows XP Pro? Please get help for Apache::ASP on the [EMAIL PROTECTED] list. Subscribe by sending to [EMAIL PROTECTED] Basically my end result is that ASP does not work. It offers to do

Re: failed to get bucket brigade

2004-03-14 Thread Batara Kesuma
Hi Teresa, > Hi Batara, > The link you submitted does not work -- goes to domain.com. > --Teresa That is not real link. The problem is, I don't know how to reproduce the bug. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiq

mod_perl 1.99 problem

2004-03-14 Thread Dzuy Nguyen
Hi, I'm trying to run mod_perl 2.0 on RH 9.0. Apache and mod_perl are RH's out of the box rpm. I just can't seem to get past the problem with Apache::AuthCookie. This is the error I get: Can't locate object method "ap_auth_type" via package "Apache::RequestRec" at /usr/lib/perl5/site_perl/5

OT: list digest? list adminstrator?

2004-03-14 Thread Robert Friberg
Hi, Subscription requests to the digest version are failing silently, and messages to the list admin are not replied. Any clues? thanks, ! Robert Friberg 0733-839080 ! Developer/Trainer perl,java,dotnet,l

Re: mod_perl 1.99 problem

2004-03-14 Thread Ged Haywood
Hi there, On Sun, 14 Mar 2004, Dzuy Nguyen wrote: > I'm trying to run mod_perl 2.0 on RH 9.0. Apache and mod_perl are RH's > out of the box rpm. Throw away everything that came with RH9 and grab the sources for Perl, Apache and mod_perl. Install Perl first. Then read all the mod_perl doc's, s

Re: passing external data into modperl

2004-03-14 Thread Tom Schindl
Hi, You can share data between processes using various techniques: 1. SHM 2. Berkely DB 3. ... See here for other modules: http://mathforum.org/epigone/modperl/naubrouclee/[EMAIL PROTECTED] Tom On Sun, 2004-03-14 at 22:34, Ethan Joffe wrote: > I am trying to find the most efficient way to send