Search results

  1. M

    litespeed serving index.html.gz incorrectly (re-compressed?)

    initial 4.1.10 build has uploaded, you can change version number in the download link to give it a try.
  2. M

    Litespeed backloq queue full..

    You should increase /proc/sys/net/core/somaxconn, and /proc/sys/net/ipv4/tcp_max_syn_backlog
  3. M

    litespeed serving index.html.gz incorrectly (re-compressed?)

    This issue will be addressed in 4.1.10, it should work with WP super cache original configuration with gzip compression enabled. Stay tuned.
  4. M

    Testing Litespeed, one site is trying to download instead of opening

    http://www.highlandparkmirror.com:1080/pp/ response with Content-type: handler/x-httpd-php so, it should be application/x-httpd-php, maybe it was overridden in .htaccess?
  5. M

    Testing Litespeed, one site is trying to download instead of opening

    it return 404 error for both Apache and Litespeed http://www.hpmirror.com:1080/ redirect to http://www.highlandparkmirror.com/pp/ and http://www.highlandparkmirror.com:1080/pp/ works fine.
  6. M

    WHMCS - Further Security Steps

    open_basedir is set for each vhost in httpd.conf by cpanel with php_admin_value. it usually only allow /home/user/public_html directory. AddOutputFilter should work with LiteSpeed. could be something else. However, it is not recommended to set SSI for htm and html file at global level, it...
  7. M

    [Solved] few bugs in the file *.error.lsws.log

    You can try the enterprise edition by applying a trial key.
  8. M

    Litespeed 4.1.9 Std. on CentOS Plesk server

    apply a 15 day trial key for enterprise, standard edition wont work well with plesk.
  9. M

    503 Errors with PHP, Reproducible Easily - question relating to LSAPI_AVOID_FORK

    This issue is likely being fixed in our 4.1.9 release. just change the version number in the download link to get it.
  10. M

    [solved] error 503 gallery

    filed a bug report at http://forums.zend.com/viewtopic.php?f=57&t=41933
  11. M

    PHP using the same session IDs?

    If someone interested in providing a server with high occurring frequency, we may load a special build of LSWS with detailed session loggings to track it down.
  12. M

    LiteSpeed private cache and Magento

    that private cache is for individual user, regardless logged in or not. Magento cannot use public cache as some content of the page is different for each user, like item in cart, most recently viewed. Cache is used only when one user revisit a previously visited page. lower cache hit rate is...
  13. M

    [solved] error 503 gallery

    In our lab, it turns out to be ZendGuardLoader.so, try comment it out in php.ini see if it helps. We tested PHP 5.3.8 + ZendGuard 5.5.0
  14. M

    lsws for directadmin

    download LSWS package, expanded it. cd lsws-4.1.8 ./install.sh
  15. M

    iframe buster possible with litespeed ?

    I think it is not possible to accurately detect this on server side. maybe you can use rewrite rule to check referrer header and block access. better to do it from client side.
  16. M

    lsws for directadmin

    just run install.sh and select directadmin option.
  17. M

    WHMCS - Further Security Steps

    Maybe you need to check open_basedir setting, LiteSpeed PHP enforce open_basedir while suphp does not.
  18. M

    503 Service Unavailable

    For people who get random 503 error for "POST" requests, please download and try our 4.1.9 release packages, just change version number in the download link to get it.
  19. M

    Expires headers in .htaccess

    Tried those directives in .htacess, works fine. we probably need the whole .htaccess in order to reproduce it in our lab. How about adding AddType application/x-httpd-php .php to the .htaccess?
  20. M

    WHMCS - Further Security Steps

    It should work fine, you need to create those directories and set proper permissions.
Top