Search results

  1. M

    "cannot load configure file"

    Any change will do.
  2. M

    "cannot load configure file"

    I think the vhost configuration file is still empty, you need to make some changes to the configurations.
  3. M

    Change /tmp directory

    Not possible at this moment.
  4. M

    [WARN] Can't find ruby interpreter

    Login to our admin console, change "Ruby Path" configuration under "server"->"ruby rails" tab.
  5. M

    error log not logging

    That's normal, because there is nothing to log at error level, no error. :)
  6. M

    [WARN] Can't find ruby interpreter

    You need to find out the location of the "ruby" executable, and tell LSWS where it is. Please try "which ruby" or "whereis ruby". Maybe it is "/opt/csw/bin/ruby", I guess.
  7. M

    error log not logging

    You need to set "Log Level" for both server and vhost to "DEBUG".
  8. M

    Intermittant 404 errors.

    There is no rewrite base at vhost level, you have to use the full URI for matching. However, your rewrite rule can be used without any change at context level, just add two static context "/blog/" and "/uts/webmedia1/", and add those rules there, no need to specify the rewrite base with used...
  9. M

    error log not logging

    Try setting "Debug Level" to "HIGH" under "server"->"log" tab. It should log to both the server error log and vhost error log.
  10. M

    Rewrite Question

    The php issue should be fixed first. For the rewrite rule try something like RewriteRule ^/category/ /URL/to/PHP/SCRIPT
  11. M

    Intermittant 404 errors.

    Looks like it relates to LSWS .htaccess cache, for some reason, htaccess has been ignored until the cache checks if there is any change in .htaccess file. We will investigate. When does it start to happen? How frequently? Does .htaccess under public_html, uts or webmedia1 get updated frequently?
  12. M

    error log not logging

    Please check the log level, maybe there is nothing to log. If you select to use the main server error.log, it will not log to the vhost error log.
  13. M

    possible migration from lighttpd

    No. Yes, no problem at all. PHP LSAPI 3.0 module can be started from command line, please take a look at the README in the package. On server A, you need configure two remote LSAPI application and a load balancer, add the two LSAPI application to the node list of load balancer. It will never...
  14. M

    GeoLocation DB Support

    Since IP2Location API is licensed under GPL, we can not use it. Maxmind is the only option now. $90/month updates is a bit too high, but do you really need to update it every month?
  15. M

    "Network configuration is invalid..."

    We will have it addressed soon. :)
  16. M

    first hit after periods of inactivity is slow

    That's normal. Please check the "Max Idle Time" under "Ruby" tab.
  17. M

    "Network configuration is invalid..."

    Yeah, that's the problem, we need a MAC address for the key.
  18. M

    Rewrite Question

    If all categories are handled by one php script, you only need one rewrite rule. For the PHP build problem, you may need to do make clean first. Again, if you think it is too much for you to handle it, we have one installation service for $149 . :)
  19. M

    Rewrite Question

    FastCGI PHP built for Apache or lighttpd may not work well with LSWS in some cases. You'd better switching to lsphp, which will give you a little better performance as well. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi
  20. M

    Help installing MediaWiki (PHP app)

    If you are more comfortable with Apache configuration, you can try using Apache configuration directly, instead of converting Apache configuration to LiteSpeed configuration. It is very simple, just try this: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:other_cp
Top