Re: win32, mod_perl/2.0.1, Apache/2.0.54 - ithreads problem

2005-08-04 Thread Plymouth Rock
> Could you post a complete (but minimal) script that > illustrates the problem you're encountering? From what > you wrote above, I tried this Registry script: > Here is a simplest ithread-based perl-script I'd testing. At first, run it just with Perl (or, it's desirable, on win32-platform with A

CGI character translation??? Resolved

2005-08-04 Thread Thom Hehl
OK, just to help out others with the pain I have suffered over this issue. Both Apache and Java take pains to support internationalization. This is the root of the problem. When writing the output file from java, it was picking up the character set from the Apache environment. In both of the

Proxy and Trans Handler

2005-08-04 Thread Javier Alonso Sánchez
Hi again. I'd like to use Proxy Reserve configuration for certain POSTs, so trans handler seems a good way to change the header before Proxy phase. Any POSTs would continue their way to the Proxy directive whithout header changes, and others would change their header and wouldnt go to the Proxy.

Apache Request

2005-08-04 Thread Javier Alonso Sánchez
In according to the documentation: "The Apache2::Request module provides methods for parsing GET and POST parameters encoded with either application/x-www-form-urlencoded or multipart/form-data." Does only work with these two body types? Is there another way to get the body content and the header

Re: Is there a bug in Apache 2, ModPerl 2 or APR for data larger than 64k?

2005-08-04 Thread Sive Lindmark
Hi! As it seem that the bug is in libapr you should make sure to use the latest. It's possible that you are still using the old library. Try ldd httpd and see which libapr.so it links to. 100:/Users/boka/modperl-2.0 root# otool -L /Library/Apache2/bin/httpd /Library/Apache2/bin/httpd: /usr/loca

Re: Is there a bug in Apache 2, ModPerl 2 or APR for data larger than 64k?

2005-08-04 Thread Stas Bekman
Sive Lindmark wrote: Hi! Have used mod_perl 2.0 and newer for a while and it have worked very well on Mac OS X and Free BSD servers. Now on a Xserve with Mac Os 10.4 the following happens. Requesting a web page with little contents works okey but an bigger contents the loading always stops i

Re: Apache2 filters questions

2005-08-04 Thread Javier Alonso Sánchez
On 8/3/05, Stas Bekman <[EMAIL PROTECTED]> wrote:> > > I think you are much better off not to use a filter here. Use > Apache::Request which can give the same POST body more > than once. So I'd > write a trans hander, grabs the body, rewrites the headers based on > the body and the content handl

Is there a bug in Apache 2, ModPerl 2 or APR for data larger than 64k?

2005-08-04 Thread Sive Lindmark
Hi! Have used mod_perl 2.0 and newer for a while and it have worked very well on Mac OS X and Free BSD servers. Now on a Xserve with Mac Os 10.4 the following happens. Requesting a web page with little contents works okey but an bigger contents the loading always stops in the middle with the foll

Re: Working directory: CGI vs. mod_perl

2005-08-04 Thread Jan Eden
Philippe M. Chiasson wrote on 03.08.2005: >Jan Eden wrote: >>[...] SetHandler perl-script PerlResponseHandler >>ModPerl::RegistryPreFork > >Case sensitivity issue here it's >ModPerl::RegistryPerfork, lower case f If this is not embarrassing, nothing is. Thanks! - Jan -