RSS Usefuljaja - Home

http://www.usefuljaja.com/

Last checked about 6 hours ago.

2 people have subscribed to this feed.

Feed frequency

post frequency (last month)

PostRank™ filter

latest 15 posts

« older items




Monday December 3rd, 2007

Ubuntu Gutsy - adding an nginx init script

From Usefuljaja - Home, 1 year ago, 0 comments Comment

In the previous article we installed nginx from source. However, installing from source does not create an init script.

Let's create such a script so we can easily start, stop and restart nginx and, perhaps more importantly, ensure it automatically starts on a reboot.

Ubuntu Gutsy - Installing Nginx from source

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Nginx is a popular server for those who do not need the bulk and extra services that Apache may offer.

This article will look at installing Nginx from source on an Ubuntu Gutsy Slice.

Ubuntu Gutsy - Django installation

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Django is a commonly used framework when developing webapps.

Let's take a look at installing Django on an Ubuntu Gutsy Slice and look at integrating database support.

Thursday November 29th, 2007

Ubuntu Gutsy - mongrel clusters and surviving a reboot

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Proxying requests to a mongrel cluster is one of the ways of serving your Ruby on Rails web application.

Let's create a cluster of mongrels and configuring it to restart after a reboot.

Ubuntu Gutsy - Apache vhosts, rails and mongrels

From Usefuljaja - Home, 1 year ago, 0 comments Comment

There are several ways of serving a Ruby on Rails application, one of which is to use Apache to proxy requests to mongrels.

There are a few ways of completing this and we're going to look at one simple solution. Other ways will be looked at in future articles.

Monday November 26th, 2007

Ubuntu Gutsy - Apache, SSL and vhosts

From Usefuljaja - Home, 1 year ago, 0 comments Comment

So you have a new SSL certificate (see here for self signed certs) and you want to configure Apache to serve your site on the standard HTTPS port (443).

No problem, it's easily done with a new Apache vhosts configuration file.

Ubuntu Gutsy - generating a self signed SSL certificate

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Secure connections to your website are vital when entering passwords or entering administration areas.

This article will take you through generating a self-signed certificate to use with https (port 443) connections.

Friday November 23rd, 2007

Ubuntu Gutsy - Apache Virtual Hosts #2

From Usefuljaja - Home, 1 year ago, 0 comments Comment

The previous Ubuntu Gutsy Apache Virtual Hosts article introduced the basics of the setting up virtual hosts.

This allowed us to serve multiple domains from a single IP address and Slice. Now we can look in detail at the settings available to us in the Virtual Hosts files and introduce some new ones.

Ubuntu Gutsy - Apache Virtual Hosts

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Now we have Apache installed and running, we can configure it to serve multiple domains using Virtual Hosts.

Do note the layout used in these articles is explained here - feel free to use the directories of your choice.

Ubuntu Gutsy - Apache configuration #2

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Continuing from the first Ubuntu Gutsy Apache configuration article, we now look at some of the other settings in the main apache2.conf file and what they can do.

Concentrating on efficiency and security, this will end our apache2.conf journey (for now).

Ubuntu Gutsy - Apache configuration #1

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Let's take a look at the main apache2.conf and ports.conf for our Ubuntu Gutsy install.

We're not actually going to change a lot at this point, just look at the main settings and see what they mean and what a change will actually do

Ubuntu Gutsy - Apache config layout

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Ubuntu Gutsy uses a slightly different Apache layout than you may have encountered if you have used Apache with non Debian based Operating Systems.

The differences are not huge and, indeed, help in configuring and deploying websites.

Ubuntu Gutsy - installing Apache and PHP5

From Usefuljaja - Home, 1 year ago, 0 comments Comment

Ubuntu Gutsy comes with Apache v.2.2.4 and PHP v.5.2.3 and they are easily installed via the default Ubuntu Package Manager 'aptitude'.

The advantage of using aptitude is that you will get any security updates from Ubuntu (if and when distributed) and dependencies are automatically taken care of.

Ubuntu Gutsy - MySQL and RoR

From Usefuljaja - Home, 1 year ago, 0 comments Comment

In the Ubuntu Gutsy setup articles (page 1 and page 2) we secured, updated and personalised the install ready to add some working software.

As such, we can now install MySQL and Ruby on Rails with subversion and Postfix support.

Tuesday November 6th, 2007

Ubuntu Gutsy setup - page 2

From Usefuljaja - Home, 1 year ago, 0 comments Comment

In page 1 of the Ubuntu Gutsy setup, we completed the ssh configuration along with a basic iptables install.

Let's move on and install some personal configuration files to make our life easier. Once done, we can update the install and create a solid base for the 'meat' of the server.

« older items