Re: [mp2] APR::Socket::recv set read timeout ?

2002-12-29 Thread Stas Bekman
Michael wrote: ii) is there any way to perform a select(2) or like on the $socket? I would like to implement some sort of 'timeout' in the read loop..say, after 5 secs if nothing is recv'd from the client then the connection will be closed. I have tried alarm/die pair but it was a failure. Any

CGI programs on Darwin

2002-12-29 Thread Lucas Barros
Hello! I'm having some problems to configure Apache 1.3 to run CGI programs, my computer is a Macintosh running Mac OS X. I've already read the apache documentation and followed all the steps, but when I try to run any CGI program apache does not execute it. The output is the source code.

cvs commit: modperl-2.0/build xs_generate.pl

2002-12-29 Thread stas
stas2002/12/29 00:21:03 Modified:buildxs_generate.pl Log: unshift Apache-Test/lib into @INC, so the locate Apache::Test will be searched for first Revision ChangesPath 1.2 +1 -1 modperl-2.0/build/xs_generate.pl Index: xs_generate.pl

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm

2002-12-29 Thread stas
stas2002/12/29 02:08:08 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm Log: support the NameWithVirtualHost setting in namespace_from_uri() as in 1.0 (would be nice to add a test, but I'm not sure how to do that) Revision

cvs commit: modperl-2.0 Changes

2002-12-29 Thread stas
stas2002/12/29 02:11:49 Modified:ModPerl-Registry TODO .Changes Log: document recent changes Revision ChangesPath 1.11 +0 -2 modperl-2.0/ModPerl-Registry/TODO Index: TODO

cvs commit: modperl-2.0/lib/ModPerl TypeMap.pm

2002-12-29 Thread stas
stas2002/12/29 16:27:13 Modified:lib/ModPerl TypeMap.pm Log: print a warning when a function is not going to be glued, because one of its args or return types can't be resolved Revision ChangesPath 1.18 +9 -3 modperl-2.0/lib/ModPerl/TypeMap.pm Index:

cvs commit: modperl-2.0/t/directive perlloadmodule3.t

2002-12-29 Thread stas
stas2002/12/29 16:59:23 Modified:t/directive perlloadmodule3.t Log: make this test work with Apache::TestClient, Apache::TestRequest::module() affects global testing env, so should run it only when it's needed. Revision ChangesPath 1.3 +7 -8