Search results

  1. M

    Server is slow

    I will take a look.
  2. M

    Document Root

    owsadm.exe is the frontpage server extention.
  3. M

    Virtual Hosts & Additonal Websites

    3.3.13 release package is available now, just change the version number in the download link to get the new release package. Should be fixed.
  4. M

    Rails send_file not working with litespeed

    Yes, it is monitored. :) The reason for lacking response to your post is that we are not ruby/rails developer, we can only provide generic information about this feature, which we already did. You are welcome to update the wiki to include your RoR code sample. :)
  5. M

    Displayed permanent redirects

    Maybe the target URL end up with a error page other than "200 OK", in that case LSWS will display the default "301 ..." page.
  6. M

    Virtual Hosts & Additonal Websites

    Login to the web admin console then try add listener xx.xxx.xxx.171:80 there, if that IP has not been listed, LSWS might have some problem with your IP configuration. Another choice is to create a wildcard listener *:80 from the web console. You need to restart twice to make it properly.
  7. M

    Server is slow

    the latest 3.3.13 build should work better during a graceful restart. You shuld be able to switch back to apache with service lsws stop service httpd start when override restartsrv_httpd /usr/local/apache/bin/httpd uninstall is for wrapper script only, make sure to uninstall it when use...
  8. M

    Virtual Hosts & Additonal Websites

    Maybe you are using the standard edition and the 5 vhost limit has been hit?
  9. M

    $_server['pass_translated']

    It will not be set when there is no PATH_INFO in the request URL. You can try a URL like http://yousite.com/phpinfo.php/path/info PATH_TRANSLATED should be there.
  10. M

    $_server['pass_translated']

    should be PATH_TRANSLATED . PATH_INFO should be used.
  11. M

    /tmp change

    set your gzip cache directory to somewhere else under server->tuning tab.
  12. M

    Server is slow

    You can try the new option which replace cPanel srvhttpd_restart script with 3.3.13.
  13. M

    Zend optimizer is not working?

    PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-3.3.0/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0phpinfo()
  14. M

    AutoUpdate wierdness

    Seems there is a memory related bug that cause lshttpd crash during server shutdown. working on it.
  15. M

    Core files?

    We are working on this. Need to find a not very busy server to use valgrind to fix the bug.
Top