CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/07/17 14:44:57
Modified files: usr.sbin/httpd : server_fcgi.c Log message: According to RFC 3875 PATH_INFO should either contain a full path or be empty (""). It was not set at all when there is nothing to set which caused problems with some FastCGI applications (like Flask/Python through uWSGI). >From hrkfdn via github