Search results

  1. M

    Dynamic VHosts

    Addendum: The VHosts are versioned copies of sites (svn) that are exported and used individually by ~10 people. Each vhost in apache currently follows the following URL syntax: http://project-name.username.devsite.com/ This would have to be preserved. Any thoughts?
  2. M

    Dynamic VHosts

    I'm switching a large vhost development environment from Apache 2 to LiteSpeed. I understand how single VHosts work, but what is the best way to set up multiple (~50+) vhosts, save for each one individually? For example, the current Apache setup uses a php script to scan for directories inside...
  3. M

    VHost Config Issue

    I changed $VH_ROOT's owner and group to nobody, which is the same as litespeed... so shouldn't it be able to access it? also, /usr/bin and /usr/local/bin are the only places that I know of that have a ruby (etc) executable, but then again, I'm obviously not an expert. :) So, to test the...
  4. M

    VHost Config Issue

    I had changed the ruby version once or twice. I had two versions of rails for a bit, but regardless of which version I created an app using (1.2.4, eg), if I create a basic view/controller test app, it parses the ruby just fine from LS. I was thinking that the ruby plugins I use...
  5. M

    VHost Config Issue

    Howdy, I just switched to a VPS from shared hosting and have been setting up the server. Currently I'm using: actionmailer (1.3.4) actionpack (1.13.4) actionwebservice (1.2.4) activerecord (1.15.4) activesupport (1.4.3) daemons (1.0.9) mysql (2.7) rails (1.2.4) rake (0.8.1)...
  6. M

    LS Dynamic Subdomains / Request_Routing

    Thanks, that was a lot of help. I have the rewrite working properly for the most part, and this is a little off-topic, but maybe someone knows the answer off the top of their head: Part of my .htaccess looks like this: RewriteCond %{HTTP_HOST} ([^.]+)\.mysite\.com RewriteRule (.*)...
  7. M

    LS Dynamic Subdomains / Request_Routing

    I have request_routing installed, and as far as I can tell there shouldn't be too much tweaking required from the plugin end to parse for subdomains, however, it doesn't work. My .ls_rails_config is set up (and working) per default settings, as such: RailsApp myapp "/rails_site_folder"...
Top