|
You need to creat a "CGI" context and copy the executable to the directory that the context refers to.
For example, with default installation, just copy the executable "foo" under lsws/DEFAULT?cgi-bin/, then access url http://<host>/cgi-bin/foo to execute it.
|