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

    Resolved it with the code from this post: http://www.litespeedtech.com/support/forum/showthread.php?t=3453
  3. T

    [RESOLVED] Rails issues

    I can't do that as actionpack-2.3.5 has a dependency on 1.0.1 or do I have to roll back to an older version of Rails?
  4. 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...
  5. 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.
  6. T

    Virtual hosts

    Thanks, that resolved the problem.
  7. 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