Re: Problem installing Apache::Request

2002-03-05 Thread Stas Bekman
Corey Holzer wrote: I got this email address from the README file in libapreq-1.0.tar.gz and I desperately need help to fix a problem that I am having when I try to install Apache::Request. I have sucessfully installed all the mod_perl components, but, every time I try to install

Fwd: Re: Problem installing Apache::Request

2002-03-05 Thread Corey Holzer
? Original Message Follows From: Stas Bekman [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Problem installing Apache::Request Date: Tue, 05 Mar 2002 18:14:55 +0800 Corey Holzer wrote: I got this email address from the README file in libapreq-1.0.tar.gz and I desperately

Re: Fwd: Re: Problem installing Apache::Request

2002-03-05 Thread Perrin Harkins
Corey Holzer wrote: 1 Redownloaded the source tar ball for the version of Apache that I am running on my Linux RH 72 box 2 untar'ed the source tar ball for apache 3 Executed /configure --with-apache-includes=the /src/includes directory under the source dir for apache Between 2 and 3 you

Problem installing Apache::Request

2002-03-04 Thread Corey Holzer
I got this email address from the README file in libapreq-10targz and I desperately need help to fix a problem that I am having when I try to install Apache::Request I have sucessfully installed all the mod_perl components, but, every time I try to install Apache::Request I get the following

Apache::AuthCookieLDAP secret key [was Problem with Apache-request]

2001-10-15 Thread Chris Strom
Randy Rasmussen [EMAIL PROTECTED] writes: This worked to some degree. Here is the page I get now. Now I get this error: [Fri Oct 12 14:17:50 2001] [error] access to /test2/ failed for xxx.xxx.xxx.xxx, reason: Apache::AuthCookieLDAP: didn't the secret key from for auth realm SA How does

Re: Problem with Apache-request

2001-10-12 Thread Perrin Harkins
I need to find out why Apache-request is not being found and assigning a value. If I had to guess, I'd say your mod_perl is not installed correctly. I would rebuild Perl, apache, and mod_perl (static, not DSO) and see if that fixes the problem. If you want to troubleshoot it more before

Re: Problem with Apache-request

2001-10-12 Thread Randy Rasmussen
This worked to some degree. Here is the page I get now. Now I get this error: [Fri Oct 12 14:17:50 2001] [error] access to /test2/ failed for xxx.xxx.xxx.xxx, reason: Apache::AuthCookieLDAP: didn't the secret key from for auth realm SA How does the secret key work and how should I create it?

Re: Problem with Apache-request

2001-10-11 Thread Issac Goldstand
A57B 7F37 D902 8C84 7675 E0FA 561B - Original Message - From: Randy Rasmussen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 10, 2001 18:35 Subject: Problem with Apache-request I am having a problem with a module that needs Apache-request. The module

Re: Problem with Apache-request

2001-10-11 Thread Chris Strom
Are you running login.pl under Apache::Registry? If not, something like the following should work: Alias /perl/ /home/httpd/perl/ PerlModule Apache::Registry Location /perl SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI /Location Then put your login.pl

Re: Problem with Apache-request

2001-10-11 Thread Perrin Harkins
Try doing my $r=Apache::Request-new($r); You're confusing Apache::Request with Apache-request(), which is easy to do. Apache::Request is a different class, which is part of the libapreq distribution. Apache-request() returns the current request object (commonly called $r). - Perrin

Problem with Apache-request

2001-10-10 Thread Randy Rasmussen
I am having a problem with a module that needs Apache-request. The module is AuthCookieLDAP. I have a .htaccess (/test2/.htaccess) file that looks like: AuthType Apache::AuthCookieLDAP AuthName SA PerlAuthenHandler Apache::AuthCookieLDAP-authenticate PerlAuthzHandler

problem with Apache::Request, multipart/form-data, and large TEXTAREAs?

2001-05-30 Thread peter
Hello- I've noticed a problem when i try to POST large TEXTAREA fields with ENCTYPE=multipart/form-data and read it with Apache::Request. It seems like when the data is between roughly 5K-10Kbytes, i get extra garbage at the end. When it's greater than 10K, it gets chopped between ~5K-10K