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