Re: POST form hanging at new CGI

2006-05-18 Thread Eric Lenio
Enno, you might want to try applying this patch: http://issues.apache.org/bugzilla/show_bug.cgi?id=37145 I had a problem similar to yours and this fixed it. Eric. On Thu, May 18, 2006 at 06:02:22PM +0200, Enno wrote: > > > On Thu, 18 May 2006, Thomas Hilbig wrote: > > > > > > > --- Enno <[EM

Re: proxy question: URL with parameters

2005-10-21 Thread Eric Lenio
; -Original Message- > From: Eric Lenio [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 20, 2005 10:57 PM > To: Philip M. Gollucci > Cc: Eric Lenio; modperl@perl.apache.org > Subject: Re: proxy question: URL with parameters > > > On Thu, Oct 20, 2005 at 10:47:02P

Re: proxy question: URL with parameters

2005-10-20 Thread Eric Lenio
On Thu, Oct 20, 2005 at 10:47:02PM -0400, Philip M. Gollucci wrote: > Eric Lenio wrote: > >The handler converts the question mark to %3f and the proxy request > >basically > >fails. I'm using modperl 1.99.11, I'd like to fix this before moving in to > >2.0

proxy question: URL with parameters

2005-10-20 Thread Eric Lenio
I've written a modperl handler which internally sends request like this: http://somehost.com to instead go to an internal site: http://192.168.0.4:8080 And the handler works as expected. But when the URL is something like this: http://somehost.com?arg1=value1 The handler converts the questio

mp2: PerlTransHandler/proxying with question mark in URL

2004-10-30 Thread Eric Lenio
In my apache config file I'm using a PerlTransHandler call to do URL rewriting. Basically I want to map all URL's beginning with http://testhost.lenio.net to internally to go to: http://localhost:8080 This works perfectly except when I introduce a URL with a question mark like this: http

Re: advantages of mod_perl over java servlets

2004-08-10 Thread Eric Lenio
the reason I'm asking is because the client is really more attuned to the java hype/buzzwords that exists out there. having done just a smattering of java, I am somewhat at a loss as to tell them exactly why a perl solution is better. this client does already have some investment in java, but no p

advantages of mod_perl over java servlets

2004-08-10 Thread Eric Lenio
I'm about to start work on a web application which will collect information from the user and return a document based on that information. I'm trying to point out the advantages of mod_perl over a solution based on Java servlet technology to my client. Can anyone provide any quick links/ informat