After updating my website on webfaction nginx kept saying permission denied and when I tried to view my site I …
read moreOther articles
"Mac OS X run nginx as a user process"
I do not like having to use sudo to run development servers for testing web applications. sudo should be reserved …
read more"Nginx Enable Directory Listing"
Directory listing can be enabled (disabled by default) by adding this:
autoindex on;Example usage
read morehttp{ server { #Server with no …"How to test subdomains on a development machine"
I recently documented how I installed Ruby Enterprise and nginx on Mac OS X. Here we see how to make …
read more"413 Request Entity Too Large"
The '413 Request Entity Too Large' Error message is because you have filled in a form and are submitting it …
read more"Installing Ruby Enterprise on Mac OS X"
Download ruby enterprise and follow instructions on page. The exact commands I used are:
read more$ cd ~/bin $ wget http://rubyforge.org …"Webfaction new user with access to their own site"
With Webfaction you can create new users with there own home area but there is no straight forward way to …
read more"Installing the ruby gem twitter on webfaction"
[Update]
read more
As this is a long post I am putting this update at the top. If you just want to …