Search results

  1. andyf

    SetEnvIf vs mod_rewrite

    Thanks for the update
  2. andyf

    SetEnvIf vs mod_rewrite

    Thanks, that's the feeling I had too, though was hoping someone could offer a more definitive insight - would that be possible?
  3. andyf

    SetEnvIf vs mod_rewrite

    In a configuration that is required to globally (server-wide) set environment variables (such as noabort) against requests matching at least 2 conditions (such as: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:run-without-timeouts): Question: Which would provide the...
  4. andyf

    mod_pagespeed porting to litespeed?

    Is there any progress update on this please?
  5. andyf

    PHP per host/path configuration directives

    I was asking specifically about the HOST= and PATH= syntax in the php.ini, which allows you to set values based on the location of files within the filesystem - so for example /home/regularusers/ could have one value and /home/superusers/ could have another. It also allows you to prevent...
  6. andyf

    LSAPI and Shared Hosting not working

    Hi, So considering indexes are disabled at the moment, should I be leaving them disabled, or enabling them. As it stands, any request for the web root (public_html) is not being passed to the Ruby LSAPI.
  7. andyf

    LSAPI and Shared Hosting not working

    It's giving a 403 because I disabled indexes, as you suggested here. This had to be done on a global default level, since .htaccess in the public_html root is not considered by the server. I should add this is a standard cPanel CentOS machine, running LSWS, if this helps. Requesting any URL...
  8. andyf

    LSAPI and Shared Hosting not working

    I've tried this, and other .htaccess directives, but the .htaccess inside the app/public directory and also within the public_html root seems to be ignored.
  9. andyf

    LSAPI and Shared Hosting not working

    Having done this, the request just returns: 403 Forbidden
  10. andyf

    LSAPI and Shared Hosting not working

    That seems to have done the trick, thanks. I think I might be seeing this problem: http://www.litespeedtech.com/support/forum/showpost.php?p=33987&postcount=8 In so much when running as development and the moment you try to add a route and remove the public/index.html it doesn't actually...
  11. andyf

    LSAPI and Shared Hosting not working

    Thanks. That has resolved the error, however there is a further error now: /usr/local/lsws/fcgi-bin/RailsRunner.rb:91:in `<main>': uninitialized constant RAILS_ROOT (NameError) 2012-11-27 12:22:51.283 [STDERR] /usr/local/lsws/fcgi-bin/RailsRunner.rb:91:in `<main>': 2012-11-27 12:22:51.283...
  12. andyf

    LSAPI and Shared Hosting not working

    Thanks, again another error: 2012-11-22 09:08:33.770 [STDERR] /usr/local/lsws/fcgi-bin/RailsRunner.rb:29:in `require') from /usr/local/lsws/fcgi-bin/RailsRunner.rb:29:in `<main>' 2012-11-22 09:08:33.771 [STDERR] cannot load such file -- lsapi (LoadError2012-11-22 09:08:33.770 [STDERR]...
  13. andyf

    LSAPI and Shared Hosting not working

    Thanks, that worked, but now there's another error: # 2012-11-21 10:02:53.833 [STDERR] /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- initializer (LoadError) from...
  14. andyf

    LSAPI and Shared Hosting not working

    The wiki regarding RoR in a shared environment is pretty short: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:rails_hosting It says to enable the 'Rails shared hosting', it doesn't even go into detail about installing Rails or the LSAPI, one presumes that comes from...
  15. andyf

    PHP per host/path configuration directives

    ref: http://us3.php.net/manual/en/ini.sections.php PHP allows configuration directives to be defined with HOST= and PATH= syntax. This prevents these directives being overridden from from ini_set or via .htaccess. Does LSWS support this, as no matter what I try, the configuration...
Top