For the record Apache::ProxyRewrite is a mod_perl solution, and it would
probably be extremely quick to port it to mp2. At minimum, it might be a good
place to start for your custom handler.
http://search.cpan.org/~cgilmore/Apache-ProxyRewrite-0.17/ProxyRewrite.pm
Adam
-Original Message
Eric Lenio wrote:
> 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.2. Suggestion
On Fri, 2005-10-21 at 16:00 -0400, Eric Lenio wrote:
> 2 people have now questioned why I am using mod_perl for the solution... this
> is strange to me because I expect people on this list to look for EXCUSES to
> use mp2... come on, how about some mp2 advocacy???
I think it's natural to wonder w
Ali ISIK wrote:
> Philippe,
>
> Thank you for your help. Please find the gdb
> output below. m doesn't seem to point to
> anything.
>
> Here is some more information that may be relevant.
>
> (1) The segfault seems to happen *after* the http session
> is complete, perhaps during some destroy/g
Hello!
I've got a (I think) very strange issue with the AuthenNTLM and my
Samba-based windows domain.
I'd like to obtain the usual - all domain authenticated users should be
also authenticated by the apache (which will afterwards allow them to
use some of our Intranet web applications).
Al
Eric Lenio wrote:
Well the main reason is simple: I like programming in Perl and so I
specifically want to learn more about mp2. mod_proxy is of limited use to me
because eventually I will want to do some sophisticated URL rewriting. For now
I want to get my example working, then on to more adv
Adam Prime x443 wrote:
Are there reasons you don't want to use mod_proxy, or Apache::ProxyRewrite
(ProxyRewrite may not work on mp2)?
You are correct, Apache::ProxyRewrite has not been ported to mp2.
--
END
-
What doesn't kill us can
Well the main reason is simple: I like programming in Perl and so I
specifically want to learn more about mp2. mod_proxy is of limited use to me
because eventually I will want to do some sophisticated URL rewriting. For now
I want to get my example working, then on to more advanced things (where
Are there reasons you don't want to use mod_proxy, or Apache::ProxyRewrite
(ProxyRewrite may not work on mp2)?
Adam
-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
Subje
Ali ISIK wrote:
===
LoadModule perl_module modules/mod_perl.so
AllowOverride None
Order allow,deny
Allow from all
PerlModule ModPerl::Registry
Alias /perl/ /usr/local/apache2/perl/
SetHandler perl-script
PerlResp
Saurabh Soni wrote:
Hi experts,
I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which
serves POST requests by an external application. Each POST request has
some parameters which are required for further processing. The problem
is that CGI::param is unable to give me a param
Philippe,
Thank you for your help. Please find the gdb
output below. m doesn't seem to point to
anything.
Here is some more information that may be relevant.
(1) The segfault seems to happen *after* the http session
is complete, perhaps during some destroy/garbage-collect
sequence. That is, t
I think the only conclusive answer is to try both and benchmark
them... there may be some generalizations one can make about memory,
hook/subroutine invocation overhead, etc., but ultimately you need to
test both methods to see which is faster. And please share your
findings if you decide to do t
Hi experts,
I have an application (Apache 2.0.54, mod_perl 2.0.1, perl
5.8.7) which serves POST requests by an external application. Each POST request
has some parameters which are required for further processing. The problem is that
CGI::param is unable to give me a
parameter’s value when
14 matches
Mail list logo