Search results

  1. N

    Rails 3 site not working

    Hi, I'm trying to get a Rails 3 (latest version) site running on Litespeed (also latest version). I have installed ruby-lsapi 4.0 and ruby 1.9.3p194. When I start Litespeed I get the following error in stderr.log: Any ideas how I can fix this? Many thanks in advance. Kind regards, Nick
  2. N

    Rails page caching with multiple domains same vhost

    Hi, I have multiple domains running from the same vhost. I have enable page caching in Rails to speed things up, but Litespeed isn't serving these caches. Below is an example to explain the problem. Suppose I have three domains running from the same vhost: www.a.com, www.b.com and www.c.com ...
  3. N

    Problems installing OpenX 2.6

    Hi, I'm trying to install OpenX 2.6 (www.openx.org) on my server. I get to the installation step where OpenX lists all the directories in which it is going to save its information. When I go to the next step I would normally configure the admin password, but all I get is: 503 Service...
  4. N

    New 3.3.3 version not showing up in version management

    Hi, I noticed that version 3.3.3 is already out a couple of days. But the 3.3.3 version doesn't show up in my version management of my admin panel. I'm still stuck at 3.3.1. What should I do to make 3.3.3 show up in the version management? Kind regards, Nick
  5. N

    How to set environment variables in Rails context

    Hi, I need to set environment variables (like JAVA_HOME) in my Rails application. The manual (http://www.litespeedtech.com/docs/webserver/config/rails/#env) says to do it in the Rails context. Unfortunately I can't find it there. Where do I set it in Litespeed 3.2.4? Thanks. Kind regards...
  6. N

    Cron job using php from Litespeed

    Hi, I have made a cron job that should run a php script each 15 minutes. My PHP 5 that is used by Litespeed is installed in /php5/bin/php. So my cron job looks like: 15,30,45,59 * * * * root /php5/bin/php /path_to_php_script But nothing happens. What is going on? Is it possible to...
  7. N

    403 Forbidden error

    Hi, I'm trying to create a virtual host to access files in my Tomcat webapps folder in Litespeed 3.1.1. So far I have made a script handler for jsp files (although there are no jsp files involved) and I have made the following context: Java Web App URI: / Location: $VH_ROOT/ Servlet...
  8. N

    Litespeed stops working

    I'm trying to get JWChat to work behind Litespeed. I have it deployed on a Tomcat server. JWChat is working when I access it on port 8080. I have also enabled port 8009 on Tomcat. On Litespeed (I'm using 2.2.6) I have added an external application: Name: Tomcat 5.5 Type: Servlet Engine...
  9. N

    Problem disabling virtual host

    Hi, I'm using Litespeed 2.2.6 and I would like to disable one of my virtual hosts. When I disable it in the server status screen and do a graceful restart, it gets enabled again. Is this the intended behaviour? Kind regards, Nick
Top