Configure SSL Apache on Ubuntu…
Generate a Self-Signed Certificate:- $a2enmod ssl $mkdir /etc/apache2/ssl $openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/ssl.pem -keyout /etc/apache2/ssl/ssl.key You …
Your blog category
Generate a Self-Signed Certificate:- $a2enmod ssl $mkdir /etc/apache2/ssl $openssl req -new -x509 -days 365 -nodes -out /etc/apache2/ssl/ssl.pem -keyout /etc/apache2/ssl/ssl.key You …
Ddownload Tomcat http://tomcat.apache.org/ Unzip it with tar -zxvf Tomcatxxx.tar tar -zxvf apache-tomcat-7.0.25.tar.gz No make or configuration required, just change to …