Re: Settings $r->connection->remote_ip doesn't change $r->connection->remote_addr

2009-01-05 Thread Mark Moseley
On Thu, Dec 18, 2008 at 10:56 AM, Mark Moseley wrote: > I've been banging my head against a wall about a particular issue, but > I'm at something of a loss. >... For the benefit of anyone trying to solve this same problem after switching to mp2, there's a C module called mod_rpaf that does this.

Issue with Apache2-AuthenNTLM-0.02 module

2009-01-05 Thread SubbaiahAnnamalai
Hi, Environment: Apache/2.2.8 (Unix) DAV/2 mod_perl/2.0.4 Perl/v5.8.5 configured I'm trying to use Apache2-AuthenNTLM-0.02 for doing NTLM authentication. It works fine in normal scenarios. But if there are more than 2 requests come at the same time, I see the following error in Apahe error log

Re: Quotes in uploaded filenames are not parsed correctly.

2009-01-05 Thread Adam Prime
Miles Crawford wrote: That's actually what my production code does (where I originally found this error) and I was trying to simplify the testcase down for the bug report. ;) Theoretically I guess you should report the bug to apreq-...@httpd.apache.org. It does seem wrong, but to me it mostly

Re: Quotes in uploaded filenames are not parsed correctly.

2009-01-05 Thread Miles Crawford
That's actually what my production code does (where I originally found this error) and I was trying to simplify the testcase down for the bug report. ;) If you set up the test exactly as described before, but use the following Perl code instead, you still see just 'break' in the error log: packa

Re: Quotes in uploaded filenames are not parsed correctly.

2009-01-05 Thread Adam Prime
Miles Crawford wrote: I agree it looks bogus, but safari and firefox send the header in that format. Not sure about IE since Windows does not allow files with a " in the name. I looked over the Content-Disposition header RFC but it does not seem to address escaping directly. Either way, it see

Re: Segmentation fault with Perl-Catalyst app

2009-01-05 Thread Terence Monteiro
Perrin Harkins wrote: > On Sun, Dec 7, 2008 at 12:51 PM, Terence Monteiro > wrote: >> I'm getting segmentation faults with apache child processes. I'm running a >> Catalyst application using DBIx::SearchBuilder in the backend to accesss a >> mysql database. > > My guess is that you're opening dat