Articles Search Results

  1. How To Configure Single and Multiple WordPress Site Settings with Nginx WordPress is the most popular CMS (content management system) used on the internet today. WordPress sites can be served using a HTTP server such as Apache or NGINX, while Apache is a great option to serve websites, many sites have moved to NGINX beca... Read More
  2. How To Install Wordpress with nginx on CentOS 6 Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. Setup ... Read More
  3. How To Install Nagios On Ubuntu 12.10 Step 1 - Spin up Ubuntu 12.10 x64 and add SWAP memory To add 2GB of SWAP memory: dd if=/dev/zero of=/swap bs=1024 count=2097152 mkswap /swap && chown root. /swap && chmod 0600 /swap && swapon /swap echo /swap swap swap defau... Read More
  4. How To Install Nagios On CentOS 6 Step 1 - Install Packages on Monitoring Server rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm yum -y install nagios nagios-plugins-all nagios-pl... Read More
  5. How to Deploy Python WSGI Applications Using uWSGI Web Server with Nginx Understanding uWSGI and Using Nginx uWSGI is an ambitious project. Its toolset allows you to do so much more than simply hosting web applications. Since it does the job so well, and in such a performant way, over the years it has proven to be an ind... Read More
  6. A Comparison of Web Servers for Python Based Web Applications In this article, we will talk about three main things: Python, Web Servers, and most importantly the bits and bobs in-between the two. Jokes aside, this rather long article might seem dire for some looking for quick guidance or answers. Unfortunately... Read More
  7. How to Scale Django: Beyond the Basics Let's dig into the guts of our application and server configuration a little. This article is written on the assumption that you're using Ubuntu 12.04, but the principles work with any version of Linux. Cache Everything The downside is tha... Read More
  8. Django Server Comparison: The Development Server, Mod_WSGI, uWSGI, and Gunicorn When it comes to Django Servers there are quite a few choices. It can be difficult to know which setup is right for you. While each setup is different, they each come with their own advantages and drawbacks. In this article, we will attempt to explor... Read More
  9. How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to in... Read More
  10. How To Use SuExec in Apache to run CGI Scripts on an Ubuntu IntroductionThe Apache web server is the most popular web server in the world. It can be used to deliver static and dynamic web content to visitors in a multitude of different contexts. One of the most common ways of generating dynamic content is thr... Read More
Displaying 1 to 10 out of 12 articles found First Page Previous Page Page 1 of 2 Next Page Last Page