I upgraded to 5.6-STABLE (amd64) on November 26th and when I ran this against 
my httpd instance it returned:

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>500 Internal Server Error</title>
<style type="text/css"><!--
body { background-color: white; color: black; font-family: 'Comic Sans MS', 
'Chalkboard SE', 'Comic Neue', sans-serif; }
--></style>
</head>
<body>
<h1>Internal Server Error</h1>
<div id='m'></div>
<hr><address>OpenBSD httpd at {ADDRESSREMOVED} port 80</address>
</body>
</html>

httpd process still running happily, and valid pages are still being served.

- Eric


On Nov 28, 2014, at 3:26 AM, Ezequiel Garzon <[email protected]> wrote:

> Hello! I know a lot is happening to httpd lately, so maybe this is not 
> an issue anymore. I've noticed that a malformed HTTP request such as
> 
> $ printf 'GET /file\r\n\r\n'| nc myhost 80
> 
> doesn't just silently fail, but rather shuts down httpd. My 
> /etc/httpd.conf is minimal:
> 
> server default {listen on egress port 80}
> 
> Has anybody else tried this?
> 
> Thanks and cheers,
> 
> Ezequiel

Reply via email to