Search results

  1. M

    Download/Upgrade 4.0.13-ent!

    Please do a manual download and upgrade for this time. it has been addressed in 4.0.13.
  2. M

    [Resolved] htaccess file directives in subdirectories

    Or, use php_value engine off and php_value engine on in .htaccess to control PHP support.
  3. M

    lslb 1.7 - Failed to decrypt your license key. / Failed to encrpyt request!

    Please download 1.7 release again and do a manual update, see if the problem goes away.
  4. M

    lslb 1.7 - Failed to decrypt your license key. / Failed to encrpyt request!

    Does it start to happen with 1.7. Looks like something wrong with OpenSSL. Which platform are you using? linux i386/x86_64 or something else.
  5. M

    my rails runner

    So, you think it is safe to remove those. it was in the original RailsRunner.
  6. M

    mysql query is fast on apache not litespeed ?

    150 is too high, you should try something like 10 or 20 at most for shared hosting server. check the number of PHP processes running. Check real time status report see if WaitQ stay at zero at peak hours. It is completely between PHP and MySQL, make sure you use the same PHP mysql client library...
  7. M

    Securing Servers

    User can only override less important configuration via .htaccess with php_value just like with mod_php. php.ini in user's home directory does not work.
  8. M

    mysql query is fast on apache not litespeed ?

    It is one large vb forum, you need to increase "PHP suEXEC Max conn" http://www.litespeedtech.com/docs/webserver/config/general/#phpSuExecMaxConn
  9. M

    my rails runner

    After trouble shooting an issue with radiantCMS, I come up a new RailsRunner to address following issues: 1. Failed to detect Rails version when application bundled with Rails like radiantCMS. use Rails::VERSION::STRING to get rails_ver now 2. Add our own rack handler into RailsRunner, so...
  10. M

    Simple CGI

    scgi is not supported.
  11. M

    Securing Servers

    http://www.litespeedtech.com/support/forum/showthread.php?t=2814
  12. M

    High Traffic vbulletin forum with 503 Errors

    Try a force reinstall from LSWS web console. Or download the package and run the install.sh from command line, no service interruption either way.
  13. M

    No output from SNMP

    try quoting "/usr/bin/php -q"
  14. M

    No output from SNMP

    Maybe you should use remove "#!/usr/bin/php -q" from sample.php
  15. M

    Error 500 when switching to apache

    Just login to shell, and tail -1000 /usr/local/apache/logs/error_log to show the last 1000 lines. change the number to make sure it include the log related to 500 error.
  16. M

    Error 500 when switching to apache

    You need to check /usr/local/apache/logs/error_log, Looks like some require feature was not compiled into apache, you need to fix it with easyapache.
  17. M

    High Traffic vbulletin forum with 503 Errors

    Have you download and upgrade to the latest build of 4.0.13? It will reduce false alarms. Usually "Connection reset" is caused by PHP crash in middle of processing a request.
  18. M

    allow_url_fopen and tmp problem

    It is a PHP feature, not directly related to LiteSpeed. should work fine if corresponding PHP module is available.
  19. M

    No output from SNMP

    Maybe you need to use #!/usr/local/bin/php -q to silence PHP header output.
  20. M

    allow_url_fopen and tmp problem

    You can copy admin/conf/php.ini from a expanded installation package.
Top