CVSROOT: /cvs Module name: src Changes by: chr...@cvs.openbsd.org 2014/08/13 12:00:54
Modified files: usr.sbin/httpd : server_fcgi.c Log message: For a non-existent root we don't want the root prefix to show up in PATH_INFO. Therefore put a lower bound of strlen(root) on scriptlen. This makes perfect sense for virtual FastCGI scripts which run chrooted in another directory from httpd. ok reyk@