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

Hi, I'm trying to adapt the [rewrite rules](https://github.com/octobercms/october/blob/master/.htaccess) of [OctoberCMS](https://octobercms.com/) to httpd.conf. Now everything is working ok with this rules: ``` #example of directory that doesn't need to use rewrite....

I would like the ability to have more control over the system-generated error pages, besides modifying C code myself and recompiling. In other words, I don't want my "404 Not...

Hey, I just upgraded my system to OpenBSD 6.1 and have been running into problems with my Flask application deployed via uWSGI and FastCGI sockets. Whenever I try to request...

This fixes Werkzeug-based and possibly other applications using `PATH_INFO`. CGI [RFC3875](https://tools.ietf.org/html/rfc3875#section-4.1.5) and [PEP3333](https://www.python.org/dev/peps/pep-3333/#environ-variables) state that `PATH_INFO` can be empty ("") or "/" for application root paths, but some applications (Werkzeug/Flask)...

While using httpd for multiple servers, I need to send the metainfo such as servername and others in a civilized manner to the applications. Could you please show an example?

httpd incorrectly handles max request size with https servers. With following configuration httpd drops file upload to second server with error code 413. I upload files to second server, but...

I don't know if you would consider this to be featuritis or not but I would really like to see support for CA and client-side certificate verification and validation. I...

Support configurable charset for directory auto index and files.

feature request

It will be famous to be able to host RoR apps and so use httpd as a reverse proxy. For example : get the upstream from tcp://ip:port (Puma)

With today's internet and ipv4 shortage, logging the source IP address is not always enough to be useful. Lots of providers now have set up CGN and such. Could you...