Jun 21, 2012 | Cloud Computing, Gnu/Linux, Technical, Webhosting
When you have a varnish server infront of your Apache server, you will be reverse proxying the requests. This will mark your varnish’s servers ip as the client in apache logs. To let apache know the real client’s ip we can user mod_rpaf module needs to be...
Dec 28, 2008 | linux, Product Info, QuickFix, Technical
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...
Dec 18, 2008 | linux, QuickFix, Technical
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...
Dec 11, 2008 | linux, QuickFix, Technical
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...
Nov 20, 2008 | linux, QuickFix, Technical
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...
Sep 26, 2008 | linux, Product Info, QuickFix, Technical
Many times clients, severely get hit by DDos attacks on their web servers. At first level, we get to identify the domain which is being targeted if you’re looking into a shared hosting server. Once that is done, we can try limiting the number of simultaneous...
Sep 19, 2008 | linux, Product Info, QuickFix, Technical
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...
Recent Comments