summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httpd/server_fcgi.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/httpd/server_fcgi.c b/httpd/server_fcgi.c
index d0a8800..b627dc3 100644
--- a/httpd/server_fcgi.c
+++ b/httpd/server_fcgi.c
@@ -210,6 +210,13 @@ server_fcgi(struct httpd *env, struct client *clt)
}
script[scriptlen] = '\0';
}
+ else {
+ if (fcgi_add_param(&param, "PATH_INFO", "", clt) == -1) {
+ errstr = "failed to encode param";
+ goto fail;
+ }
+ }
+
/*
* calculate length of http SCRIPT_NAME: