File Security of the pm files?

2003-10-17 Thread perl
Can people on the web accessing the modperl see the content of the pm files? thanks rkl - eMail solutions by http://www.swanmail.com

RE: [mp2] message about Invalid command 'PerlSwitches' during make test

2003-10-17 Thread Tim Smith
That did it! Thanks for all your help. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 1:31 PM To: Tim Smith Cc: [EMAIL PROTECTED] Subject: Re: [mp2] message about Invalid command 'PerlSwitches' during make test Tim Smith wrote: >>> Somet

[Fwd: [JOB] Senior mod_perl Developer, New York City]

2003-10-17 Thread Geoffrey Young
FYI Original Message Subject: [JOB] Senior mod_perl Developer, New York City Date: Fri, 17 Oct 2003 16:43:05 -0400 From: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Senior Mod_Perl Developer - New York City -- TheMuniCenter is seeking an Apache

Re: Accessing/storing data in other modules

2003-10-17 Thread Simon Dassow
On 17 Oct 2003 16:17:52 -0400 Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Fri, 2003-10-17 at 12:46, Simon Dassow wrote: > > I'm trying to write a modular system with mod_perl but currently i > > cant store data into hashes in the other modules. > > I can store data into the hash but if i dump it

[JOB] Senior mod_perl Developer, New York City

2003-10-17 Thread jobs
Senior Mod_Perl Developer - New York City -- TheMuniCenter is seeking an Apache/mod_perl developer to work on its next generation bond trading and portfolio analytics systems. We are seeking an intelligent, dynamic, highly communicative candidate capable

Re: Accessing/storing data in other modules

2003-10-17 Thread Perrin Harkins
On Fri, 2003-10-17 at 12:46, Simon Dassow wrote: > Hi People, > I'm trying to write a modular system with mod_perl but currently i cant > store data into hashes in the other modules. > I can store data into the hash but if i dump it there is no change :-( What makes you think that? It works perfe

Re: [mp2] message about Invalid command 'PerlSwitches' during make test

2003-10-17 Thread Stas Bekman
Tim Smith wrote: Something I did find in httpd.conf was this, is this a problem? #unable to locate mod_perl.so (could be a static build) Yup, you have pinpointed the problem. I have never seen this problem with mod_perl itself. There are quite a few scenarios where

Accessing/storing data in other modules

2003-10-17 Thread Simon Dassow
Hi People, I'm trying to write a modular system with mod_perl but currently i cant store data into hashes in the other modules. I can store data into the hash but if i dump it there is no change :-( $r->pnotes() would work, but i dont want to copy the whole data again and again. Anyone can explain

RE: [mp2] message about Invalid command 'PerlSwitches' during make test

2003-10-17 Thread Tim Smith
>> Something I did find in httpd.conf was this, is this a problem? >> >> #unable to locate mod_perl.so (could be a static build) >> > >Yup, you have pinpointed the problem. I have never seen this problem with >mod_perl itself. There are quite a few scenarios where it can happe

RE: PerlTransHandler, PerlHanlder and document_root

2003-10-17 Thread Frank Maas
> Hi Frank, [...] >> Can it be that a subrequest (issued (by chance?) to the same child) >> is messing things up? You might try adding a warn to the >> CleanupHandler. > > I guess it could be... what should i be logging for in the > CleanupHandler? (aka, what should i print to see if its a subrequ

RE: PerlTransHandler, PerlHanlder and document_root

2003-10-17 Thread simran
Hi Frank, On Fri, 2003-10-17 at 18:21, Frank Maas wrote: > Simran, > > Just trying: > > GH> however, any changes made to $r->document_root > GH> would persist for the entire life of the child, not just the life of > GH> the current request. for that reason, you were expected to always > GH> res

RE: PerlTransHandler, PerlHanlder and document_root

2003-10-17 Thread Frank Maas
Simran, Just trying: GH> however, any changes made to $r->document_root GH> would persist for the entire life of the child, not just the life of GH> the current request. for that reason, you were expected to always GH> restore the value of $r->document_root to its original state. GH> GH> see re

Re: [mp2] message about Invalid command 'PerlSwitches' during make test

2003-10-17 Thread Stas Bekman
Tim Smith wrote: 1. Problem Description: When I run make test I receive the following message /usr/local/apache2/bin/httpd -d /usr/src/mod_perl-1.99_10/t -f /usr/src/mod_perl-1.99_10/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS using Apache/2.0.47 (prefork MPM) waiti