my last url rewriting question (hopefully)

2005-12-28 Thread Jonathan Vanasco
currently: mod_rewrite turns: /a/b/c into: a/c?id=b /a/ is its own container problem $ApacheRequestRec->location = /a/ $ApacheRequest->path_info() = / $ApacheRequest->path_info( $path_info ) = / $Apa

Re: mailing list does NOT work

2005-12-28 Thread Jonathan
On Dec 28, 2005, at 5:41 PM, JupiterHost.Net wrote: I see. In that case, since most people don't want to test the unsubscribe mechanism for someone assumedly too dumb or lazy to try it, they should specify what the problem: "I've tried emailing [EMAIL PROTECTED] from [EMAIL PROTECTED] and

Re: mailing list does NOT work

2005-12-28 Thread JupiterHost.Net
Formhandle wrote: I don't know who that guy is but did you know the mailing list unsubscribe feature does not actually work? It's a bit frustrating trying to get off the mailing list. So when the unsubscribe feature is broken, and the only thing the list members can do is point to procedu

Re: mailing list does NOT work

2005-12-28 Thread JupiterHost.Net
steve larson wrote: List TO WHO IT MAY CONCERN GET ME OFF THIS LIST [EMAIL PROTECTED] Steve, Please use a little common sense about discussion lists and look at your "list-unsubscribe" header: , instead of spamming all the members yelling about getting off the

Re: Getting keep-alive sorted

2005-12-28 Thread Frank Wiles
On Wed, 28 Dec 2005 13:59:02 -0600 Boysenberry Payne <[EMAIL PROTECTED]> wrote: > Hello mod_perl list, > > I'm trying to sort out my keep-alive issues. > It would seem to me (can't get my hands on some of my reference > materials right now to confirm) > that it's better to have keep-alive

Getting keep-alive sorted

2005-12-28 Thread Boysenberry Payne
Hello mod_perl list, I'm trying to sort out my keep-alive issues. It would seem to me (can't get my hands on some of my reference materials right now to confirm) that it's better to have keep-alive off while using a front end (static/php) apache to proxy (using mod_rewrite with an .htaccess file)

Re: Failures during "make test"

2005-12-28 Thread Curtis Poe
On Dec 27, 2005, at 5:13 PM, Philippe M. Chiasson wrote: This sounds like something is segfaulting there. It would be very helpfull if you could generate core dumps and post a backtrace here. http://perl.apache.org/docs/2.0/devel/debug/ c.html#Analyzing_Dumped_Core_Files Thanks for the advi

Re: Apache2::Cookies - getting all names

2005-12-28 Thread Jeff Armstrong
Original Message From: "Philip M. Gollucci" <[EMAIL PROTECTED]> To: Jeff <[EMAIL PROTECTED]> Cc: mod_perl List Subject: Re:Apache2::Cookies - getting all names Date: Wed Dec 28 2005 16:38:44 Convesly, we could patch the code instead of the docs to make it do what the docs sai

Re: Apache2::Cookies - getting all names

2005-12-28 Thread Philip M. Gollucci
Jeff wrote: Folks, I am finding it hard to correctly interpret the Apache2::Cookie documentation: The docs say: @names = $j->cookies();# all cookie names The actual code (SVN-trunk), says this: The final return line in sub fetch() below explains your findings. package Apache2::Co

Re: Filtering and Separation of Presentation Layer

2005-12-28 Thread Jonathan Vanasco
On Dec 26, 2005, at 11:50 AM, Jeff wrote: I have been wondering recently about separation of presentation and data in the context of AJAX - whilst keeping the presentation still server-side. Anyone doing anything interesting in this space with mod_perl? I've been working on an AJAX heavy s