CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/16 08:43:43
Modified files:
usr.sbin/slowcgi: slowcgi.c
Log message:
My previous attempt to chdir(2) to the directory containing the cgi
script was not quite right. slowcgi would try to chdir("") with a
SCRIPT_NAME of /foo.cgi; chdir("/") in that case.
I'm not sure how one would configure nginx/slowcgi to get to that
point though.
OK benno@
