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. Ther

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