Hi Jeff.
Thank you for your reply.
Actually it is working really good on the tinycore linux already. It is running fine even on the version without the option for no logging, however, I would imagine that if I left it running for a long time the log file would finally have used all the RAM, so the "no logging option" is a good thing.
Regarding the PHP - actually I would prefer if I could manage using CGI only, so I will continue working down that path.
I have tried to use method POST instead of GET, but then I can't see the variables?
Once again - thank you for this nice little web-server
Steen.
Just spotted this BASH script which should be able to manage both get and post actions, both somehow I can't manage to get it to show the variable and its value. http://oinkzwurgl.org/bash_cgi
A similar script:: https://marc.waeckerlin.org/computer/bl ... gi_scripts But again I can't get it to show the variables and values.