What do you think about Lighttpd?

2007-02-26 Thread howard chen
Can anyone give some comments abt in their implementations which are difference from Httpd on the following area: 1. single-threaded, event-based, (powered by epoll) 2. fast cgi support seems that these two points are quite attractive to use, why seldom heard abt them in Httpd world? :)

Small patch to ab apr_socket_recv error handling

2007-02-26 Thread Filip Hanik - Dev Lists
I've created a small patch that lets ab continue even if it encounters an error on apr_socket_recv quite commonly, when servers are overloaded they disconnect the socket, ab receives a 104 (connection reset by peer) and the ab test exits. This patch logs the error, both counters correctly,

Questions on configuring Apache Server

2007-02-26 Thread Erica Zhang
Hi, I am developing some component, which need Apache to be able to listen to two ports, instead of only one default port. I do not know if there is some way to configure Apache http server to work in this way. I do not want to configure it to be virtual host. Thanks, Erica

Re: Questions on configuring Apache Server

2007-02-26 Thread Joshua Slive
On 2/26/07, Erica Zhang [EMAIL PROTECTED] wrote: Hi, I am developing some component, which need Apache to be able to listen to two ports, instead of only one default port. I do not know if there is some way to configure Apache http server to work in this way. I do not want to configure it to be