socket.pm

2000-02-05 Thread Drew Koerner
I was having some trouble with Socket.pm. I was calling from a file called ao.pl and it runs to a point in the code a hangs. The line is 203: local({SIG{ALRM}) = $timeout ? sub { under $fh;} : SIG{ALRM} || 'DEFAULT'; I am running the perl code from an apache server with linux. Does you know

Re: .makepl_args.mod_perl

2000-02-05 Thread wookie
At 12:39 PM 2/4/00 -0500, you wrote: Also I noted that in the guide most paramters are listed in the blue boxes as PERL-* instead of PERL_*. This could be confusing to newcomers. Excuse me? There is no a single PERL- in there. I am not sure what is going on here. You are right! In

Re: newbie question: extra Content-Type headers?

2000-02-05 Thread Wendell
On Fri, Feb 04, 2000 at 06:21:21PM -0800, John Darrow wrote: I apologize if this is a dumb question, but I just installed Apache and mod_perl and all seems to have gone well. The trouble comes in when I try to run a script using Apache::Registry and CGI.pm. I get an extra Content-Type in

Re: newbie question: extra Content-Type headers?

2000-02-05 Thread Stas Bekman
On Fri, Feb 04, 2000 at 06:21:21PM -0800, John Darrow wrote: I apologize if this is a dumb question, but I just installed Apache and mod_perl and all seems to have gone well. The trouble comes in when I try to run a script using Apache::Registry and CGI.pm. I get an extra Content-Type

Re: X-Forwarded-For problem

2000-02-05 Thread Ilya Obshadko
Hello Ewan, ïÿòíèöà, 4 ôåâðàëÿ 2000 ã., you wrote: EE Module Name: mod_proxy_add_forward.c EE Content handlers: none EE Configuration Phase Participation: none EE Request Phase Participation: Fixups EE Module Directives: none EE Looks good to me. My guess is that I'm missing something obvious,

exit signal Alarm Clock (14)

2000-02-05 Thread Bill Moseley
Apache/1.3.9 (Unix) mod_perl/1.21 perl 5.005_03 [notice] child pid 16903 exit signal Alarm Clock (14) I'm confused by this one. I was thinking that this was the case of: http://perl.apache.org/guide/debug.html#Handling_the_server_timeout_case Which I though was fixed for $SIG{ALRM} and I

Logging problem with manual authentication

2000-02-05 Thread Rene' Seindal
Hi, I have a minor problem with Apache and mod_perl regarding the logging of response status codes to the access_log. I have a program where I want to do the authentication manually. The program has to have a user database anyway, so I would like to authenticate against that. Below is a small

Re: module/sandwich kills otherwise nice make test

2000-02-05 Thread JoshNarins
Per Your Request (Thanks again Vivek): According to -MCPAN -e shell I *am* using the most current Apache::Sandwich. For those of us who have just tuned in, I am installing mod_perl1.21 on redhat6.1 apache1.3.9 and generally using the CPAN shell and have installed just the basics (MD5,

[RareModules] new Apache::Status features (Memory Usage)

2000-02-05 Thread Stas Bekman
Someone has asked how to check the compiled size of subs and vars in mod_perl. New Apache::Status does it for you. There are many new features in the new Apache::Status, this post covers only the 'Memory Usage' feature. Apparently it's a very easy task. Installation: * grab the latest CVS

Re: Logging problem with manual authentication

2000-02-05 Thread Bill Moseley
At 03:07 PM 02/05/00 +0100, Rene' Seindal wrote: Below is a small test program, which manages to send back a 401 response to get the browser to prompt for a password, and to extract the username and password on the following request. The program works as expected, except that the entries in the

HELP! Core dumps using $r-pnotes().

2000-02-05 Thread Kevin Murphy
I'm getting occasional segfaults when calling the $r-pnotes() method. There are no errors in the error log, until I get a line like this: [Sat Feb 5 19:36:58 2000] [notice] child pid 19989 exit signal Segmentation fault (11), possible coredump in /backend/scratch (I ran the mod_perl server on

RE: newbie question: extra Content-Type headers?

2000-02-05 Thread John Darrow
Thanks. Upgrading to 2.56 did fix it. My system still had CGI version 2.36. -john. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 05, 2000 1:33 AM To: Wendell Cc: John Darrow; [EMAIL PROTECTED] Subject: Re: newbie question: extra

UPDATED: HelloWorld Benchmarks with Resin OpenASP !

2000-02-05 Thread Joshua Chamas
Hey, The HelloWorld benchmarks at http://www.chamas.com/bench/ have been updated with numbers for Resin's JSP and OpenASP's VBScript, and with developer feedback, now shows more accurate groupings by system and code type. Check out in particular

Apache::ASP [undefined subroutine]

2000-02-05 Thread Wouter de Jong
[I have full support from my hosting company to set this Apache::ASP module up] Apache::ASP version 0.18 Server : Apache/1.3.11 (Unix) mod_perl/1.21 PHP/3.0.14 mod_frontpage/3.0.4.3 mod_ssl/2.5.0 OpenSSL/0.9.4 Problem : Error msg -- Undefined subroutine Apache::ASP::Demo::ServerVariables called