Tag Archives: PHP

Mongrel + Nginx: Deploying to a subdirectory

Though using subdomains is all the rage right now, there are certianly instances where you may want to deploy your rails application to a subdirectory such as: http://www.johnyerhot.com/myrailsapp Of course Nginx makes it super easy to do so. If you need to get your webserver ready with Nginx, PHP running as a FCGI instance, and Rails [...]
Posted in Geeky, PHP, Ruby On Rails, nginx | Also tagged , , , , | 1 Comment

Drupal | Front Page Module + Nice Menus = Headache

I’ve spend all morning trying to get this to work.  I am using nice menus and the frontpage modules in Drupal for a project at work and I could not for the life of me get the nice menu to work on the newly created frontpage I set up using “full” type of front page. After [...]
Posted in Drupal, PHP, Programming | Also tagged , , | Leave a comment

How to: Nginx, FCGI, PHP, MySQL, Ruby On Rails, Rewrite

In a previous post I talked about how I just set up my new Slicehost account using Nginx to power this blog (Wordpress – PHP) and some Rails Apps. Here’s a mini how to on how I got the whole thing working, as its not quite as easy as it sounds. First though – Why [...]
Posted in Linux, PHP, Ruby On Rails, nginx | Also tagged , , , , , , , | 15 Comments