Search results

  1. T

    Rails Context Definition

    In the Rails Context Definition there is a field labelled 'URI', what is this referring to? Tony
  2. T

    [RESOLVED] Rails issues

    I'm trying to setup a rails application on a virtual host and keep getting these messages in the log: [STDERR] /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:105:in `const_missing' [STDERR] : [STDERR] uninitialized constant...
  3. T

    Rewrite problem

    There seems to be a small problem with rewrite, if I have an entry like this in my htaccess: Redirect permanent /index.html http://www.domain.com then Litespeed continually redirects until the browser errors. Apache is happy with this redirect.
  4. T

    Virtual hosts

    I have three virtual hosts I copied from my apache configuration, unfortunately litespeed only seems to accept the last one. Each looks like this: <VirtualHost *> ServerAdmin webmaster@localhost ServerName www.domain.com ServerAlias domain.com DocumentRoot /web/domain/...
Top