TimJTi opened a new issue, #3134: URL: https://github.com/apache/nuttx-apps/issues/3134
### Description I am successfully using the thttpd library to serve my pages and run custom cgi scripts but I have not managed to coerce it to parse the index.html page for simple SSI directives such as date. As best as I can find out - and I appreciate this is not "native" nuttx-apps and is quite old - I should be able to get it to parse by changing the usual URL `http:/10.0.0.1/index.html` to a URL like this: `http:/10.0.0.1/cgi-bin/ssi/index.html` (which is where the cgi "applications" are located, albeit virtually I think) I have debugged this as best as I can and it seems to fail as PATH_TRANSLATED environment variable is null. But I might be missing the point? It's not a big deal as I can sort this using my own CGI script, in the style of a REST API or something, but it annoys me that I can't get it to work! ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org