cgi: compare the physical path instead of the url to detect quirky urls
[project/uhttpd.git] / uhttpd.h
index cace950fc41b0d4bc26b907ff2f4c0f9f38f0004..daf68cecb39b9dbebffb547ecb20b0897ea4ede9 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -52,6 +52,7 @@ struct config {
        const char *file;
        const char *error_handler;
        const char *cgi_prefix;
+       const char *cgi_docroot_path;
        const char *cgi_path;
        const char *lua_handler;
        const char *lua_prefix;