Common Gateway Interface - CGI
Common Gateway Interface - CGI
CGI is an interface specification to run console applications on a server. Param like Query Param and Path are set an env variables for use in applications
Starting up with busybox httpd
busybox httpd -p 8080 -h $HOME/public_html
busybox httpd -p 8081 -c /path/to/http.conf -h /path/to/www