[mp2] Failed to dup STDIN: No such file or director

2007-02-16 Thread Jasper | Tiscomhosting Systeembeheer
-8<-- Start Bug Report 8<-- 1. Problem Description: When accessing a perl script (like formmail.pl) the page stays empty and apache2 error log reports the following: Failed to dup STDIN: No such file or directory. I have this bug aswell with mod-perl 2.

Perl Authentication Handler and Cookie Issue

2007-02-16 Thread Sumit Shah
Hello, I have a Mod Perl authentication handler and it needs to retrieve the session id from a cookie. It is unable to retrieve any cookies and I get the following error. It does not even print any of the cookies. I would appreciate any help with this. Can't call method "value" on an undefin

Re: Perl Authentication Handler and Cookie Issue

2007-02-16 Thread Michael Peters
Sumit Shah wrote: > Hello, > > I have a Mod Perl authentication handler and it needs to retrieve the > session id from a cookie. It is unable to retrieve any cookies and I get > the following error. It does not even print any of the cookies. I would > appreciate any help with this. First thing

Re: Perl Authentication Handler and Cookie Issue

2007-02-16 Thread Sumit Shah
Yes. I checked that and the browser is sending the cookie. I used IEHTTPHeaders for it. Does it have anything to do with the PerlAuthenHandler that it does not have the cookie at the authentication stage of the request? Does it need anything else to be set in order to fetch the cookies? Thanks

Re: Perl Authentication Handler and Cookie Issue

2007-02-16 Thread Robert Landrum
Sumit Shah wrote: Hello, I have a Mod Perl authentication handler and it needs to retrieve the session id from a cookie. It is unable to retrieve any cookies and I get the following error. It does not even print any of the cookies. I would appreciate any help with this. my $token = $c

mod_proxy post authentication with modified credentials

2007-02-16 Thread Steve Ensley
I am trying to use Apache to replace a commercial authentication front end for a legacy application server that needs to be supported for another year. I need authenticate a user to the corporate LDAP, then get a PIN stored as another LDAP attribute and build a new credentials string. I have

Re: mod_proxy post authentication with modified credentials

2007-02-16 Thread Perrin Harkins
On 2/16/07, Steve Ensley <[EMAIL PROTECTED]> wrote: What would a workable way to proxy this connection to the appserver but providing the modified credentials. I can think of a few things that would probably work. You could make the proxy requests yourself, with LWP. You could hack the source

Re: [mp2] Failed to dup STDIN: No such file or director

2007-02-16 Thread Fred Moyer
On Fri, 16 Feb 2007 5:01 am, Jasper | Tiscomhosting Systeembeheer wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: When accessing a perl script (like formmail.pl) the page stays empty and apache2 error log reports the following> Can you show u

a bug with redirect in mod_perl-2.0.3 and CGI-3.25

2007-02-16 Thread Alexander V. Lukyanov
Hello! I have a perl script which uses CGI package and does redirect(). It is run under mod_perl. For some reason I get HTTP status "200 OK", but the header "Location:" is set and the response body says the document has moved. I have debugged it somewhat, found that send_cgi_header is correctly c

[mp2] Failed to dup STDIN: No such file or director

2007-02-16 Thread Jasper | Tiscomhosting Systeembeheer
-8<-- Start Bug Report 8<-- 1. Problem Description: When accessing a perl script (like formmail.pl) the page stays empty and apache2 error log reports the following: Failed to dup STDIN: No such file or directory. I have this bug aswell with mod-perl 2.