ModPerl install problem:-Dynaloader relocation issue

2005-10-11 Thread vivek
-8<-- Start Bug Report 8<-- 1. Problem Description: I am using an AMD 64-bit dual processor machine with 4GB RAM. The operating system is Slackware Lin ux 10. I have Apache 2.0.54 and Perl 5.8.6 . I am trying to install mod perl and running with all a pro

Re: [mp2] Directive changes the command nam

2005-10-11 Thread Philippe M. Chiasson
pradeep kumar wrote: > Hi, > > I got the fix from http://svn.apache.org/viewcvs.cgi?view=rev&rev=291193 > . This solves the > problem partially. I used that fix. But this gives only the command name > instead of the whole of the command line.

Re: MP2.0.1 - PerlSetVar / PerlAddVar broken for .htaccess

2005-10-11 Thread Geoffrey Young
Randal L. Schwartz wrote: > It appears that PerlSetVar and PerlAddVar, while being parsed > and noted for .htaccess, have no effect. > > At least for the half-dozen trials I made. > > I presume I'm reading this right... if I have > > sub handler { >my $r = shift; >

Re: MP2 - not loading the required class definitions

2005-10-11 Thread Perrin Harkins
Randal L. Schwartz wrote: It seems to me that normal OO programming practice dictates that when you return an object of type $x, that all the methods that you might want to call against $x are also loaded. We discussed this at length on the dev list, and it's all in the archives. Various opti

MP2 - not loading the required class definitions

2005-10-11 Thread Randal L. Schwartz
It seems to me that normal OO programming practice dictates that when you return an object of type $x, that all the methods that you might want to call against $x are also loaded. However, repeatedly during today's experiments, I find myself running my code, then having to go back and add "use Th

MP2.0.1 - PerlSetVar / PerlAddVar broken for .htaccess

2005-10-11 Thread Randal L. Schwartz
It appears that PerlSetVar and PerlAddVar, while being parsed and noted for .htaccess, have no effect. At least for the half-dozen trials I made. I presume I'm reading this right... if I have sub handler { my $r = shift; my @values = $r->server->dir_config->get("ke

Re: mp2 & Mason: Apache2::Request says "End of file found" for $req->upload

2005-10-11 Thread Joe Schaefer
Charlton Wilbur <[EMAIL PROTECTED]> writes: > As soon as I attempt to call Apache2::Request->upload, all other > execution appears to stop and the browser displays only "End of file > found". I just patched apreq's trunk (which will be part of 2.07 when released) so the "End of file Found" pr

Bug in Apache2::PerlSections.pm - dump_special

2005-10-11 Thread Randal L. Schwartz
This cost me two hours to find, and breaks @PerlConfig = ("dir","ect","tive"); In Apache::PerlSections.pm, change dump_special to: sub dump_special { my($self, @data) = @_; $self->add_config($_) for @data; } Also, as written, $PerlConfig can be only one line. Not sure if that was the inten

Problem installing modperl:- Dynaloader relocate issue.

2005-10-11 Thread vivek
--- Start Bug Report -- 1. Problem Description: I am using an AMD 64-bit dual processor machine with 4GB RAM. The operating system is Slackware Lin ux 10. I have Apache 2.0.54 and Perl 5.8.6 . I am trying to install mod perl and running with all a proble

JOB: Perl Samurai Sought for Serious CMS Project

2005-10-11 Thread Jesse Erlbaum
The Erlbaum Group is looking for a very experienced, organized Perl coder to join our little crew. TEG specializes in implementing enterprise-class content management systems using the Krang system. We are currently engaged in a major effort for a world-renown publishing company, and require a ne

mp2 & Mason: Apache2::Request says "End of file found" for $req->upload

2005-10-11 Thread Charlton Wilbur
All, I'm currently writing some HTML::Mason code to handle file uploads under mod_perl 1 and mod_perl 2. The uploads are put into a hash where the keys are the names and the values are either Apache::Upload objects or Apache2::Upload objects, and further munging happens after that. Ever

Apache 2.0.54+Perl5.8.7+mod_perl2.0.1 (win32) - Redirection problem

2005-10-11 Thread Saurabh Soni
Hi, I have a perl web-application on apache that needed upgrades for perl, apache and mod_perl. I setup a server (win32) running Apache 2.0.54 with perl 5.8.7 and mod_perl 2.0.1 (Randy Kobes win32 build), made the necessary httpd.conf changes but got stuck at a redirection problem. The old

Re: [mp2] Directive changes the command nam

2005-10-11 Thread pradeep kumar
Hi, I got the fix from http://svn.apache.org/viewcvs.cgi?view=rev&rev=291193. This solves the problem partially. I used that fix. But this gives only the command name instead of the whole of the command line. #ps -eaf | grep httpd I normally get something like:root 3634 1 0 20:31 ? 00: