Install Apache mod_wsgi Module on Ubuntu 18.04

The mod_wsgi Apache module is used for serving Python scripts over HTTP via Apache web server. This tutorial helps you to how to install Apache mod_wsgi module on Ubuntu 18.04 (Bionic Beaver). Step 1 – Prerequisites Login to Ubuntu 18.04 server console via SSH and install some prerequisites packages on the system. sudo apt-get update […]

Share:
Continue Reading

Install Tomcat 9.0 / 8.5 on Ubuntu 18.04 / Linux Mint 19

Apache Tomcat (aka Tomcat Server) is an open source Java servlet container developed by the Apache Software Foundation. Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. Here is the post about how to install Apache Tomcat 9.0 / 8.5 […]

Share:
Continue Reading