Enable Apache CGI for Dynamic Programming Languages on Ubuntu 19.04May 13, 2019 Ubuntu CGI (Common Gateway Interface) is an protocol which allows Apache Web Server to interact with external programs, especially scripts written…
Use Python SimpleHTTPServer to Quickly Serve Filesystem ResourcesMay 12, 2019 Uncategorized Python SimpleHTTPServer represents a fast alternative to serve files from a directory on your system via HTTP protocol without the…