in reply to Testing a httpd

What is a nice httpd and why does it need testing?

Replies are listed 'Best First'.
Re^2: Testing a httpd
by bart (Canon) on Nov 26, 2004 at 11:27 UTC
    A "httpd" or "http daemon" is a webserver, like for example Apache. Actually, at least some of Apache's configuration files have "httpd" in their name, like the master configuration file is called "httpd.conf".

    So he wrote a little webserver, and he wants to debug/stress test it.