by Sijin George | Feb 5, 2019 | Latest, Server Administration
Web servers like Apache, Nginx, etc. do not know how to run Python applications. That’s why, Django web applications need an interface like WSGI to communicate with web servers. But, what if the hosting servers do not support these WSGI (Web server gateway...
by Sijin George | Feb 4, 2019 | Server Management
Every application consumes server resources. At times, buggy applications create resource crunch on the server and result in memory errors. One such error is “mmap failed cannot allocate memory”. This error primarily happens due to memory shortage....
by Sijin George | Feb 2, 2019 | cPanel, Server Administration
My client wants to host Django application on the shared hosting server. Can you setup python app on cPanel so that I can host the website? That was a recent customer request received in our Server Administration Services for Web Hosting providers. Enabling Python...
by Sijin George | Feb 1, 2019 | Redis, Server Administration
Caching or storing frequently accessed data in memory is one of the proven ways to improve site speed. But, does Laravel website support caching? Yes. Installing Redis cache on Laravel really helps to speed up your web app. But, this involves configuration changes...
by Sijin George | Jan 31, 2019 | Docker, Linode
Linode allows you to install multiple applications on the same server. But at times, there can be a requirement to isolate certain apps due to security reasons. That’s where Docker helps. Docker is a tool that allows to create and deploy packages needed to run...
Recent Comments