I used Deprec to setup an app running on Apache and Passenger on Slicehost a few weeks ago.
I followed these directions: http://wiki.slicehost.com/doku.php?id=get_started_with_your_new_ubuntu_slice Up until the 'Configure the Package Manager' section and let deprec do the rest The whole process went very smoothly with one exception: I was getting this error: VirtualHost *:80 — mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results The fix: I had to remove the default site: cd /etc/apache2/sites-enabled/ sudo rm 000-default The file is still available here: /etc/apache2/sites-available/ But is not conflicting with the config files that deprec sets up. I don't think Deprec is setup to do Passenger and Nginx. I, however, prefer the ease of use of Deprec over the control of trying to do it by hand. -Nathan On Sep 1, 2009, at 4:15 PM, [email protected] wrote: > > I know a lot of folks in the group use slicehost so I thought I'd > throw this up there to a) see what other setups are working for you > all and b) get your thoughts on going with Ngnix and Passenger for my > Rails apps. > > Thanks - wg > > --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
