Search results

  1. M

    AIO block size

    1M should be good for a media/CDN server.
  2. M

    RapidSSL - Invalid Chain Error

    The certificate itself is loaded fine, when access the https:// website, it return error code 500, and include some none-secure content, that causes warning from browsers. It is a site configuration issue, need to make it HTTPS friendly.
  3. M

    LSPHP & X-Sendfile

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect
  4. M

    Too many users - 503 Service Unavailable

    Please check error log and stderr log, dmesg output. I think it is some kind of resource limit has been hit.
  5. M

    [solved] IPv6 via httpd.conf

    Please do force reinstall of 4.1.2 , and make sure Apache httpd.conf uses directive Listen [::]:80 Listen [::]:443 to explicitly bind to IPv6 addresses.
  6. M

    [solved] IPv6 via httpd.conf

    what is the "Listen" directive relates to IPv6? Have you tried 4.0.20? does it work?
  7. M

    Private Cache doesn't work with PHPBB.

    http://www.litespeedtech.com/support/forum/showthread.php?t=5129&page=2
  8. M

    4.1.2 Request Timeout when uploading to

    4.1.2 update packages are available now.
  9. M

    Error configuring PHP for litespeed

    suhosin patch for 5.3.6 is not available yet. You need to wait for the official patch.
  10. M

    4.1.2 Request Timeout when uploading to

    This bug has been fixed, still working on some other minor issues, update will be available tonight.
  11. M

    [solved] IPv6 via httpd.conf

    Can you locate IPv6 related configurations httpd.conf? Is there any IPv6 address listened by web server, check with netstat -anp | grep LISTEN
  12. M

    CentOS 6 + cPanel Hook

    a typo on the package name, it should be rpm -e mysql-libs /scripts/mysqlup --force
  13. M

    PHP config file not loading

    put your php.ini in /usr/local/lsws/lsphp5/lib
  14. M

    RapidSSL - Invalid Chain Error

    Please switch back to Apache see if you got the same problem. You can PM the URL for me to take a look.
  15. M

    Status 400: Bad request method:

    Please provide error log related like Jack did.
  16. M

    CentOS 6 + cPanel Hook

    I happen came cross the same problem on one of our customer's server. It is because a conflict between centos 6 mysql-devel package and MySQL-devel package from cPanel. remove mysql-devel and reinstall MySQL-devel package fixed it. rpm -e mysql-devel /scripts/mysqlup --force
  17. M

    CentOS 6 + cPanel Hook

    Are you sure? Have you tried that command? The plugin run "/usr/local/bin/php -i" to extract Apache php configuration options from phpinfo(), if it works properly with command line, it should work with the plugin. If it produces error like the one you posted, it wont print out the phpinfo()...
  18. M

    CentOS 6 + cPanel Hook

    try to execute "/usr/local/bin/php -i" from command, something wrong with it. Maybe it is caused by customization of /usr/local/lib/php.ini. Maybe try to load mysql extension again as DSO while the PHP extension has been compiled it. Fix the php.ini, then you can do "Build Matching PHP" from WHM...
  19. M

    500 errors when uploading themes

    We received similar bug reports regarding this issue, will address it on Monday.
  20. M

    503 Errors and Magento

    You need to compare phpinfo() page form Apache and LiteSpeed, make sure the configuration options are matched, if not, you need to rebuild PHP. also check stderr.log for errors.
Top