Search results

  1. N

    [Resolved] PHP Compile error

    again, this issue already covered in http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot just search utf8_mime2text
  2. N

    XenForo and LiteSpeed Cache

    good to know the information. Thanks. So it should be same steps to enable litespeed cache for XenForo as if it's vBulletin. if someone has succeeded with it, we'll update the wiki.
  3. N

    [Resolved] PHP Compile error

    please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot and serach pcre then for example, CentOS 6 x86_64, need yum install pcre-devel.x86_64
  4. N

    php-mysql compile error

    may need re-compile php 5.2 and 5.3 with slightly different parameter. please refer: http://php.net/manual/en/mysql.installation.php for example, if compiling lsphp 5.4 with --with-mysql, you need compile lsphp 5.3 with --with-mysql=mysqlnd
  5. N

    litespeed cache on subdomain not working

    did quick check on www.aerofree.com.br s.aerofree.com.br litespeed cache only dynamic content, like php page; no cache static pages like css/js/images. since static pages is fast enough to serve directly by litespeed. litespeed may cache css/js/images if it's configured as a proxy. i.e...
  6. N

    XenForo and LiteSpeed Cache

    this is driven by user needs -- and may need know some internal of the package. please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:litespeed:cache:vbulletin 1. Save the following Cache plugin for vBulletin 3/4 to a file say litespeed_cache.xml this is special...
  7. N

    Zend Optimizer

    please refer following post: http://www.litespeedtech.com/support/forum/showpost.php?p=73549&postcount=10
  8. N

    XenForo and LiteSpeed Cache

    highly possible -- since vBulletin and XenForo has some relationship :) but need work out and test a solution on a Xenforo installation, just like we did on a vBulletin installation. But so far we haven't had a Xenforo setup yet.
  9. N

    How to disable core dumps

    Thanks, can you specify how to disable httpd dump ? so this thread can be a good reference for coming readers.
  10. N

    [Resolved] rewrite error

    the correct one should be: RewriteRule (.*) ^http://%{REMOTE_ADDR}/$1 [R=301,L]
  11. N

    Setting PHP without timeout

    look, Server->Tuning->Connection Timeout (secs) => 45 match your magic 45 seconds issue :) try to increase it
  12. N

    XenForo bug with Litespeed

    for this issue, we have had no chance to identify it / reproduce it at our end. just from this thread, people can see that it looks many complaints about this issue. we're also willing to identify the issue ASAP but unfortunately, no chance to investigate this issue further. to proceed, you...
  13. N

    Setting PHP without timeout

    what's your web server's setting: Server->Tuning->Connection Timeout (secs) Server->External App->lsphp5 Initial Request Timeout (secs) Connection Keepalive Timeout
  14. N

    XenForo bug with Litespeed

    don't think there is any patch from lsws side so far ... refer to previous post, you can see there is a php "patch" --- please read you can try it and confirm it quickly.
  15. N

    Setting PHP without timeout

    please try admin console->Server->General->External Application Abort:No Abort see if it helps.
  16. N

    Setting PHP without timeout

    is your lsws version 4.2.3 ?
  17. N

    Multiple 300 second outages - suspect DDoS, running behind reverse PROXY

    yes, looks fine but should use comma instead of space to separate IPs: "Syntax: Comma delimited list of IP addresses or sub-networks. A trailing "T" can be used to indicate a trusted IP or sub-network, such as 192.168.1.*T."
  18. N

    Multiple 300 second outages - suspect DDoS, running behind reverse PROXY

    maybe it has triggered the anti-ddos setting admin console->Server->Security->Banned Period (sec) default is 300 seconds(5 minutes) you can whitelist the traffic manager's IP, so lsws won't ban it: admin console->Server->Security->Allowed List the 2nd question, admin...
  19. N

    bud video

    an short update: uploading has no problem --- tried to upload a 26M .wmv video, took 22 minutes, and succeeded. the problem is conversion -- when converting .wmv to .flv, 30 seconds video became 17 seconds. the php package is phpfox. when upload a .flv file which no need conversion, no...
  20. N

    bud video

    that's ok. or in forum PM (private message). either is fine
Top