Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

My debian days…

My debian days…

I had dedicated few days of past few weeks for Debian in search of stable, secure and reliable solutions.  With Debian, I ended up finding robust solutions for lots of questions which we had while setting up LAN resources. Debian net install CD which weighed...

Redirect HTTP request to HTTPS

To redirect http requests to https on your Apache web server use .htaccess and add the following rewrite rules. RewriteEngine On RewriteCond     %{SERVER_PORT} ^80$ RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] You can also add it inside the...

Apache: Segmentation Fault $HTTPD -k $ARGV

Hit with segfault while restarting apache? Segmentation Fault $HTTPD -k $ARGV Check if any one recompiled apache and other modules recently. If yes, try recompiling Apache or the module in question once again. See if there is any other error while compiling which...

Speed up website: Set HTTP Expires header

When I see my website loading very slow, I get irritated as I want that to load fast on any type of Internet connection. Because, I’m trying to reach out to all… Step by Step take action on website optimization and speed up your website. All it takes is...

Tomcat Dummies for Cpanel Server

How to enable tomcat support for an account created under Cpanel Server? Quite simple. If you’re a server admin, Login to WHM and search for “Install Servlets” option. Select the domain name and click on Install. Now, this feature will make the...