httpd icon indicating copy to clipboard operation
httpd copied to clipboard

OpenBSD httpd

Results 33 httpd issues
Sort by recently updated
recently updated
newest added

When using "Connection: keep-alive" on a FastCGI request, the first request is handled correctly through FastCGI, and the response is set to chunked encoding and decodes correctly at the client....

bug
patch

Hello Reyk ! How are you ? I have the follow issue: OpenBSD httpd running pure html path: /test/long/path/forward/readme.html location match 'readme.html' this match any readme.html in path but if...

Formatting of HTML page with file index become broken when a length of filename is more than 51 symbol. Screenshot: https://yadi.sk/i/dd29ZVEWsXjZE

httpd in OpenBSD 5.7 with "directory auto index" generates trailing slashes "/" in the HTML text output ">brA/", but not in the corresponding URLs (href="brA"), see example page below: `......

I want to serve my site from https://example.com and redirect other requests to this location. I made the following httpd.conf: ``` server "default" { listen on 1.2.3.4 port 80 block...

As noted in [kcgi/issues/2](https://github.com/kristapsdz/kcgi/issues/2).

its a future request (httpd is much better then nginx - so far) but missing few important things like config variables http://nginx.org/en/docs/varindex.html (i have few very complicated config in nginx...

Letting clients initiate SSL renegotiation is a know vector for CPU-based DoS attacks. relayd has configruation syntax and code to remediate this problem, by allowing adminstrators to disable client-initiated renegotiation...

When a POST request is sent to httpd, none of the Content-X headers are being sent through FastCGI, and I'm not sure that the content itself is sent either. This...

httpd/server_fcgi.c: Line 590 Comment asks whether Content-Length should be handled correctly, rather than stripped from the response in favour of chunked encoding. This Content-Length header is often needed by the...