Here is a Full Guide on How To Troubleshoot When WordPress is Not Showing SSL Padlock on Browser. Making WordPress SSL Lock to appear has tricks. Clearly know - any PHP caching, backend gzip can never create any issue with SSL Padlock's appearance or disappearance. We shared some tricks in the guide WordPress SSL Setup Tips, but here is almost the full guide which work and there is no guide on the … [Read more...]
Archives for August 2014
Load Balancer versus HTTP Accelerator on Cloud IaaS
We can compare the working mechanism of Load Balancer versus HTTP Accelerator when we are using any Cloud based IaaS. There are differences. Through previously published articles, we talked both about Load Balancing and HTTP Accelerator like Varnish. These are actually different type of server setups intended to deploy any Web Application. For a given web application, we consider which server … [Read more...]
WordPress Nginx php5 fpm Installation on Rackspace Cloud
Here is a helper video guide to prepare and install WordPress on Ubuntu 14.04 PVHVM on Rackspace Cloud Server With Nginx php5 fpm and MySQL. For developmental setup, you can use one server configuration - you can run Application Server (MySQL) and Web Server Software (Nginx) on the same server. This is a helper video guide corresponding to our previously published guide to Install WordPress with … [Read more...]
HTTP 2.0 : What Changes Are Expected With the New Standard
HTTP 2.0 is the next major release of HTTP Protocol used by WWW. What Changes Can Be Expected With the New Standard HTTP 2.0? This is the next major release of HTTP Protocol which will be used by W3C. It is certain that the Web will change with the advent of HTTP 2.0 that is emerging more and more like a real standard. HTTP 2.0 is expected to come into operation in next November and should hold … [Read more...]
HTTP 2.0 : Next Version of HTTP Protocol used by WWW
HTTP 2.0 is the Next Version of HTTP Protocol used by World Wide Web. HTTP is in use for the past 21 years with three official versions. HTTP, being a key element of the Internet which remains unchanged for so long, proves beyond doubt it is the exquisite workmanship, development of the network which does not show its age and does require changes and upgrade towards a newer version - HTTP 2.0 as … [Read more...]
RESTful API for WordPress to Enable Public HTTP GET Request for Posts
RESTful API for WordPress Can Enable Many Features to a Website Like We Can Fetch Data for Facebook Page from Widget via HTTP GET Request. Previously, we explained Why Your Cloud Based App Needs API and if you are not sure what is REST API or Representational State Transfer API, you must read the linked article first. We have a nice tool named CocoaRestClient which can test your App™s response. As … [Read more...]
Installing WordPress on Lighttpd Web Server
Installing WordPress on Lighttpd Web Server is quite easy “ the major difference is the presence of pdo directory and db.php file in the root of FTP folder. We already talked about lighttpd Web Server Software and it is assumable that, why we want to go for installing WordPress on lighttpd Web Server Software “ it is light. We are assuming that, you are not a novice user, you already know how to … [Read more...]
Specifying Webroot from Apache httpd File in Heroku Cloud
Specifying Webroot from Apache httpd File in Heroku Cloud is possible to set just in the way in case of our server with SSH / Telnet access. Please read and follow the previous guide on Advanced Commands for Perfect Setup for Heroku Cloud, before proceeding with this step by step guide for Specifying Webroot and configuring it. Otherwise it might appear to be difficult to follow. What … [Read more...]
Tools For Checking HTTP Requests and Responses From a Server
Tools for checking HTTP requests and responses from a server are required for your web server™s response to a particular request. Here is an updated article. This is an updated article which was published 4 years ago on this website, it got deleted due to corrupted database as we needed to move and change the whole setup for SSL. Practically these kind of articles are evergreen and time standing. … [Read more...]
Add Swap or Virtual Memory on Rackspace Cloud Server (Ubuntu)
Here is how to add Swap or Virtual Memory on Rackspace Cloud Server Instance running Ubuntu 14.04 LTS. Swap can save instance from complete failure. However, on Rackspace Cloud, it is not recommended to use Swap or Virtual Memory to fight with RAM crisis. This guide to add Swap or Virtual Memory on Rackspace Cloud Server is for "increasing" RAM for temporary period - like that, while upgrading a … [Read more...]
Editing httpd.conf on OpenShift
For various reasons, an user might want editing httpd.conf on OpenShift PaaS. Here is how you can edit and making it working on restart. We have quite good number of articles on OpenShift PaaS, one can use the search feature on this website to get the search result like a list of article by using OpenShift as keyword to search. First you need to know about the Cloud Computing Service Models. … [Read more...]