Search results

  1. M

    Upgrade Issue with Xcache

    You have to use command "sudo -u <user_name> <path_to_lsphp> -i" to check. User name should match the user that lsphp process run as. I think it is a permission issue.
  2. M

    Controllers with the same name in different namespaces

    Does $logger work for rails 2.x when WEBrick or mongrel is used? Another main difference of Ruby LSAPI is that it forks children processes off a process with initialized Rails framework, I am not sure it is the cause or not.
  3. M

    Controllers with the same name in different namespaces

    The only difference is that LiteSpeed only set a few Environment variable, not everyone in the shell, if you the route depends on some special environment variable, it must be set under "ruby rails" tab. For example, "HOME" must be set when use RESTful route.
  4. M

    Apache to Litespeed in Cpanel

    That's correct. everything is still managed by cPanel.
  5. M

    [Sun Jan 27 10:39:48 2008] [apc-error] apc_mmap: mmap failed: Cannot allocate memory

    There is a memory limit configuration in php.ini as well.
  6. M

    Suhosin/Zend/Ioncube/eAccelerator

    You can try it from command line with sudo sudo -u <user_name> lsws/fcgi-bin/lsphp -i
  7. M

    no attempt to autoupdate...

    All those operations are performance by LSWS watchdog process, so "Auto Restart" must be set to on. Since we have a lot of feature depends on the watchdog process, 3.3.4 has been changed to always on, can not be disabled.
  8. M

    LiteSpeed is not working with Mod Security?

    LiteSpeed does not block requests result in 404 not found.
  9. M

    problem with part of my site when using LiteSpeed

    You have to trace a PHP process that proces the request that has problem, those are idle processes. You can apply another trial, we allow trial for maximum 30-days for each server, and we offer 30-days money back as well.
  10. M

    gd jpeg

    For linux, you need to install jpeg-devel RPM.
  11. M

    PHP with no file_get_contents()???

    It is a PHP core function, should be available to all PHP SAPI, it might be a permission issue or something.
  12. M

    if upload MIME TYPE for flv (flash video) don't recognized

    Are you streaming the flv through PHP? the MIME type probably is set by PHP not by LSWS. If you do so, you should look into our "Internal redirect" feature, do a search on the forum.
  13. M

    LiteSpeed Web Server 3.3.4 has been released

    LiteSpeed Web Server 3.3.4 has been released Download LiteSpeed Web Server View Version History
  14. M

    if upload MIME TYPE for flv (flash video) don't recognized

    There should be any problem with the configuration, maybe your browser cached the file, clear browser cache and try again.
  15. M

    Limits per vhost

    Feature like proxy detection probably will not make into the lshttpd core, we'd like to keep it light and make API available for third party external processors.
  16. M

    Limits per vhost

    Some complex logic can be done with external processor like PHP, RoR or other web programming language, like proxy detection etc. after authenticated, issue a internal redirect to let lshttpd serve the file directly. We will update our wanted feature list as well.
  17. M

    Problem with Protected Area

    Maybe the page was cached by your browser, clear browser cache first.
  18. M

    I really really need to disable these core dumps

    http://en.wikipedia.org/wiki/Bus_error
  19. M

    Gzipping of all.js

    gzipped version should be served, the query string part should be ignored it is a static file. Please double check if the "Static gzip cache directory" is not full, by default is under /tmp/lshttpd/swap.
  20. M

    bytelog configured in LSWS vhost doesn't work.

    OK, this issue has been identified and fix has been committed to the 3.3.4 release. Sorry for the delay, we do need a little bit more detail in the bug report to get it fixed. :)
Top