Search results

  1. M

    SSL issue

    You need to set the "SSL Protcol" table as well. check SSLv3, TLSv1, "HIGH" and "Medium"
  2. M

    can't upload file larger than 10mb?

    what did you get? connection reset? 503 error? Maybe PHP process need more memory to process uploaded file? Try increasing the memory limit for PHP from php.ini and in LSWS web console. Yeah, there are so many settings can affect this. ;-)
  3. M

    raw domain logs syntax

    OK, we will investigate.
  4. M

    Forcing a PHP version?

    add script handler configuration. http://www.litespeedtech.com/docs/webserver/config/scripthandler/
  5. M

    Forcing a PHP version?

    add lsphp5 external app if not here yet. change script handler for "php" from lsphp4 to lsphp5. Make sure you check the correct lsphp5 executable. ./lshphp5 -i should show the configuration parameters.
  6. M

    lsphp4 using high CPU

    the opcode cache will work better if you turn off PHP suexec. For a server hosting one main PHP site, I would turn it off.
  7. M

    503 Error's, PHP didn'nt compile right.

    Just make sure it is not your data center causing this problem, an OS restore may not help. Please backup your serial.no and license.key.
  8. M

    lsphp4 using high CPU

    Are you using similar php.ini for both mod_php and lsphp4, except for the part of eaccelerator?
  9. M

    503 Error's, PHP didn'nt compile right.

    Yes, I think SYN limit contribute to the problem at least. You can try something like ab -n 10 -c 1 -k http://hd-development.net/asfdafd and ab -n 10 -c 1 http://hd-development.net/asfdafd form your pc, one use keepalive, one does not, the keepalive one will be finished in short time...
  10. M

    Upgrade from 3.2.x to 3.3.x - 503 service unavailable

    Maybe that related to your 503 errors. Please check error.log and stderr.log for related error messages.
  11. M

    503 Error's, PHP didn'nt compile right.

    I think there is something wrong with your network configuration. Maybe rate limited with iptables? Please check packet drop, packet retransmission in your "netstat -s" output.
  12. M

    503 Error's, PHP didn'nt compile right.

    I got your email, and have checked it. Your email server still bounce our reply email. for fixing PHP 503 error, please check our trouble shooting guide in our wiki. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi#trouble_shooting You have set the lsphp5...
  13. M

    Upgrade from 3.2.x to 3.3.x - 503 service unavailable

    Library dependency problem, try installed the corresponding devel library.
  14. M

    lsphp4 using high CPU

    Try turning off "php suexec", since you only have one main site. And do not compare php5 with php4.
  15. M

    Upgrade from 3.2.x to 3.3.x - 503 service unavailable

    PHP LSAPI has been updated, make sure to recompile your PHP binary when new LSAPI is available.
  16. M

    lsphp4 using high CPU

    Are you using PHP suexec with LiteSpeed, sometimes, PHP may have permission problem and may lead to higher load. Some PHP code uses disk cache, for some reason, it causes high load problem when there is permission problem.
  17. M

    error_log is constantly being written to

    It available now, just change the version number in the download link to get it.
  18. M

    lsphp4 using high CPU

    That's because PHP requests has all been handled by one or two lsphp processes, while with Apache mod_php, that load has been distributed among many Apache httpd processes. If add all the cpu usage of httpd processes up, it is higher than lshttpd + lsphp.
Top