How to redirect url in apache ubuntu linux Md. Shahzad Alam - 13:23 0 Edit http to https redirection <VirtualHost *:80> ServerName abc.com RewriteEngine on SSLEngine on Redirect / https://abc.com </...
How to Install Tomcat 8.5.15 in CentOS/RHEL 6/7 Penguin Technology - 23:16 12 Edit Download tomcat tar package # wget wget http://www.us.apache.org/dist/tomcat/tomcat-8/v8.5.15/bin/apache-tomcat-8.5.15.tar.gz ...