Re: reading from STDIN in startup.pl

2004-06-23 Thread Stas Bekman
Chris Ochs wrote: In startup.pl I read a passphrase from STDIN into a global variable, but the global is undef outside of startup.pl. If I set the global with just a simple assignment ($global::pass = 'pass') it works fine and is visible in my handlers. Is there some sort of tainting or something

Re: perl configuration problem

2004-06-23 Thread Stas Bekman
Kemin Zhou wrote: [...] The perl works fine on my system. When I run perl programs through apaches, whenever the program used or its module uses Socket.pm for example database connections using sockets, my web application through mod_perl will not work giving the following error message: [Tue

Re: Apache::Request

2004-06-23 Thread Stas Bekman
Kreimendahl, Chad J wrote: I think (at least from those I work with), that the main API docs for mp2 could fit them in (link to apache's libapreq site) as if they were a part of it... with notes below stating that they're from an external package. I'd agree with what I expect some responses to

Re: [mp2] Authen handler with htgroup authorization

2004-06-23 Thread Geoffrey Young
cc'ing the list. John D Groenveld wrote: If you could try to replicate this core dump which only occurs for me on directory listings, I'd be most appreciative. Much hair has been pulled out while trying to corner this bug. aha! ok, here's what I think is going on. mod_dir is issuing a

Re: Apache::Request

2004-06-23 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman [EMAIL PROTECTED] writes: That's an excellent idea, Chad J. Joe, any chance A-R docs appear online so we can link to them from the above URL? Yes, soon I hope. [...] Actually I don't mind if they appear in the modperl-docs repository and be part of the mod_perl

Re: Apache::Request

2004-06-23 Thread Joe Schaefer
Stas Bekman [EMAIL PROTECTED] writes: [...] Temporarily we could link to cvs.apache.org, e.g.: http://cvs.apache.org/viewcvs.cgi/*checkout*/httpd-apreq-2/glue/perl/xsbuilder/Apache/Cookie/Cookie_pod Probably you want the html version, in which case it's best to just link

RE: Pnotes in apache2

2004-06-23 Thread Kreimendahl, Chad J
Well, apparently I was using the mp1 method to set the stuff in my Fixup handler... which is the part that is contrary to how the documentation says it works. Instead of returning an Apache::Table object, it returns the exact same was as it had in mp1... package MyFixupHandler; sub

Re: Pnotes in apache2

2004-06-23 Thread Stas Bekman
Kreimendahl, Chad J wrote: Well, apparently I was using the mp1 method to set the stuff in my Fixup handler... which is the part that is contrary to how the documentation says it works. Instead of returning an Apache::Table object, it returns the exact same was as it had in mp1... sub handler

Re: Pnotes in apache2

2004-06-23 Thread Geoffrey Young
Kreimendahl, Chad J wrote: ok, but what I'm saying is... pnotes does NOT return an APR::Table object... it's still working as it did back in mp1. The docs say what you're saying, but it does not function that way. pnotes() will not return an APR::Table object for the same reason it does

RE: Pnotes in apache2

2004-06-23 Thread Kreimendahl, Chad J
That's fine... I can definitely live with it. The docs should be updated, though... they say Apache::Table. -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 1:36 PM To: Kreimendahl, Chad J Cc: Stas Bekman; [EMAIL PROTECTED] Subject: Re:

Re: Pnotes in apache2

2004-06-23 Thread Stas Bekman
Kreimendahl, Chad J wrote: That's fine... I can definitely live with it. The docs should be updated, though... they say Apache::Table. right, i'll fix that. thanks for the persistence :) Though they say APR::Table. Where did you see Apache::Table? --

Re: Apache::Request

2004-06-23 Thread Stas Bekman
Done: http://perl.apache.org/docs/2.0/api/index.html (at the very end of the page) -- __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Re: Pnotes in apache2

2004-06-23 Thread Stas Bekman
Stas Bekman wrote: Kreimendahl, Chad J wrote: That's fine... I can definitely live with it. The docs should be updated, though... they say Apache::Table. right, i'll fix that. thanks for the persistence :) Now fixed: http://perl.apache.org/docs/2.0/api/Apache/RequestUtil.html#C_pnotes_ --

cvs commit: modperl-2.0/todo features_missing

2004-06-23 Thread randyk
randyk 2004/06/23 07:31:31 Modified:todo features_missing Log: add item to automatically generate APR::FunctionTable. Revision ChangesPath 1.4 +6 -0 modperl-2.0/todo/features_missing Index: features_missing