Search results

  1. M

    Litespeed cache bug?

    Please force reinstall 5.0RC3, should be addressed.
  2. M

    License for 4gb VPS

    VPS license cannot used on a 4G VPS, need to get the UltraVPS license.
  3. M

    [Resolved] Continuous Abort requests happens thrice a day at particular time interval for 1 min

    if it happen every-day at the same time, it is easy to verify. Just check mysql status with mysqladmin processlist you need to specify correct parameter to connect to the cloud database. Maybe that's the time data base being backed up, which could cause DB performance issues.
  4. M

    [Resolved] Litespeed and phpselctor per directory ?

    You can do the following to make LiteSpeed compatible with php selector per directory. Force reinstall LSWS 4.2.22 to get the latest build. follow https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:running-multiple-versions-with-a-control-panel to setup multiple PHP handler...
  5. M

    [Resolved] Continuous Abort requests happens thrice a day at particular time interval for 1 min

    I think it is a problem with MySQL or memcached if you use it. It is something accessed by all web server node from PHP. I have seen that happens to another customer.
  6. M

    Out of swapping space?

    Please check if /tmp partition is running out of space. Upgrade to 4.2.22 if you have not yet /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.22
  7. M

    [Resolved] HTTP to HTTPS Redirect Not Working - 404 Error

    It is working fine to me. maybe your browser cache? clear the cache or try another browser.
  8. M

    Litespeed cache bug?

    Looks like hitting bug in 5.0RC3. How big is the cached page? Possible to get a test php script to reproduce this problem?
  9. M

    Will Magento run faster on..

    for CPU power, just use the total speed of all cores, the higher, the better. 8 cores should do better if be fully utilized.
  10. M

    [Resolved] 403 error on all cPanel accounts after upgrade to v4.2.22

    In order to use MIME type "application/x-httpd-php5", need to add "php5" script handler. The later version is more strict on this, please add php5 to the list of suffixes in the existing PHP script handler, should fix it.
  11. M

    [Resolved] 403 error on all cPanel accounts after upgrade to v4.2.22

    Please check if a script handler has been defined for "php5" under server->"script handler" tab?
  12. M

    [Resolved] One litespeed server not getting upgrade notification

    server check it once per day, the time is not up yet with the other server. rm /usr/local/lsws/autoupdate/.last then restart LSWS to force it. Or, you can just upgrade directly from command line /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.22
  13. M

    Will Magento run faster on..

    Generally, faster CPU, more memory and faster disk will make site faster. Magento is pretty much PHP bounded, so the one with higher CPU processing power will make Magento faster. Check I/O wait of your current server, if is higher than 10%, then need to look into faster disk system.
  14. M

    [Resolved] MySQL

    yes. that's correct.
  15. M

    [Resolved] MySQL

    All you need is to "Build Matching LSPHP", cPanel easyApache will perform the upgrade, if you have "easyApache integration" turned on, the "Build Matching PHP" will be done automatically inside easyApache. You can switch back to Apache before the upgrade. It is a good practice to upgrade...
  16. M

    LSLB and gzip compression?

    lslb will pass through the compressed page.
  17. M

    Mod_security improvements

    No, Only minor bug fixes. response body filtering wont be added in 5.0 release. maybe in later release.
  18. M

    server wide wp-login.php rate limit.

    modsecurity, please check comodo modsec rule set. they have something like that.
  19. M

    Cgi error

    try it from command line sudo -u starpmcc /home3/starpmcc/public_html/cgi-bin/uu_upload.pl compare the difference in permission of those two files.
  20. M

    HTTP Pipeline Issue with iOS

    Unless SPDY or HTTP2 is used, for regular HTTP/1.1 request pipe-line, it wont happen.
Top