Search results

  1. N

    [solved] 4.1: Built-in upload progress bar - how to use?

    also google "flash upload progress bar" some flash implementation even works with 4.0.*
  2. N

    [solved] 4.1: Built-in upload progress bar - how to use?

    please google "upload progress bar" "Uber-Uploader" is a perl implementation which I tested before.
  3. N

    High CPU Load and Request Time Out

    the memory usage is not high: only 1038M used, 6936M free. most memory are used as cache(6667M) by linux please provide more detail info regarding "Request Timeout" issue. any log in error.log or stderr.log
  4. N

    [solved] 4.1: Built-in upload progress bar - how to use?

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:uploadprogress_bar
  5. N

    PHP pages not loading every few minutes

    please give me temp root access to your server via forum PM. even /phpinfo.php not working, there must be something wrong obviously.
  6. N

    PHP pages not loading every few minutes

    any log messages in error.log/stderr.log? does /phpinfo.php also has same problem? php suExec enabled or not ? how many virtual hosts on your server? does phpinfo() under apache and lsws match ? please provide more detail info. in general, php scripts running under lsws are much...
  7. N

    503 Errors

    first, need locate the vB source code where set the cookies. in example of bbforum_view, it keeps recent-visited-forum history of a user, limit to recent 10 forums, not appending it forever.
  8. N

    503 Errors

    Thanks for the info! maybe need modify the vBulletin code, limit size of cookie vaule bbthread_lastview and bbforum_view, truncate them when too big.
  9. N

    503 Errors

    in browser?
  10. N

    503 Errors

    the 2nd "error" is not error, just info, can ignore it safely in general.
  11. N

    503 Errors

    there is a setting: Server->Tuning->Max Request Header Size (bytes) but usually it's not a problem. another clue is to check if ip_conntrack tables is full. check: #cat /proc/sys/net/ipv4/ip_conntrack_max #cat /proc/sys/net/ipv4/netfilter/ip_conntrack_count
  12. N

    LS Cache + WordPress

    I suggest you to keep w3total since it's out of box solution. lsws page cache is a general cache function, to have it work perfectly with wordpress, need some extra work to customize the rewrite rules.
  13. N

    LS Cache + WordPress

    rewrite rules from w3total cache take priority in your .htaccess, so the rewrite rule you added won't reach at all. both w3total cache and lsws cache are page cache to cache wordpress pages, you only need one at a time, not both.
  14. N

    LS Cache + WordPress

    can you post here the whole .htaccess if it's not too long
  15. N

    cPanel + LS Cache

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=4719 General Guideline to use LiteSpeed Cache 3. For imported Apache vhost
  16. N

    Compiling PHP for Magento

    if working under apache, it should work under litespeed. to be sure "Build Matching PHP" are done correctly. to confirm this, compare phpinfo() under apache and litespeed, see if they matches.
  17. N

    What Port Number to connect to web server

    the default port is 7080. #netstat -ntlp can see what ports are listening on your server.
  18. N

    4.1.1 Starts Restarting

    can you post the rules here if they're not long? Include "/usr/local/apache/conf/modsecurity_crs/SQL_injection.conf" Include "/usr/local/apache/conf/modsecurity_crs/XSS_attack.conf"
  19. N

    Awstats + LiteSpeed + DirectAdmin

    are you referring this one installed on your server? http://www.directadmin.com/features.php?id=894 Integrated awstats into DirectAdmin what happen when access www.mysite.com/awstats ? any messages in error log?
  20. N

    Migration from Apache to Litespeed

    need build matching php for litespeed, need rebuild xcache as well. php and xcache for apache still be there in case you fail back to apache. in general, you can run both litespeed and apache in parallel for some time. litespeed listen to port 2080(for example) and apache listen to port 80.
Top