Search Suggest

Webserver
Webserver

How to redirect url in apache ubuntu linux

http to https redirection <VirtualHost *:80> ServerName abc.com RewriteEngine on SSLEngine on Redirect / https://abc.com </VirtualHost> R…

How to Install Tomcat 8.5.15 in CentOS/RHEL 6/7

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 Extract file # tar -z…