Re: probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-08-04 Thread Christine Jamison
Hello, all! I still haven't solved this issue. Does anyone have any ideas? I posted my responses to the last query from the list on 7/20/2006 10:57 PM. Thanks in advance for any assistance anyone can provide. Sincerely, Christine. Philip M. Gollucci wrote: and mod_perl CGI:

Re: X-Forwarded-For

2006-08-04 Thread Issac Goldstand
IIRC, it's not needed for mp2, since it's been implemented directly in mod_proxy Issac Jonathan Vanasco wrote: my mp2 needs to get the ip of the remote address on some installations, mp2 is on port 80 on other installations, mp2 is on 80xx and the ip is in X-Forwarded-For i'd like to

Re: Authentication

2006-08-04 Thread Radoslaw Zielinski
Jonathan Vanasco [EMAIL PROTECTED] [03-08-2006 21:24]: On Aug 3, 2006, at 12:31 PM, Radoslaw Zielinski wrote: Valid: exists, hasn't expired, client's IP matches (ID might have been stolen somehow), etc. I find IP matching to be utterly useless. IPs for dialup/broadband users change like

Re: X-Forwarded-For

2006-08-04 Thread Radoslaw Zielinski
Jonathan Vanasco [EMAIL PROTECTED] [04-08-2006 04:04]: thanks for the info. i just said screwit and i wrote a new module. [...] would people be so kind as to look it up and give me some feedback? It lacks IPv6 support. -- Radosław Zieliński [EMAIL PROTECTED] pgpdywpVT7EAx.pgp Description:

RE: PerlResponseHandler ignored

2006-08-04 Thread Cristi Barladeanu
Hello, I come back with more details. This is my complete conf in Apache's sites-enabled: -- NameVirtualHost * VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/ Directory / Options

Re: PerlResponseHandler ignored

2006-08-04 Thread John ORourke
Cristi Barladeanu wrote: Hello, I come back with more details. This is my complete conf in Apache's sites-enabled: I can't see the problem but I would say you should probably have the SetHandler outside the Location bit - currently it doesn't look like your PerlTransHandler will

RE: PerlResponseHandler ignored

2006-08-04 Thread Cristi Barladeanu
Hello John, Thanks for the answer. The PerlTransHandler is executed, I've tested it and it works just fine. Any other handler behave the same way, except PerlResponseHandler. Is there another way of sending a response to the client? For example, if my URI is http://domain/foo/bar?foo=bar I

Re: Authentication

2006-08-04 Thread Issac Goldstand
Not necessarily so. Like Jonathan mentioned, many huge ISPs (like AOL, for example, IIRC) route requests through load balanced transparent proxies. This can cause the same person to appear to browse from a number of different IPs - changing perhaps even more often than Jonathan reported.

[mp2] *** glibc detected *** double free or corruption (fasttop)

2006-08-04 Thread Andreas Dembach
Hello list, I am experiencing memory allocation problem reported by glibc when running a web application under mod_perl2: 1. Problem Description: When hitting our web application with more than one concurrent request (using ApacheBench), very soon errors like *** glibc detected *** double

Re: Authentication

2006-08-04 Thread Jonathan Vanasco
On Aug 4, 2006, at 8:06 AM, Issac Goldstand wrote: Not necessarily so. Like Jonathan mentioned, many huge ISPs (like AOL, for example, IIRC) route requests through load balanced transparent proxies. This can cause the same person to appear to browse from a number of different IPs -

Re: X-Forwarded-For

2006-08-04 Thread Jonathan Vanasco
On Aug 4, 2006, at 3:09 AM, Issac Goldstand wrote: IIRC, it's not needed for mp2, since it's been implemented directly in mod_proxy the basic add/deny based on ips is. there is no x-forwarded-for munging in it -- i searched the 2.059 source. it only adds headers on a reverse proxy. i'll

Re: [mp2] *** glibc detected *** double free or corruption (fasttop)

2006-08-04 Thread Tobias Kremer
Hi Andreas, if you're using the Debian supplied packages for apache2, perl and mod_perl I'd try compiling them manually and see if that helps. This will also give you a Perl interpreter without threads (which have a negative impact on performance AFAIK). HTH, Tobias :) Zitat von Andreas

Re: DummyVersions Installation Problem

2006-08-04 Thread Philip M. Gollucci
Anthony Gardner wrote: I'm trying to install mod_perl-2.0.2 with httpd-2.2.3 and while compiling mod_perl, I get the following error ... No such file: lib/ModPerl/DummyVersions.pm Not in MANIFEST: .mypacklist Not in MANIFEST: Apache-Test/t/cgi-bin/cookies.pl Not in MANIFEST:

libapreq test issues

2006-08-04 Thread Arshavir Grigorian
Hi, I was trying to install the latest stable libapreq and got several errors on the tests. I also downloaded the latest snapshot, but the errors didn't go away. I am sending the error logs and stderr output, as well as some pertinent info about my environment. I'd appreciate any help. Arsh

question re: module Apache-AuthNTLM-2.10

2006-08-04 Thread Elise Berger
Title: Message Anyone: Does anyone know if the module on CPAN called Apache-AuthNTLM-2.10 will work with Apache hosted on windows? thanks, elise

Re: libapreq test issues

2006-08-04 Thread Philip M. Gollucci
Arshavir Grigorian wrote: [Wed Aug 02 23:11:45 2006] [error] [client 127.0.0.1] Can't call method as_string on an undefined value at /root/.cpan/build/httpd-apreq-2/glue/perl/t/response/TestApReq/cookie.pm line 27.\n # WARNING!!! t_cmp() argument order has changed. # use of a regular expression

Re: libapreq test issues

2006-08-04 Thread Matthew
I just tried using CPAN to install libapreq2.07 and I got this: cpan install J/JO/JOESUF/libapreq2-2.07.tar.gz Running make for J/JO/JOESUF/libapreq2-2.07.tar.gz Fetching with LWP: snip download and extract CPAN.pm: Going to build J/JO/JOESUF/libapreq2-2.07.tar.gz perl: 5.8.0 ok mod_perl:

fastcgi or static mod_perl with Redhat Enterprise 4's apache?

2006-08-04 Thread Dan Stromberg
Hi folks. I'm working on setting up Request Tracker on a Redhat Enterprise 4 system. My management likes to use the Redhat-provided precompiled binaries whenever practical. Request tracker wants to use either fastcgi or a -static- mod_perl (RT's supposed to be pretty unreliable with a dynamic

Re: X-Forwarded-For

2006-08-04 Thread Perrin Harkins
On Fri, 2006-08-04 at 10:09 +0300, Issac Goldstand wrote: IIRC, it's not needed for mp2, since it's been implemented directly in mod_proxy You are correct, but you're thinking of a different thing. That's the part that adds the X-Forwarded-For header, which you used to need a patch for and no

Re: X-Forwarded-For

2006-08-04 Thread Jonathan Vanasco
On Aug 4, 2006, at 3:26 PM, Perrin Harkins wrote: What Apache::ForwardedFor does is just run on the mod_perl side, read the X-ForwardedFor header, and set the remote IP value to fake out code that runs after it. so what do you think is more appropriate? me uploading it to CPAN as a

Re: X-Forwarded-For

2006-08-04 Thread Perrin Harkins
On Fri, 2006-08-04 at 15:33 -0400, Jonathan Vanasco wrote: so what do you think is more appropriate? me uploading it to CPAN as a standalone, or gifting it to mod_perl? Keep it on CPAN for now. I don't think it's commonly needed. If people seem to be looking for it frequently, we can fold

Re: fastcgi or static mod_perl with Redhat Enterprise 4's apache?

2006-08-04 Thread Frank Wiles
On Fri, 04 Aug 2006 09:33:25 -0700 Dan Stromberg [EMAIL PROTECTED] wrote: Hi folks. I'm working on setting up Request Tracker on a Redhat Enterprise 4 system. My management likes to use the Redhat-provided precompiled binaries whenever practical. Request tracker wants to use either

Re: libapreq test issues

2006-08-04 Thread Philip M. Gollucci
Matthew wrote: I just tried using CPAN to install libapreq2.07 and I got this: cpan install J/JO/JOESUF/libapreq2-2.07.tar.gz Running make for J/JO/JOESUF/libapreq2-2.07.tar.gz Fetching with LWP: snip download and extract CPAN.pm: Going to build J/JO/JOESUF/libapreq2-2.07.tar.gz perl:

fastcgi and mod_perl

2006-08-04 Thread Maurice Yarrow
Hello mod_perl community I have built apache httpd 2.2.2 with fastcgi. This deployment also has mod_perl with Apache::ASP. Note that the fascgi was really intended to persist the mod_php which is also on this apache. Question: will the fastcgi automatically also persist the mod_perl ? Did I

Re: X-Forwarded-For

2006-08-04 Thread Jonathan Vanasco
On Aug 4, 2006, at 3:36 PM, Perrin Harkins wrote: Keep it on CPAN for now. I don't think it's commonly needed. If people seem to be looking for it frequently, we can fold it in. ok Apache2::xForwardedFor is now in CPAN. should be visible shortly Its version 0.02 - upgrades from the